From 6830eb4ffac2b256e35f0a128d9f4625589f38a8 Mon Sep 17 00:00:00 2001 From: DSS Automation Bot Date: Mon, 14 Oct 2024 23:44:38 +0000 Subject: [PATCH] Publish - @pine-ds/core@2.0.0 - @pine-ds/doc-components@2.0.0 - @pine-ds/react@2.0.0 --- libs/core/CHANGELOG.md | 8 +++ libs/core/package.json | 4 +- libs/doc-components/CHANGELOG.md | 11 ++++ libs/doc-components/package.json | 2 +- libs/react/CHANGELOG.md | 8 +++ libs/react/package.json | 4 +- package-lock.json | 96 ++++++++++++++++++++++++-------- 7 files changed, 104 insertions(+), 29 deletions(-) diff --git a/libs/core/CHANGELOG.md b/libs/core/CHANGELOG.md index 1d83eadf2..722e201b8 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. +# [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 + + + + + # [2.22.0-mercury.0](https://github.com/Kajabi/pine/compare/@pine-ds/core@2.21.0-mercury.0...@pine-ds/core@2.22.0-mercury.0) (2024-09-19) diff --git a/libs/core/package.json b/libs/core/package.json index 31fd3d43c..6cee50e96 100644 --- a/libs/core/package.json +++ b/libs/core/package.json @@ -1,6 +1,6 @@ { "name": "@pine-ds/core", - "version": "1.3.1", + "version": "2.0.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": "^1.2.1", + "@pine-ds/doc-components": "^2.0.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 6867d4aef..c52b4a1c3 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.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) + + +### Bug Fixes + +* **docTokenTable:** the algorithm to sort the components was incorrect ([#242](https://github.com/Kajabi/pine/issues/242)) ([b6419ec](https://github.com/Kajabi/pine/commit/b6419ec7e414f009db74ecbfeb1f914bcc91aa61)) + + + + + # [2.22.0-mercury.0](https://github.com/Kajabi/pine/compare/@pine-ds/doc-components@2.21.0-mercury.0...@pine-ds/doc-components@2.22.0-mercury.0) (2024-09-19) **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 d7c5b3fab..7efee90a2 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": "1.2.1", + "version": "2.0.0", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", diff --git a/libs/react/CHANGELOG.md b/libs/react/CHANGELOG.md index 54d614d3d..3787059f6 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.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 + + + + + # [2.22.0-mercury.0](https://github.com/Kajabi/pine/compare/@pine-ds/react@2.21.0-mercury.0...@pine-ds/react@2.22.0-mercury.0) (2024-09-19) **Note:** Version bump only for package @pine-ds/react diff --git a/libs/react/package.json b/libs/react/package.json index bc02ff7b0..b6c7b4ffa 100644 --- a/libs/react/package.json +++ b/libs/react/package.json @@ -1,6 +1,6 @@ { "name": "@pine-ds/react", - "version": "1.2.1", + "version": "2.0.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": "^1.3.1", + "@pine-ds/core": "^2.0.0", "@pine-ds/icons": "*", "tslib": "*" }, diff --git a/package-lock.json b/package-lock.json index d3e23aa07..4f63cb6c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ }, "libs/core": { "name": "@pine-ds/core", - "version": "1.3.1", + "version": "2.0.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": "^1.2.1", + "@pine-ds/doc-components": "^2.0.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": "1.2.1", + "version": "2.0.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": "1.2.1", + "version": "2.0.0", "license": "MIT", "dependencies": { - "@pine-ds/core": "^1.3.1", + "@pine-ds/core": "^2.0.0", "@pine-ds/icons": "*", "tslib": "*" }, @@ -3060,6 +3060,7 @@ "os": [ "aix" ], + "peer": true, "engines": { "node": ">=12" } @@ -3077,6 +3078,7 @@ "os": [ "android" ], + "peer": true, "engines": { "node": ">=12" } @@ -3094,6 +3096,7 @@ "os": [ "android" ], + "peer": true, "engines": { "node": ">=12" } @@ -3111,6 +3114,7 @@ "os": [ "android" ], + "peer": true, "engines": { "node": ">=12" } @@ -3128,6 +3132,7 @@ "os": [ "darwin" ], + "peer": true, "engines": { "node": ">=12" } @@ -3145,6 +3150,7 @@ "os": [ "darwin" ], + "peer": true, "engines": { "node": ">=12" } @@ -3162,6 +3168,7 @@ "os": [ "freebsd" ], + "peer": true, "engines": { "node": ">=12" } @@ -3179,6 +3186,7 @@ "os": [ "freebsd" ], + "peer": true, "engines": { "node": ">=12" } @@ -3196,6 +3204,7 @@ "os": [ "linux" ], + "peer": true, "engines": { "node": ">=12" } @@ -3213,6 +3222,7 @@ "os": [ "linux" ], + "peer": true, "engines": { "node": ">=12" } @@ -3230,6 +3240,7 @@ "os": [ "linux" ], + "peer": true, "engines": { "node": ">=12" } @@ -3247,6 +3258,7 @@ "os": [ "linux" ], + "peer": true, "engines": { "node": ">=12" } @@ -3264,6 +3276,7 @@ "os": [ "linux" ], + "peer": true, "engines": { "node": ">=12" } @@ -3281,6 +3294,7 @@ "os": [ "linux" ], + "peer": true, "engines": { "node": ">=12" } @@ -3298,6 +3312,7 @@ "os": [ "linux" ], + "peer": true, "engines": { "node": ">=12" } @@ -3315,6 +3330,7 @@ "os": [ "linux" ], + "peer": true, "engines": { "node": ">=12" } @@ -3332,6 +3348,7 @@ "os": [ "linux" ], + "peer": true, "engines": { "node": ">=12" } @@ -3349,6 +3366,7 @@ "os": [ "netbsd" ], + "peer": true, "engines": { "node": ">=12" } @@ -3366,6 +3384,7 @@ "os": [ "openbsd" ], + "peer": true, "engines": { "node": ">=12" } @@ -3383,6 +3402,7 @@ "os": [ "sunos" ], + "peer": true, "engines": { "node": ">=12" } @@ -3400,6 +3420,7 @@ "os": [ "win32" ], + "peer": true, "engines": { "node": ">=12" } @@ -3417,6 +3438,7 @@ "os": [ "win32" ], + "peer": true, "engines": { "node": ">=12" } @@ -3434,6 +3456,7 @@ "os": [ "win32" ], + "peer": true, "engines": { "node": ">=12" } @@ -5842,6 +5865,7 @@ "os": [ "android" ], + "peer": true, "engines": { "node": ">= 10.0.0" }, @@ -5863,6 +5887,7 @@ "os": [ "darwin" ], + "peer": true, "engines": { "node": ">= 10.0.0" }, @@ -5884,6 +5909,7 @@ "os": [ "darwin" ], + "peer": true, "engines": { "node": ">= 10.0.0" }, @@ -5905,6 +5931,7 @@ "os": [ "freebsd" ], + "peer": true, "engines": { "node": ">= 10.0.0" }, @@ -5926,6 +5953,7 @@ "os": [ "linux" ], + "peer": true, "engines": { "node": ">= 10.0.0" }, @@ -5947,6 +5975,7 @@ "os": [ "linux" ], + "peer": true, "engines": { "node": ">= 10.0.0" }, @@ -5968,6 +5997,7 @@ "os": [ "linux" ], + "peer": true, "engines": { "node": ">= 10.0.0" }, @@ -5989,6 +6019,7 @@ "os": [ "linux" ], + "peer": true, "engines": { "node": ">= 10.0.0" }, @@ -6010,6 +6041,7 @@ "os": [ "linux" ], + "peer": true, "engines": { "node": ">= 10.0.0" }, @@ -6031,6 +6063,7 @@ "os": [ "win32" ], + "peer": true, "engines": { "node": ">= 10.0.0" }, @@ -6052,6 +6085,7 @@ "os": [ "win32" ], + "peer": true, "engines": { "node": ">= 10.0.0" }, @@ -6073,6 +6107,7 @@ "os": [ "win32" ], + "peer": true, "engines": { "node": ">= 10.0.0" }, @@ -7510,7 +7545,8 @@ "optional": true, "os": [ "android" - ] + ], + "peer": true }, "node_modules/@rollup/rollup-android-arm64": { "version": "4.24.0", @@ -7524,7 +7560,8 @@ "optional": true, "os": [ "android" - ] + ], + "peer": true }, "node_modules/@rollup/rollup-darwin-arm64": { "version": "4.24.0", @@ -7538,7 +7575,8 @@ "optional": true, "os": [ "darwin" - ] + ], + "peer": true }, "node_modules/@rollup/rollup-darwin-x64": { "version": "4.24.0", @@ -7552,7 +7590,8 @@ "optional": true, "os": [ "darwin" - ] + ], + "peer": true }, "node_modules/@rollup/rollup-linux-arm-gnueabihf": { "version": "4.24.0", @@ -7566,7 +7605,8 @@ "optional": true, "os": [ "linux" - ] + ], + "peer": true }, "node_modules/@rollup/rollup-linux-arm-musleabihf": { "version": "4.24.0", @@ -7580,7 +7620,8 @@ "optional": true, "os": [ "linux" - ] + ], + "peer": true }, "node_modules/@rollup/rollup-linux-arm64-gnu": { "version": "4.24.0", @@ -7594,7 +7635,8 @@ "optional": true, "os": [ "linux" - ] + ], + "peer": true }, "node_modules/@rollup/rollup-linux-arm64-musl": { "version": "4.24.0", @@ -7608,7 +7650,8 @@ "optional": true, "os": [ "linux" - ] + ], + "peer": true }, "node_modules/@rollup/rollup-linux-powerpc64le-gnu": { "version": "4.24.0", @@ -7622,7 +7665,8 @@ "optional": true, "os": [ "linux" - ] + ], + "peer": true }, "node_modules/@rollup/rollup-linux-riscv64-gnu": { "version": "4.24.0", @@ -7636,7 +7680,8 @@ "optional": true, "os": [ "linux" - ] + ], + "peer": true }, "node_modules/@rollup/rollup-linux-s390x-gnu": { "version": "4.24.0", @@ -7650,7 +7695,8 @@ "optional": true, "os": [ "linux" - ] + ], + "peer": true }, "node_modules/@rollup/rollup-linux-x64-gnu": { "version": "4.24.0", @@ -7664,7 +7710,8 @@ "optional": true, "os": [ "linux" - ] + ], + "peer": true }, "node_modules/@rollup/rollup-linux-x64-musl": { "version": "4.24.0", @@ -7678,7 +7725,8 @@ "optional": true, "os": [ "linux" - ] + ], + "peer": true }, "node_modules/@rollup/rollup-win32-arm64-msvc": { "version": "4.24.0", @@ -7692,7 +7740,8 @@ "optional": true, "os": [ "win32" - ] + ], + "peer": true }, "node_modules/@rollup/rollup-win32-ia32-msvc": { "version": "4.24.0", @@ -7706,7 +7755,8 @@ "optional": true, "os": [ "win32" - ] + ], + "peer": true }, "node_modules/@rollup/rollup-win32-x64-msvc": { "version": "4.24.0", @@ -7720,7 +7770,8 @@ "optional": true, "os": [ "win32" - ] + ], + "peer": true }, "node_modules/@rushstack/node-core-library": { "version": "4.0.2", @@ -21357,7 +21408,6 @@ "version": "4.0.0", "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", - "dev": true, "license": "MIT" }, "node_modules/js-yaml": { @@ -24103,7 +24153,6 @@ "version": "1.4.0", "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", - "dev": true, "license": "MIT", "dependencies": { "js-tokens": "^3.0.0 || ^4.0.0" @@ -29473,7 +29522,6 @@ "version": "18.3.1", "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz", "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==", - "dev": true, "license": "MIT", "dependencies": { "loose-envify": "^1.1.0"