From 0ab04d3e339bae4d970158ed4840f51311f58a39 Mon Sep 17 00:00:00 2001 From: DSS Automation Bot Date: Thu, 31 Oct 2024 23:15:54 +0000 Subject: [PATCH] Publish - @pine-ds/core@2.1.0 - @pine-ds/doc-components@2.1.0 - @pine-ds/react@2.1.0 --- libs/core/CHANGELOG.md | 11 +++++++++++ libs/core/package.json | 4 ++-- libs/doc-components/CHANGELOG.md | 8 ++++++++ libs/doc-components/package.json | 2 +- libs/react/CHANGELOG.md | 8 ++++++++ libs/react/package.json | 4 ++-- package-lock.json | 10 +++++----- 7 files changed, 37 insertions(+), 10 deletions(-) diff --git a/libs/core/CHANGELOG.md b/libs/core/CHANGELOG.md index 722e201b8..58a96f6d6 100644 --- a/libs/core/CHANGELOG.md +++ b/libs/core/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.0](https://github.com/Kajabi/pine/compare/@pine-ds/core@2.0.0...@pine-ds/core@2.1.0) (2024-10-31) + + +### Bug Fixes + +* update border-radius and shadow ([#282](https://github.com/Kajabi/pine/issues/282)) ([88c953d](https://github.com/Kajabi/pine/commit/88c953d1d22562adee4e19489608258501d814e3)) + + + + + # [2.0.0](https://github.com/Kajabi/pine/compare/@pine-ds/core@1.3.1...@pine-ds/core@2.0.0) (2024-10-14) **Note:** Version bump only for package @pine-ds/core diff --git a/libs/core/package.json b/libs/core/package.json index 6cee50e96..2892fd245 100644 --- a/libs/core/package.json +++ b/libs/core/package.json @@ -1,6 +1,6 @@ { "name": "@pine-ds/core", - "version": "2.0.0", + "version": "2.1.0", "license": "MIT", "description": "Base components for Pine Design System", "author": "Kajabi Design System Services", @@ -64,7 +64,7 @@ "devDependencies": { "@babel/core": "^7.19.3", "@babel/preset-env": "^7.22.10", - "@pine-ds/doc-components": "^2.0.0", + "@pine-ds/doc-components": "^2.1.0", "@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 c52b4a1c3..1e10b31db 100644 --- a/libs/doc-components/CHANGELOG.md +++ b/libs/doc-components/CHANGELOG.md @@ -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. +# [2.1.0](https://github.com/Kajabi/pine/compare/@pine-ds/doc-components@2.0.0...@pine-ds/doc-components@2.1.0) (2024-10-31) + +**Note:** Version bump only for package @pine-ds/doc-components + + + + + # [2.0.0](https://github.com/Kajabi/pine/compare/@pine-ds/doc-components@1.2.1...@pine-ds/doc-components@2.0.0) (2024-10-14) diff --git a/libs/doc-components/package.json b/libs/doc-components/package.json index 7efee90a2..2ba42dd71 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.0.0", + "version": "2.1.0", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", diff --git a/libs/react/CHANGELOG.md b/libs/react/CHANGELOG.md index 3787059f6..7d0fee881 100644 --- a/libs/react/CHANGELOG.md +++ b/libs/react/CHANGELOG.md @@ -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. +# [2.1.0](https://github.com/Kajabi/pine/compare/@pine-ds/react@2.0.0...@pine-ds/react@2.1.0) (2024-10-31) + +**Note:** Version bump only for package @pine-ds/react + + + + + # [2.0.0](https://github.com/Kajabi/pine/compare/@pine-ds/react@1.2.1...@pine-ds/react@2.0.0) (2024-10-14) **Note:** Version bump only for package @pine-ds/react diff --git a/libs/react/package.json b/libs/react/package.json index b6c7b4ffa..2208d2bba 100644 --- a/libs/react/package.json +++ b/libs/react/package.json @@ -1,6 +1,6 @@ { "name": "@pine-ds/react", - "version": "2.0.0", + "version": "2.1.0", "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.0.0", + "@pine-ds/core": "^2.1.0", "@pine-ds/icons": "*", "tslib": "*" }, diff --git a/package-lock.json b/package-lock.json index 4f63cb6c4..b05bd541c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ }, "libs/core": { "name": "@pine-ds/core", - "version": "2.0.0", + "version": "2.1.0", "license": "MIT", "dependencies": { "@pine-ds/icons": "*", @@ -37,7 +37,7 @@ "devDependencies": { "@babel/core": "^7.19.3", "@babel/preset-env": "^7.22.10", - "@pine-ds/doc-components": "^2.0.0", + "@pine-ds/doc-components": "^2.1.0", "@pxtrn/storybook-addon-docs-stencil": "^6.4.1", "@stencil-community/eslint-plugin": "^0.5.0", "@stencil/react-output-target": "^0.5.3", @@ -190,7 +190,7 @@ }, "libs/doc-components": { "name": "@pine-ds/doc-components", - "version": "2.0.0", + "version": "2.1.0", "dependencies": { "markdown-to-jsx": "^7.3.2", "react-syntax-highlighter": "^15.5.0" @@ -283,10 +283,10 @@ }, "libs/react": { "name": "@pine-ds/react", - "version": "2.0.0", + "version": "2.1.0", "license": "MIT", "dependencies": { - "@pine-ds/core": "^2.0.0", + "@pine-ds/core": "^2.1.0", "@pine-ds/icons": "*", "tslib": "*" },