Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @pine-ds/core@0.0.4-rc.0
 - @pine-ds/doc-components@0.0.4-rc.0
 - @pine-ds/react@0.0.4-rc.0
  • Loading branch information
kajabi-bot committed Feb 22, 2024
1 parent 8f7e492 commit f49ea36
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 10 deletions.
8 changes: 8 additions & 0 deletions libs/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.4-rc.0](https://github.com/Kajabi/pine/compare/@pine-ds/core@0.0.3-rc.0...@pine-ds/core@0.0.4-rc.0) (2024-02-22)

**Note:** Version bump only for package @pine-ds/core





## [0.0.3-rc.0](https://github.com/Kajabi/pine/compare/@pine-ds/core@0.0.2-rc.0...@pine-ds/core@0.0.3-rc.0) (2024-02-13)


Expand Down
4 changes: 2 additions & 2 deletions libs/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pine-ds/core",
"version": "0.0.3-rc.0",
"version": "0.0.4-rc.0",
"license": "MIT",
"description": "Base components for Pine Design System",
"author": "Kajabi Design System Services",
Expand Down Expand Up @@ -62,7 +62,7 @@
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/preset-env": "^7.22.10",
"@pine-ds/doc-components": "^0.0.3-rc.0",
"@pine-ds/doc-components": "^0.0.4-rc.0",
"@pxtrn/storybook-addon-docs-stencil": "^6.4.1",
"@stencil-community/eslint-plugin": "^0.5.0",
"@stencil/react-output-target": "^0.5.3",
Expand Down
8 changes: 8 additions & 0 deletions libs/doc-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.4-rc.0](https://github.com/Kajabi/pine/compare/@pine-ds/doc-components@0.0.3-rc.0...@pine-ds/doc-components@0.0.4-rc.0) (2024-02-22)

**Note:** Version bump only for package @pine-ds/doc-components





## 0.0.3-rc.0 (2024-02-13)

**Note:** Version bump only for package @pine-ds/doc-components
2 changes: 1 addition & 1 deletion libs/doc-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@pine-ds/doc-components",
"description": "Pine documentation components",
"author": "Kajabi Design System Services",
"version": "0.0.3-rc.0",
"version": "0.0.4-rc.0",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down
11 changes: 11 additions & 0 deletions libs/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.4-rc.0](https://github.com/Kajabi/pine/compare/@pine-ds/react@0.0.3-rc.0...@pine-ds/react@0.0.4-rc.0) (2024-02-22)


### Bug Fixes

* update package json with type ([0ec0c81](https://github.com/Kajabi/pine/commit/0ec0c81ab86f89433cfa4adf6ba1b79572dc39f9))





## [0.0.3-rc.0](https://github.com/Kajabi/pine/compare/@pine-ds/react@0.0.2-rc.0...@pine-ds/react@0.0.3-rc.0) (2024-02-13)


Expand Down
4 changes: 2 additions & 2 deletions libs/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pine-ds/react",
"version": "0.0.3-rc.0",
"version": "0.0.4-rc.0",
"license": "MIT",
"description": "Pine Web Components React Wrapper",
"author": "Kajabi Design System Services",
Expand Down Expand Up @@ -37,7 +37,7 @@
"tsc": "tsc -p ."
},
"dependencies": {
"@pine-ds/core": "^0.0.3-rc.0",
"@pine-ds/core": "^0.0.4-rc.0",
"@pine-ds/icons": "3.4.0"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f49ea36

Please sign in to comment.