From d324b76a7c227eff7501460272560d2c86911065 Mon Sep 17 00:00:00 2001 From: DSS Automation Bot Date: Wed, 7 Aug 2024 15:05:13 +0000 Subject: [PATCH] Publish - @pine-ds/core@5.0.0-mercury.0 - @pine-ds/doc-components@5.0.0-mercury.0 - @pine-ds/react@5.0.0-mercury.0 --- libs/core/CHANGELOG.md | 8 ++++++++ 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, 34 insertions(+), 10 deletions(-) diff --git a/libs/core/CHANGELOG.md b/libs/core/CHANGELOG.md index 02e2d2cd9..e09208d52 100644 --- a/libs/core/CHANGELOG.md +++ b/libs/core/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. +# [5.0.0-mercury.0](https://github.com/Kajabi/pine/compare/@pine-ds/core@4.0.0-mercury.0...@pine-ds/core@5.0.0-mercury.0) (2024-08-07) + +**Note:** Version bump only for package @pine-ds/core + + + + + # [4.0.0-mercury.0](https://github.com/Kajabi/pine/compare/@pine-ds/core@3.0.0-mercury.0...@pine-ds/core@4.0.0-mercury.0) (2024-08-06) **Note:** Version bump only for package @pine-ds/core diff --git a/libs/core/package.json b/libs/core/package.json index 662892399..b8961495a 100644 --- a/libs/core/package.json +++ b/libs/core/package.json @@ -1,6 +1,6 @@ { "name": "@pine-ds/core", - "version": "4.0.0-mercury.0", + "version": "5.0.0-mercury.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": "^4.0.0-mercury.0", + "@pine-ds/doc-components": "^5.0.0-mercury.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 a6fda311c..c3b6367fb 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. +# [5.0.0-mercury.0](https://github.com/Kajabi/pine/compare/@pine-ds/doc-components@4.0.0-mercury.0...@pine-ds/doc-components@5.0.0-mercury.0) (2024-08-07) + +**Note:** Version bump only for package @pine-ds/doc-components + + + + + # [4.0.0-mercury.0](https://github.com/Kajabi/pine/compare/@pine-ds/doc-components@3.0.0-mercury.0...@pine-ds/doc-components@4.0.0-mercury.0) (2024-08-06) **Note:** Version bump only for package @pine-ds/doc-components diff --git a/libs/doc-components/package.json b/libs/doc-components/package.json index 6c9f26001..cf33ea632 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": "4.0.0-mercury.0", + "version": "5.0.0-mercury.0", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", diff --git a/libs/react/CHANGELOG.md b/libs/react/CHANGELOG.md index 9465fb27f..7378f6e15 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. +# [5.0.0-mercury.0](https://github.com/Kajabi/pine/compare/@pine-ds/react@4.0.0-mercury.0...@pine-ds/react@5.0.0-mercury.0) (2024-08-07) + +**Note:** Version bump only for package @pine-ds/react + + + + + # [4.0.0-mercury.0](https://github.com/Kajabi/pine/compare/@pine-ds/react@3.0.0-mercury.0...@pine-ds/react@4.0.0-mercury.0) (2024-08-06) **Note:** Version bump only for package @pine-ds/react diff --git a/libs/react/package.json b/libs/react/package.json index 30b31350f..04f10aacd 100644 --- a/libs/react/package.json +++ b/libs/react/package.json @@ -1,6 +1,6 @@ { "name": "@pine-ds/react", - "version": "4.0.0-mercury.0", + "version": "5.0.0-mercury.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": "^4.0.0-mercury.0", + "@pine-ds/core": "^5.0.0-mercury.0", "@pine-ds/icons": "*", "tslib": "*" }, diff --git a/package-lock.json b/package-lock.json index d3137d021..09690bc71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ }, "libs/core": { "name": "@pine-ds/core", - "version": "4.0.0-mercury.0", + "version": "5.0.0-mercury.0", "license": "MIT", "dependencies": { "@pine-ds/icons": "*", @@ -38,7 +38,7 @@ "devDependencies": { "@babel/core": "^7.19.3", "@babel/preset-env": "^7.22.10", - "@pine-ds/doc-components": "^4.0.0-mercury.0", + "@pine-ds/doc-components": "^5.0.0-mercury.0", "@pxtrn/storybook-addon-docs-stencil": "^6.4.1", "@stencil-community/eslint-plugin": "^0.5.0", "@stencil/react-output-target": "^0.5.3", @@ -188,7 +188,7 @@ }, "libs/doc-components": { "name": "@pine-ds/doc-components", - "version": "4.0.0-mercury.0", + "version": "5.0.0-mercury.0", "dependencies": { "markdown-to-jsx": "^7.3.2", "react-syntax-highlighter": "^15.5.0" @@ -276,10 +276,10 @@ }, "libs/react": { "name": "@pine-ds/react", - "version": "4.0.0-mercury.0", + "version": "5.0.0-mercury.0", "license": "MIT", "dependencies": { - "@pine-ds/core": "^4.0.0-mercury.0", + "@pine-ds/core": "^5.0.0-mercury.0", "@pine-ds/icons": "*", "tslib": "*" },