Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @pine-ds/[email protected]
 - @pine-ds/[email protected]
 - @pine-ds/[email protected]
  • Loading branch information
kajabi-bot committed Feb 13, 2024
1 parent 7822884 commit 4e669f4
Show file tree
Hide file tree
Showing 7 changed files with 105 additions and 27 deletions.
20 changes: 20 additions & 0 deletions libs/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* **avatar:** style issues for admin variant ([#138](https://github.com/Kajabi/pine/issues/138)) ([0e7af3a](https://github.com/Kajabi/pine/commit/0e7af3a94e827e6dc1b425244d21a5f5a176de89))
* **checkbox:** event details ([#137](https://github.com/Kajabi/pine/issues/137)) ([c2ee64c](https://github.com/Kajabi/pine/commit/c2ee64cd8d691e8fa6caa9356a3f1c3a238ec682))
* updates path to tokens file in stylelint ignore to fix linting errors ([47dd18a](https://github.com/Kajabi/pine/commit/47dd18a7e07246eeb95d4a6855622122f5376f2e))


### Features

* **box:** add box and row component ([#119](https://github.com/Kajabi/pine/issues/119)) ([7822884](https://github.com/Kajabi/pine/commit/78228847b2cfbde30ec7b109f831bd2facfda8bd))
* **button:** add css shadow parts ([2a5c861](https://github.com/Kajabi/pine/commit/2a5c86152f22a82db187f8a6eb721e0f50728972))
* **table:** Table Component ([#112](https://github.com/Kajabi/pine/issues/112)) ([2315be1](https://github.com/Kajabi/pine/commit/2315be11bdad4257d49f12b31776d9ed0eae3c24))





## [0.0.2-rc.0](https://github.com/Kajabi/pine/compare/@pine-ds/[email protected]...@pine-ds/[email protected]) (2024-01-10)


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.2-rc.0",
"version": "0.0.3-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.2",
"@pine-ds/doc-components": "^0.0.3-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
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 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.2",
"version": "0.0.3-rc.0",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down
17 changes: 17 additions & 0 deletions libs/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* **checkbox:** event details ([#137](https://github.com/Kajabi/pine/issues/137)) ([c2ee64c](https://github.com/Kajabi/pine/commit/c2ee64cd8d691e8fa6caa9356a3f1c3a238ec682))


### Features

* **box:** add box and row component ([#119](https://github.com/Kajabi/pine/issues/119)) ([7822884](https://github.com/Kajabi/pine/commit/78228847b2cfbde30ec7b109f831bd2facfda8bd))
* **table:** Table Component ([#112](https://github.com/Kajabi/pine/issues/112)) ([2315be1](https://github.com/Kajabi/pine/commit/2315be11bdad4257d49f12b31776d9ed0eae3c24))





## [0.0.2-rc.0](https://github.com/Kajabi/pine/compare/@pine-ds/[email protected]...@pine-ds/[email protected]) (2024-01-10)


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.2-rc.0",
"version": "0.0.3-rc.0",
"license": "MIT",
"description": "Pine Web Components React Wrapper",
"author": "Kajabi Design System Services",
Expand Down Expand Up @@ -36,7 +36,7 @@
"tsc": "tsc -p ."
},
"dependencies": {
"@pine-ds/core": "^0.0.2-rc.0",
"@pine-ds/core": "^0.0.3-rc.0",
"@pine-ds/icons": "3.4.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 4e669f4

Please sign in to comment.