diff --git a/libs/core/CHANGELOG.md b/libs/core/CHANGELOG.md index b18da0721..bc63a2c3a 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. +## [0.0.2-alpha.1](https://github.com/Kajabi/pine/compare/@pine-ds/core@0.0.2-alpha.0...@pine-ds/core@0.0.2-alpha.1) (2024-01-03) + +**Note:** Version bump only for package @pine-ds/core + + + + + ## 0.0.2-alpha.0 (2023-12-14) diff --git a/libs/core/package.json b/libs/core/package.json index 0c56a243a..afc62c1ed 100644 --- a/libs/core/package.json +++ b/libs/core/package.json @@ -1,6 +1,6 @@ { "name": "@pine-ds/core", - "version": "0.0.2-alpha.0", + "version": "0.0.2-alpha.1", "license": "MIT", "description": "Base components for Pine Design System", "author": "Kajabi Design System Services", diff --git a/libs/react/CHANGELOG.md b/libs/react/CHANGELOG.md index ff90edb56..c9cb6be8c 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. +## [0.0.2-alpha.1](https://github.com/Kajabi/pine/compare/@pine-ds/react@0.0.2-alpha.0...@pine-ds/react@0.0.2-alpha.1) (2024-01-03) + +**Note:** Version bump only for package @pine-ds/react + + + + + ## 0.0.2-alpha.0 (2023-12-14) diff --git a/libs/react/package.json b/libs/react/package.json index f3dd7b31e..f16ba3f52 100644 --- a/libs/react/package.json +++ b/libs/react/package.json @@ -1,6 +1,6 @@ { "name": "@pine-ds/react", - "version": "0.0.2-alpha.0", + "version": "0.0.2-alpha.1", "license": "MIT", "description": "Pine Web Components React Wrapper", "author": "Kajabi Design System Services", @@ -36,7 +36,7 @@ "tsc": "tsc -p ." }, "dependencies": { - "@pine-ds/core": "^0.0.2-alpha.0", + "@pine-ds/core": "^0.0.2-alpha.1", "@pine-ds/icons": "3.3.0-rc.0" }, "devDependencies": { diff --git a/package-lock.json b/package-lock.json index 4351e6cac..6420c2629 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ }, "libs/core": { "name": "@pine-ds/core", - "version": "0.0.2-alpha.0", + "version": "0.0.2-alpha.1", "license": "MIT", "dependencies": { "@pine-ds/icons": "3.3.0-rc.0", @@ -78,10 +78,10 @@ }, "libs/react": { "name": "@pine-ds/react", - "version": "0.0.2-alpha.0", + "version": "0.0.2-alpha.1", "license": "MIT", "dependencies": { - "@pine-ds/core": "^0.0.2-alpha.0", + "@pine-ds/core": "^0.0.2-alpha.1", "@pine-ds/icons": "3.3.0-rc.0" }, "devDependencies": {