diff --git a/libs/core/CHANGELOG.md b/libs/core/CHANGELOG.md index 028216f56..fe996d40c 100644 --- a/libs/core/CHANGELOG.md +++ b/libs/core/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.1.2](https://github.com/Kajabi/pine/compare/@pine-ds/core@2.1.1...@pine-ds/core@2.1.2) (2024-12-13) + + +### Bug Fixes + +* missing error icons and input styling adjustments ([#323](https://github.com/Kajabi/pine/issues/323)) ([be08e99](https://github.com/Kajabi/pine/commit/be08e991e656be717732e1327ab466234a16a054)) + + +### Features + +* **popover:** add popover component ([#326](https://github.com/Kajabi/pine/issues/326)) ([0adb8d5](https://github.com/Kajabi/pine/commit/0adb8d537099ca3badf071eed440fddc441ed92c)) +* **select:** adds new component ([#310](https://github.com/Kajabi/pine/issues/310)) ([d1b3e68](https://github.com/Kajabi/pine/commit/d1b3e6809cba61e91814cccd6d2881206b47b3c1)) +* **text:** adds new component ([#294](https://github.com/Kajabi/pine/issues/294)) ([4f2ba2c](https://github.com/Kajabi/pine/commit/4f2ba2cc648f2aa6ea928b45b4fe8ff4041f8717)) + + + + + ## [2.1.1](https://github.com/Kajabi/pine/compare/@pine-ds/core@2.1.0...@pine-ds/core@2.1.1) (2024-11-22) diff --git a/libs/core/package.json b/libs/core/package.json index f588a2a84..c5cefd06c 100644 --- a/libs/core/package.json +++ b/libs/core/package.json @@ -1,6 +1,6 @@ { "name": "@pine-ds/core", - "version": "2.1.1", + "version": "2.1.2", "license": "MIT", "description": "Base components for Pine Design System", "author": "Kajabi Design System Services", @@ -65,7 +65,7 @@ "@babel/core": "^7.19.3", "@babel/preset-env": "^7.22.10", "@chromatic-com/storybook": "^3.2.2", - "@pine-ds/doc-components": "^2.1.1", + "@pine-ds/doc-components": "^2.1.2", "@pxtrn/storybook-addon-docs-stencil": "^6.4.1", "@stencil-community/eslint-plugin": "^0.5.0", "@stencil/react-output-target": "^0.5.3", diff --git a/libs/doc-components/CHANGELOG.md b/libs/doc-components/CHANGELOG.md index b60116f75..cfb7abca1 100644 --- a/libs/doc-components/CHANGELOG.md +++ b/libs/doc-components/CHANGELOG.md @@ -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. +## [2.1.2](https://github.com/Kajabi/pine/compare/@pine-ds/doc-components@2.1.1...@pine-ds/doc-components@2.1.2) (2024-12-13) + + +### Features + +* **text:** adds new component ([#294](https://github.com/Kajabi/pine/issues/294)) ([4f2ba2c](https://github.com/Kajabi/pine/commit/4f2ba2cc648f2aa6ea928b45b4fe8ff4041f8717)) + + + + + ## [2.1.1](https://github.com/Kajabi/pine/compare/@pine-ds/doc-components@2.1.0...@pine-ds/doc-components@2.1.1) (2024-11-22) diff --git a/libs/doc-components/package.json b/libs/doc-components/package.json index 99bac2fdb..18f8621c3 100644 --- a/libs/doc-components/package.json +++ b/libs/doc-components/package.json @@ -2,7 +2,7 @@ "name": "@pine-ds/doc-components", "description": "Pine documentation components", "author": "Kajabi Design System Services", - "version": "2.1.1", + "version": "2.1.2", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", diff --git a/libs/react/CHANGELOG.md b/libs/react/CHANGELOG.md index d1cac8640..4a6e28931 100644 --- a/libs/react/CHANGELOG.md +++ b/libs/react/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.1.2](https://github.com/Kajabi/pine/compare/@pine-ds/react@2.1.1...@pine-ds/react@2.1.2) (2024-12-13) + + +### Features + +* **popover:** add popover component ([#326](https://github.com/Kajabi/pine/issues/326)) ([0adb8d5](https://github.com/Kajabi/pine/commit/0adb8d537099ca3badf071eed440fddc441ed92c)) +* **select:** adds new component ([#310](https://github.com/Kajabi/pine/issues/310)) ([d1b3e68](https://github.com/Kajabi/pine/commit/d1b3e6809cba61e91814cccd6d2881206b47b3c1)) +* **text:** adds new component ([#294](https://github.com/Kajabi/pine/issues/294)) ([4f2ba2c](https://github.com/Kajabi/pine/commit/4f2ba2cc648f2aa6ea928b45b4fe8ff4041f8717)) + + + + + ## [2.1.1](https://github.com/Kajabi/pine/compare/@pine-ds/react@2.1.0...@pine-ds/react@2.1.1) (2024-11-22) **Note:** Version bump only for package @pine-ds/react diff --git a/libs/react/package.json b/libs/react/package.json index 7ee54018d..6a0bfaef0 100644 --- a/libs/react/package.json +++ b/libs/react/package.json @@ -1,6 +1,6 @@ { "name": "@pine-ds/react", - "version": "2.1.1", + "version": "2.1.2", "license": "MIT", "description": "Pine Web Components React Wrapper", "author": "Kajabi Design System Services", @@ -37,7 +37,7 @@ "tsc": "tsc -p ." }, "dependencies": { - "@pine-ds/core": "^2.1.1", + "@pine-ds/core": "^2.1.2", "@pine-ds/icons": "*", "tslib": "*" }, diff --git a/package-lock.json b/package-lock.json index 9f5ef1e38..59d91771b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ }, "libs/core": { "name": "@pine-ds/core", - "version": "2.1.1", + "version": "2.1.2", "license": "MIT", "dependencies": { "@pine-ds/icons": "*", @@ -39,7 +39,7 @@ "@babel/core": "^7.19.3", "@babel/preset-env": "^7.22.10", "@chromatic-com/storybook": "^3.2.2", - "@pine-ds/doc-components": "^2.1.1", + "@pine-ds/doc-components": "^2.1.2", "@pxtrn/storybook-addon-docs-stencil": "^6.4.1", "@stencil-community/eslint-plugin": "^0.5.0", "@stencil/react-output-target": "^0.5.3", @@ -194,7 +194,7 @@ }, "libs/doc-components": { "name": "@pine-ds/doc-components", - "version": "2.1.1", + "version": "2.1.2", "dependencies": { "markdown-to-jsx": "^7.3.2", "react-syntax-highlighter": "^15.5.0" @@ -287,10 +287,10 @@ }, "libs/react": { "name": "@pine-ds/react", - "version": "2.1.1", + "version": "2.1.2", "license": "MIT", "dependencies": { - "@pine-ds/core": "^2.1.1", + "@pine-ds/core": "^2.1.2", "@pine-ds/icons": "*", "tslib": "*" },