From 42f947532975c4af2f247977534c685fcf3310f4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 14 Nov 2023 15:06:53 +0000 Subject: [PATCH] chore: update versions --- .changeset/smart-ghosts-join.md | 14 -------------- apps/example/CHANGELOG.md | 6 ++++++ apps/example/package.json | 2 +- apps/next/CHANGELOG.md | 12 ++++++++++++ apps/next/package.json | 2 +- apps/storybook/CHANGELOG.md | 14 ++++++++++++++ apps/storybook/package.json | 2 +- packages/ds/CHANGELOG.md | 14 ++++++++++++++ packages/ds/package.json | 4 ++-- packages/ss/CHANGELOG.md | 6 ++++++ packages/ss/package.json | 2 +- presets/colors/CHANGELOG.md | 6 ++++++ presets/colors/package.json | 2 +- presets/tokens/CHANGELOG.md | 6 ++++++ presets/tokens/package.json | 2 +- presets/utilities/CHANGELOG.md | 6 ++++++ presets/utilities/package.json | 2 +- support/eslint-config/CHANGELOG.md | 6 ++++++ support/eslint-config/package.json | 2 +- support/tsconfig/CHANGELOG.md | 6 ++++++ support/tsconfig/package.json | 2 +- 21 files changed, 93 insertions(+), 25 deletions(-) delete mode 100644 .changeset/smart-ghosts-join.md diff --git a/.changeset/smart-ghosts-join.md b/.changeset/smart-ghosts-join.md deleted file mode 100644 index 5ee02d08..00000000 --- a/.changeset/smart-ghosts-join.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -'@committed/eslint-config': minor -'@committed/ds-utilities': minor -'@committed/ds-tsconfig': minor -'@committed/ds-storybook': minor -'@committed/ds-colors': minor -'@committed/ds-tokens': minor -'@committed/ds-example': minor -'@committed/ds': minor -'@committed/ds-ss': minor -'@committed/ds-next': minor ---- - -Updating the build to use only modules diff --git a/apps/example/CHANGELOG.md b/apps/example/CHANGELOG.md index 4826982c..91ade9d7 100644 --- a/apps/example/CHANGELOG.md +++ b/apps/example/CHANGELOG.md @@ -1,5 +1,11 @@ # @committed/ds-example +## 0.2.0 + +### Minor Changes + +- [#326](https://github.com/commitd/components/pull/326) [`ea74fcb`](https://github.com/commitd/components/commit/ea74fcbaaf556e024e23ace4e5e82a33033a0792) Thanks [@stuarthendren](https://github.com/stuarthendren)! - Updating the build to use only modules + ## 0.1.0 ### Minor Changes diff --git a/apps/example/package.json b/apps/example/package.json index d7d57a21..d012672e 100644 --- a/apps/example/package.json +++ b/apps/example/package.json @@ -1,6 +1,6 @@ { "name": "@committed/ds-example", - "version": "0.1.0", + "version": "0.2.0", "private": true, "scripts": {}, "dependencies": {}, diff --git a/apps/next/CHANGELOG.md b/apps/next/CHANGELOG.md index 52ed671c..6cebca26 100644 --- a/apps/next/CHANGELOG.md +++ b/apps/next/CHANGELOG.md @@ -1,5 +1,17 @@ # @committed/ds-next +## 0.2.0 + +### Minor Changes + +- [#326](https://github.com/commitd/components/pull/326) [`ea74fcb`](https://github.com/commitd/components/commit/ea74fcbaaf556e024e23ace4e5e82a33033a0792) Thanks [@stuarthendren](https://github.com/stuarthendren)! - Updating the build to use only modules + +### Patch Changes + +- Updated dependencies [[`ea74fcb`](https://github.com/commitd/components/commit/ea74fcbaaf556e024e23ace4e5e82a33033a0792)]: + - @committed/ds@1.0.0 + - @committed/ds-ss@0.2.0 + ## 0.1.0 ### Minor Changes diff --git a/apps/next/package.json b/apps/next/package.json index d7906386..3f5e5198 100644 --- a/apps/next/package.json +++ b/apps/next/package.json @@ -1,6 +1,6 @@ { "name": "@committed/ds-next", - "version": "0.1.0", + "version": "0.2.0", "private": true, "scripts": { "codegen": "panda codegen ", diff --git a/apps/storybook/CHANGELOG.md b/apps/storybook/CHANGELOG.md index aa23a40f..96fc68bf 100644 --- a/apps/storybook/CHANGELOG.md +++ b/apps/storybook/CHANGELOG.md @@ -1,5 +1,19 @@ # @committed/ds-storybook +## 0.2.0 + +### Minor Changes + +- [#326](https://github.com/commitd/components/pull/326) [`ea74fcb`](https://github.com/commitd/components/commit/ea74fcbaaf556e024e23ace4e5e82a33033a0792) Thanks [@stuarthendren](https://github.com/stuarthendren)! - Updating the build to use only modules + +### Patch Changes + +- Updated dependencies [[`ea74fcb`](https://github.com/commitd/components/commit/ea74fcbaaf556e024e23ace4e5e82a33033a0792)]: + - @committed/eslint-config@0.2.0 + - @committed/ds-tsconfig@0.2.0 + - @committed/ds@1.0.0 + - @committed/ds-ss@0.2.0 + ## 0.1.0 ### Minor Changes diff --git a/apps/storybook/package.json b/apps/storybook/package.json index 21b9c33c..8e2ac281 100644 --- a/apps/storybook/package.json +++ b/apps/storybook/package.json @@ -1,6 +1,6 @@ { "name": "@committed/ds-storybook", - "version": "0.1.0", + "version": "0.2.0", "private": true, "scripts": { "postinstall": "pnpm dlx playwright@1.38.1 install --with-deps chromium", diff --git a/packages/ds/CHANGELOG.md b/packages/ds/CHANGELOG.md index 2f2e2b8d..dd8dec1d 100644 --- a/packages/ds/CHANGELOG.md +++ b/packages/ds/CHANGELOG.md @@ -1,5 +1,19 @@ # @committed/ds +## 1.0.0 + +### Minor Changes + +- [#326](https://github.com/commitd/components/pull/326) [`ea74fcb`](https://github.com/commitd/components/commit/ea74fcbaaf556e024e23ace4e5e82a33033a0792) Thanks [@stuarthendren](https://github.com/stuarthendren)! - Updating the build to use only modules + +### Patch Changes + +- Updated dependencies [[`ea74fcb`](https://github.com/commitd/components/commit/ea74fcbaaf556e024e23ace4e5e82a33033a0792)]: + - @committed/ds-utilities@0.2.0 + - @committed/ds-colors@0.2.0 + - @committed/ds-tokens@0.2.0 + - @committed/ds-ss@0.2.0 + ## 0.1.0 ### Minor Changes diff --git a/packages/ds/package.json b/packages/ds/package.json index 6f1b7a07..1643b50f 100644 --- a/packages/ds/package.json +++ b/packages/ds/package.json @@ -1,6 +1,6 @@ { "name": "@committed/ds", - "version": "0.1.0", + "version": "1.0.0", "type": "module", "main": "src/index.ts", "types": "src/index.ts", @@ -50,7 +50,7 @@ "peerDependencies": { "react": ">= 18.0.0", "react-dom": ">= 18.0.0", - "@committed/ds-ss": ">= 0.1.0" + "@committed/ds-ss": ">=0.2.0" }, "dependencies": { "@committed/ds-colors": "workspace:*", diff --git a/packages/ss/CHANGELOG.md b/packages/ss/CHANGELOG.md index 6483fc64..dc81534a 100644 --- a/packages/ss/CHANGELOG.md +++ b/packages/ss/CHANGELOG.md @@ -1,5 +1,11 @@ # @committed/ds-ss +## 0.2.0 + +### Minor Changes + +- [#326](https://github.com/commitd/components/pull/326) [`ea74fcb`](https://github.com/commitd/components/commit/ea74fcbaaf556e024e23ace4e5e82a33033a0792) Thanks [@stuarthendren](https://github.com/stuarthendren)! - Updating the build to use only modules + ## 0.1.0 ### Minor Changes diff --git a/packages/ss/package.json b/packages/ss/package.json index 5ddc8d91..4520a85f 100644 --- a/packages/ss/package.json +++ b/packages/ss/package.json @@ -1,7 +1,7 @@ { "name": "@committed/ds-ss", "description": "This package is auto-generated by Panda CSS", - "version": "0.1.0", + "version": "0.2.0", "type": "module", "private": false, "devDependencies": { diff --git a/presets/colors/CHANGELOG.md b/presets/colors/CHANGELOG.md index e817e976..a23a3cc5 100644 --- a/presets/colors/CHANGELOG.md +++ b/presets/colors/CHANGELOG.md @@ -1,5 +1,11 @@ # @committed/ds-colors +## 0.2.0 + +### Minor Changes + +- [#326](https://github.com/commitd/components/pull/326) [`ea74fcb`](https://github.com/commitd/components/commit/ea74fcbaaf556e024e23ace4e5e82a33033a0792) Thanks [@stuarthendren](https://github.com/stuarthendren)! - Updating the build to use only modules + ## 0.1.0 ### Minor Changes diff --git a/presets/colors/package.json b/presets/colors/package.json index 419176dd..80d087c2 100644 --- a/presets/colors/package.json +++ b/presets/colors/package.json @@ -1,6 +1,6 @@ { "name": "@committed/ds-colors", - "version": "0.1.0", + "version": "0.2.0", "main": "dist/index.mjs", "types": "dist/index.d.mts", "exports": { diff --git a/presets/tokens/CHANGELOG.md b/presets/tokens/CHANGELOG.md index 36c39e6b..a99d0829 100644 --- a/presets/tokens/CHANGELOG.md +++ b/presets/tokens/CHANGELOG.md @@ -1,5 +1,11 @@ # @committed/ds-tokens +## 0.2.0 + +### Minor Changes + +- [#326](https://github.com/commitd/components/pull/326) [`ea74fcb`](https://github.com/commitd/components/commit/ea74fcbaaf556e024e23ace4e5e82a33033a0792) Thanks [@stuarthendren](https://github.com/stuarthendren)! - Updating the build to use only modules + ## 0.1.0 ### Minor Changes diff --git a/presets/tokens/package.json b/presets/tokens/package.json index d57154eb..16abce6d 100644 --- a/presets/tokens/package.json +++ b/presets/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@committed/ds-tokens", - "version": "0.1.0", + "version": "0.2.0", "main": "dist/index.mjs", "types": "dist/index.d.mts", "exports": { diff --git a/presets/utilities/CHANGELOG.md b/presets/utilities/CHANGELOG.md index 12f11d25..bfcf30c9 100644 --- a/presets/utilities/CHANGELOG.md +++ b/presets/utilities/CHANGELOG.md @@ -1,5 +1,11 @@ # @committed/ds-utilities +## 0.2.0 + +### Minor Changes + +- [#326](https://github.com/commitd/components/pull/326) [`ea74fcb`](https://github.com/commitd/components/commit/ea74fcbaaf556e024e23ace4e5e82a33033a0792) Thanks [@stuarthendren](https://github.com/stuarthendren)! - Updating the build to use only modules + ## 0.1.0 ### Minor Changes diff --git a/presets/utilities/package.json b/presets/utilities/package.json index 1a819b85..310ebb01 100644 --- a/presets/utilities/package.json +++ b/presets/utilities/package.json @@ -1,6 +1,6 @@ { "name": "@committed/ds-utilities", - "version": "0.1.0", + "version": "0.2.0", "main": "dist/index.mjs", "types": "dist/index.d.mts", "exports": { diff --git a/support/eslint-config/CHANGELOG.md b/support/eslint-config/CHANGELOG.md index a87915e9..6e93d45d 100644 --- a/support/eslint-config/CHANGELOG.md +++ b/support/eslint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @committed/eslint-config +## 0.2.0 + +### Minor Changes + +- [#326](https://github.com/commitd/components/pull/326) [`ea74fcb`](https://github.com/commitd/components/commit/ea74fcbaaf556e024e23ace4e5e82a33033a0792) Thanks [@stuarthendren](https://github.com/stuarthendren)! - Updating the build to use only modules + ## 0.1.0 ### Minor Changes diff --git a/support/eslint-config/package.json b/support/eslint-config/package.json index 975aeeb4..80ed2b9d 100644 --- a/support/eslint-config/package.json +++ b/support/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@committed/eslint-config", - "version": "0.1.0", + "version": "0.2.0", "main": "index.js", "private": true, "license": "MIT", diff --git a/support/tsconfig/CHANGELOG.md b/support/tsconfig/CHANGELOG.md index 97fe8f4a..2395ab21 100644 --- a/support/tsconfig/CHANGELOG.md +++ b/support/tsconfig/CHANGELOG.md @@ -1,5 +1,11 @@ # @committed/ds-tsconfig +## 0.2.0 + +### Minor Changes + +- [#326](https://github.com/commitd/components/pull/326) [`ea74fcb`](https://github.com/commitd/components/commit/ea74fcbaaf556e024e23ace4e5e82a33033a0792) Thanks [@stuarthendren](https://github.com/stuarthendren)! - Updating the build to use only modules + ## 0.1.0 ### Minor Changes diff --git a/support/tsconfig/package.json b/support/tsconfig/package.json index ce9ad9e1..6fde915e 100644 --- a/support/tsconfig/package.json +++ b/support/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "@committed/ds-tsconfig", - "version": "0.1.0", + "version": "0.2.0", "private": true, "license": "MIT" }