From 31d5cf14c2f2dc65340ecd37d500606411c0d24f Mon Sep 17 00:00:00 2001 From: DSS Automation Bot Date: Fri, 22 Nov 2024 17:46:14 +0000 Subject: [PATCH] Publish - @pine-ds/core@2.1.1 - @pine-ds/doc-components@2.1.1 - @pine-ds/react@2.1.1 --- libs/core/CHANGELOG.md | 14 ++++++++++++++ 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 | 10 +++++----- 7 files changed, 43 insertions(+), 10 deletions(-) diff --git a/libs/core/CHANGELOG.md b/libs/core/CHANGELOG.md index 58a96f6d6..028216f56 100644 --- a/libs/core/CHANGELOG.md +++ b/libs/core/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.1.1](https://github.com/Kajabi/pine/compare/@pine-ds/core@2.1.0...@pine-ds/core@2.1.1) (2024-11-22) + + +### Bug Fixes + +* add autocomplete attribute to input and textarea ([#321](https://github.com/Kajabi/pine/issues/321)) ([0b9c108](https://github.com/Kajabi/pine/commit/0b9c108fb052c466473bfd997f7ca8300749fa7c)) +* adds tooltip max width prop and removes events ([#285](https://github.com/Kajabi/pine/issues/285)) ([9a32fbe](https://github.com/Kajabi/pine/commit/9a32fbe90a4f2446ae7246dfaee41424befc19a6)) +* **textarea:** update innerHTML to value ([#296](https://github.com/Kajabi/pine/issues/296)) ([15486d9](https://github.com/Kajabi/pine/commit/15486d98bb22e58578b5107684006e708c7ae111)) +* updates checked property on switch update ([#315](https://github.com/Kajabi/pine/issues/315)) ([381197f](https://github.com/Kajabi/pine/commit/381197f092da8b7c2ebd1417327119703d48abcb)) + + + + + # [2.1.0](https://github.com/Kajabi/pine/compare/@pine-ds/core@2.0.0...@pine-ds/core@2.1.0) (2024-10-31) diff --git a/libs/core/package.json b/libs/core/package.json index 47f0a7939..f588a2a84 100644 --- a/libs/core/package.json +++ b/libs/core/package.json @@ -1,6 +1,6 @@ { "name": "@pine-ds/core", - "version": "2.1.0", + "version": "2.1.1", "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.0", + "@pine-ds/doc-components": "^2.1.1", "@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 1e10b31db..b60116f75 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.1](https://github.com/Kajabi/pine/compare/@pine-ds/doc-components@2.1.0...@pine-ds/doc-components@2.1.1) (2024-11-22) + + +### Bug Fixes + +* **docArgsTable:** displays a red asterisk when a prop is required ([#311](https://github.com/Kajabi/pine/issues/311)) ([7200b47](https://github.com/Kajabi/pine/commit/7200b479ef4e27a9d7ecff98d3329fa67e463950)) + + + + + # [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 diff --git a/libs/doc-components/package.json b/libs/doc-components/package.json index 2ba42dd71..99bac2fdb 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.0", + "version": "2.1.1", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", diff --git a/libs/react/CHANGELOG.md b/libs/react/CHANGELOG.md index 7d0fee881..d1cac8640 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.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 + + + + + # [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 diff --git a/libs/react/package.json b/libs/react/package.json index 2208d2bba..7ee54018d 100644 --- a/libs/react/package.json +++ b/libs/react/package.json @@ -1,6 +1,6 @@ { "name": "@pine-ds/react", - "version": "2.1.0", + "version": "2.1.1", "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.0", + "@pine-ds/core": "^2.1.1", "@pine-ds/icons": "*", "tslib": "*" }, diff --git a/package-lock.json b/package-lock.json index 4ab990d92..83e57f6a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ }, "libs/core": { "name": "@pine-ds/core", - "version": "2.1.0", + "version": "2.1.1", "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.0", + "@pine-ds/doc-components": "^2.1.1", "@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.0", + "version": "2.1.1", "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.0", + "version": "2.1.1", "license": "MIT", "dependencies": { - "@pine-ds/core": "^2.1.0", + "@pine-ds/core": "^2.1.1", "@pine-ds/icons": "*", "tslib": "*" },