From b6ac969aad92999cc5d8357d6fa10d403b16602d Mon Sep 17 00:00:00 2001 From: Amanda Guthrie <51721024+amandaguthrie@users.noreply.github.com> Date: Mon, 29 Jul 2024 17:39:29 -0600 Subject: [PATCH] Release: Publish Packages (#19) Co-authored-by: github-actions[bot] --- .changeset/orange-tools-drum.md | 5 ----- .changeset/silent-ways-jam.md | 5 ----- .changeset/thick-pens-applaud.md | 11 ----------- .changeset/twelve-planes-rhyme.md | 9 --------- packages/panda-plugin-add-export/CHANGELOG.md | 7 +++++++ packages/panda-plugin-add-export/package.json | 2 +- packages/panda-plugin-type-extend/CHANGELOG.md | 7 +++++++ packages/panda-plugin-type-extend/package.json | 2 +- packages/panda-preset-breakpoints/CHANGELOG.md | 12 ++++++++++++ packages/panda-preset-breakpoints/package.json | 2 +- packages/panda-preset-color-radix/CHANGELOG.md | 14 ++++++++++++++ packages/panda-preset-color-radix/package.json | 2 +- packages/panda-preset-dev-utils/CHANGELOG.md | 6 ++++++ packages/panda-preset-dev-utils/package.json | 2 +- packages/panda-preset-font-modernfs/CHANGELOG.md | 14 ++++++++++++++ packages/panda-preset-font-modernfs/package.json | 2 +- .../panda-preset-framework-simplecss/CHANGELOG.md | 14 ++++++++++++++ .../panda-preset-framework-simplecss/package.json | 2 +- packages/panda-preset-shared-utils/CHANGELOG.md | 11 +++++++++++ packages/panda-preset-shared-utils/package.json | 2 +- 20 files changed, 93 insertions(+), 38 deletions(-) delete mode 100644 .changeset/orange-tools-drum.md delete mode 100644 .changeset/silent-ways-jam.md delete mode 100644 .changeset/thick-pens-applaud.md delete mode 100644 .changeset/twelve-planes-rhyme.md diff --git a/.changeset/orange-tools-drum.md b/.changeset/orange-tools-drum.md deleted file mode 100644 index cb23d7a..0000000 --- a/.changeset/orange-tools-drum.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@amandaguthrie/panda-preset-dev-utils": minor ---- - -Minimum Node version of 20 diff --git a/.changeset/silent-ways-jam.md b/.changeset/silent-ways-jam.md deleted file mode 100644 index 2963a8a..0000000 --- a/.changeset/silent-ways-jam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@amandaguthrie/panda-preset-shared-utils": minor ---- - -Minimum @pandacss/types of 0.44.0 diff --git a/.changeset/thick-pens-applaud.md b/.changeset/thick-pens-applaud.md deleted file mode 100644 index 341db5d..0000000 --- a/.changeset/thick-pens-applaud.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'@amandaguthrie/panda-preset-framework-simplecss': patch -'@amandaguthrie/panda-preset-font-modernfs': patch -'@amandaguthrie/panda-preset-shared-utils': patch -'@amandaguthrie/panda-plugin-type-extend': patch -'@amandaguthrie/panda-preset-color-radix': patch -'@amandaguthrie/panda-plugin-add-export': patch ---- - -Migrate from ESLint/Prettier to Biome. -Change .forEach to for ... of loops and switch from != undefined to != null or !== undefined. diff --git a/.changeset/twelve-planes-rhyme.md b/.changeset/twelve-planes-rhyme.md deleted file mode 100644 index 9bd1f8b..0000000 --- a/.changeset/twelve-planes-rhyme.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@amandaguthrie/panda-preset-framework-simplecss": minor -"@amandaguthrie/panda-preset-font-modernfs": minor -"@amandaguthrie/panda-preset-breakpoints": minor -"@amandaguthrie/panda-preset-color-radix": minor ---- - -* Add name property to preset for Panda CSS v0.44.0 compatibility -* Adapt tests, re-run test snapshots diff --git a/packages/panda-plugin-add-export/CHANGELOG.md b/packages/panda-plugin-add-export/CHANGELOG.md index 1a9948e..ad4d406 100644 --- a/packages/panda-plugin-add-export/CHANGELOG.md +++ b/packages/panda-plugin-add-export/CHANGELOG.md @@ -1,5 +1,12 @@ # @amandaguthrie/panda-plugin-add-export +## 0.1.1 + +### Patch Changes + +- [#18](https://github.com/amandaguthrie/panda-css-presets/pull/18) [`69d7ddf`](https://github.com/amandaguthrie/panda-css-presets/commit/69d7ddf14e6f9af11a141b42ad4e144383e1ecb9) Thanks [@amandaguthrie](https://github.com/amandaguthrie)! - Migrate from ESLint/Prettier to Biome. + Change .forEach to for ... of loops and switch from != undefined to != null or !== undefined. + ## 0.1.0 ### Minor Changes diff --git a/packages/panda-plugin-add-export/package.json b/packages/panda-plugin-add-export/package.json index 7b6b20d..952714a 100644 --- a/packages/panda-plugin-add-export/package.json +++ b/packages/panda-plugin-add-export/package.json @@ -1,6 +1,6 @@ { "name": "@amandaguthrie/panda-plugin-add-export", - "version": "0.1.0", + "version": "0.1.1", "description": "A Panda CSS Plugin that allows you to add exports to generated files", "author": { "name": "Amanda Guthrie", diff --git a/packages/panda-plugin-type-extend/CHANGELOG.md b/packages/panda-plugin-type-extend/CHANGELOG.md index 58a4a23..193166d 100644 --- a/packages/panda-plugin-type-extend/CHANGELOG.md +++ b/packages/panda-plugin-type-extend/CHANGELOG.md @@ -1,5 +1,12 @@ # @amandaguthrie/panda-plugin-type-extend +## 0.1.1 + +### Patch Changes + +- [#18](https://github.com/amandaguthrie/panda-css-presets/pull/18) [`69d7ddf`](https://github.com/amandaguthrie/panda-css-presets/commit/69d7ddf14e6f9af11a141b42ad4e144383e1ecb9) Thanks [@amandaguthrie](https://github.com/amandaguthrie)! - Migrate from ESLint/Prettier to Biome. + Change .forEach to for ... of loops and switch from != undefined to != null or !== undefined. + ## 0.1.0 ### Minor Changes diff --git a/packages/panda-plugin-type-extend/package.json b/packages/panda-plugin-type-extend/package.json index 6f47168..9b84a95 100644 --- a/packages/panda-plugin-type-extend/package.json +++ b/packages/panda-plugin-type-extend/package.json @@ -1,6 +1,6 @@ { "name": "@amandaguthrie/panda-plugin-type-extend", - "version": "0.1.0", + "version": "0.1.1", "description": "A Panda CSS Plugin that allows you to extend generated types", "author": { "name": "Amanda Guthrie", diff --git a/packages/panda-preset-breakpoints/CHANGELOG.md b/packages/panda-preset-breakpoints/CHANGELOG.md index a6bdb13..5fd4533 100644 --- a/packages/panda-preset-breakpoints/CHANGELOG.md +++ b/packages/panda-preset-breakpoints/CHANGELOG.md @@ -1,5 +1,17 @@ # @amandaguthrie/panda-preset-breakpoints +## 0.2.0 + +### Minor Changes + +- [#20](https://github.com/amandaguthrie/panda-css-presets/pull/20) [`0153d74`](https://github.com/amandaguthrie/panda-css-presets/commit/0153d74560bd9d6138ae8544749dbfc8a3298e4f) Thanks [@amandaguthrie](https://github.com/amandaguthrie)! - \* Add name property to preset for Panda CSS v0.44.0 compatibility + - Adapt tests, re-run test snapshots + +### Patch Changes + +- Updated dependencies [[`0153d74`](https://github.com/amandaguthrie/panda-css-presets/commit/0153d74560bd9d6138ae8544749dbfc8a3298e4f), [`69d7ddf`](https://github.com/amandaguthrie/panda-css-presets/commit/69d7ddf14e6f9af11a141b42ad4e144383e1ecb9)]: + - @amandaguthrie/panda-preset-shared-utils@0.4.0 + ## 0.1.2 ### Patch Changes diff --git a/packages/panda-preset-breakpoints/package.json b/packages/panda-preset-breakpoints/package.json index 01545cd..97560fd 100644 --- a/packages/panda-preset-breakpoints/package.json +++ b/packages/panda-preset-breakpoints/package.json @@ -1,6 +1,6 @@ { "name": "@amandaguthrie/panda-preset-breakpoints", - "version": "0.1.2", + "version": "0.2.0", "description": "A Panda CSS Preset that generates breakpoints based on popular design systems.", "author": { "name": "Amanda Guthrie", diff --git a/packages/panda-preset-color-radix/CHANGELOG.md b/packages/panda-preset-color-radix/CHANGELOG.md index bbcc056..21c332d 100644 --- a/packages/panda-preset-color-radix/CHANGELOG.md +++ b/packages/panda-preset-color-radix/CHANGELOG.md @@ -1,5 +1,19 @@ # @amandaguthrie/panda-preset-color-radix +## 0.3.0 + +### Minor Changes + +- [#20](https://github.com/amandaguthrie/panda-css-presets/pull/20) [`0153d74`](https://github.com/amandaguthrie/panda-css-presets/commit/0153d74560bd9d6138ae8544749dbfc8a3298e4f) Thanks [@amandaguthrie](https://github.com/amandaguthrie)! - \* Add name property to preset for Panda CSS v0.44.0 compatibility + - Adapt tests, re-run test snapshots + +### Patch Changes + +- [#18](https://github.com/amandaguthrie/panda-css-presets/pull/18) [`69d7ddf`](https://github.com/amandaguthrie/panda-css-presets/commit/69d7ddf14e6f9af11a141b42ad4e144383e1ecb9) Thanks [@amandaguthrie](https://github.com/amandaguthrie)! - Migrate from ESLint/Prettier to Biome. + Change .forEach to for ... of loops and switch from != undefined to != null or !== undefined. +- Updated dependencies [[`0153d74`](https://github.com/amandaguthrie/panda-css-presets/commit/0153d74560bd9d6138ae8544749dbfc8a3298e4f), [`69d7ddf`](https://github.com/amandaguthrie/panda-css-presets/commit/69d7ddf14e6f9af11a141b42ad4e144383e1ecb9)]: + - @amandaguthrie/panda-preset-shared-utils@0.4.0 + ## 0.2.0 ### Minor Changes diff --git a/packages/panda-preset-color-radix/package.json b/packages/panda-preset-color-radix/package.json index c845fe2..def93dd 100644 --- a/packages/panda-preset-color-radix/package.json +++ b/packages/panda-preset-color-radix/package.json @@ -1,6 +1,6 @@ { "name": "@amandaguthrie/panda-preset-color-radix", - "version": "0.2.0", + "version": "0.3.0", "description": "A Panda CSS Preset that generates Radix UI Colors as core and semantic tokens", "author": { "name": "Amanda Guthrie", diff --git a/packages/panda-preset-dev-utils/CHANGELOG.md b/packages/panda-preset-dev-utils/CHANGELOG.md index 8e88c8f..17154d1 100644 --- a/packages/panda-preset-dev-utils/CHANGELOG.md +++ b/packages/panda-preset-dev-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @amandaguthrie/panda-preset-dev-utils +## 0.2.0 + +### Minor Changes + +- [#20](https://github.com/amandaguthrie/panda-css-presets/pull/20) [`0153d74`](https://github.com/amandaguthrie/panda-css-presets/commit/0153d74560bd9d6138ae8544749dbfc8a3298e4f) Thanks [@amandaguthrie](https://github.com/amandaguthrie)! - Minimum Node version of 20 + ## 0.1.0 ### Minor Changes diff --git a/packages/panda-preset-dev-utils/package.json b/packages/panda-preset-dev-utils/package.json index fe072ee..0bf62fc 100644 --- a/packages/panda-preset-dev-utils/package.json +++ b/packages/panda-preset-dev-utils/package.json @@ -1,6 +1,6 @@ { "name": "@amandaguthrie/panda-preset-dev-utils", - "version": "0.1.0", + "version": "0.2.0", "description": "Shared dev utilities for Panda presets and plugins.", "author": { "name": "Amanda Guthrie", diff --git a/packages/panda-preset-font-modernfs/CHANGELOG.md b/packages/panda-preset-font-modernfs/CHANGELOG.md index ad5b868..5945b91 100644 --- a/packages/panda-preset-font-modernfs/CHANGELOG.md +++ b/packages/panda-preset-font-modernfs/CHANGELOG.md @@ -1,5 +1,19 @@ # @amandaguthrie/panda-preset-font-modernfs +## 0.2.0 + +### Minor Changes + +- [#20](https://github.com/amandaguthrie/panda-css-presets/pull/20) [`0153d74`](https://github.com/amandaguthrie/panda-css-presets/commit/0153d74560bd9d6138ae8544749dbfc8a3298e4f) Thanks [@amandaguthrie](https://github.com/amandaguthrie)! - \* Add name property to preset for Panda CSS v0.44.0 compatibility + - Adapt tests, re-run test snapshots + +### Patch Changes + +- [#18](https://github.com/amandaguthrie/panda-css-presets/pull/18) [`69d7ddf`](https://github.com/amandaguthrie/panda-css-presets/commit/69d7ddf14e6f9af11a141b42ad4e144383e1ecb9) Thanks [@amandaguthrie](https://github.com/amandaguthrie)! - Migrate from ESLint/Prettier to Biome. + Change .forEach to for ... of loops and switch from != undefined to != null or !== undefined. +- Updated dependencies [[`0153d74`](https://github.com/amandaguthrie/panda-css-presets/commit/0153d74560bd9d6138ae8544749dbfc8a3298e4f), [`69d7ddf`](https://github.com/amandaguthrie/panda-css-presets/commit/69d7ddf14e6f9af11a141b42ad4e144383e1ecb9)]: + - @amandaguthrie/panda-preset-shared-utils@0.4.0 + ## 0.1.1 ### Patch Changes diff --git a/packages/panda-preset-font-modernfs/package.json b/packages/panda-preset-font-modernfs/package.json index af9f7d0..45f88b0 100644 --- a/packages/panda-preset-font-modernfs/package.json +++ b/packages/panda-preset-font-modernfs/package.json @@ -1,6 +1,6 @@ { "name": "@amandaguthrie/panda-preset-font-modernfs", - "version": "0.1.1", + "version": "0.2.0", "description": "A Panda CSS Preset that generates Modern Font Stacks fonts as core tokens", "author": { "name": "Amanda Guthrie", diff --git a/packages/panda-preset-framework-simplecss/CHANGELOG.md b/packages/panda-preset-framework-simplecss/CHANGELOG.md index 868ed2c..aad8c14 100644 --- a/packages/panda-preset-framework-simplecss/CHANGELOG.md +++ b/packages/panda-preset-framework-simplecss/CHANGELOG.md @@ -1,5 +1,19 @@ # @amandaguthrie/panda-preset-framework-simplecss +## 0.2.0 + +### Minor Changes + +- [#20](https://github.com/amandaguthrie/panda-css-presets/pull/20) [`0153d74`](https://github.com/amandaguthrie/panda-css-presets/commit/0153d74560bd9d6138ae8544749dbfc8a3298e4f) Thanks [@amandaguthrie](https://github.com/amandaguthrie)! - \* Add name property to preset for Panda CSS v0.44.0 compatibility + - Adapt tests, re-run test snapshots + +### Patch Changes + +- [#18](https://github.com/amandaguthrie/panda-css-presets/pull/18) [`69d7ddf`](https://github.com/amandaguthrie/panda-css-presets/commit/69d7ddf14e6f9af11a141b42ad4e144383e1ecb9) Thanks [@amandaguthrie](https://github.com/amandaguthrie)! - Migrate from ESLint/Prettier to Biome. + Change .forEach to for ... of loops and switch from != undefined to != null or !== undefined. +- Updated dependencies [[`0153d74`](https://github.com/amandaguthrie/panda-css-presets/commit/0153d74560bd9d6138ae8544749dbfc8a3298e4f), [`69d7ddf`](https://github.com/amandaguthrie/panda-css-presets/commit/69d7ddf14e6f9af11a141b42ad4e144383e1ecb9)]: + - @amandaguthrie/panda-preset-shared-utils@0.4.0 + ## 0.1.1 ### Patch Changes diff --git a/packages/panda-preset-framework-simplecss/package.json b/packages/panda-preset-framework-simplecss/package.json index f10a326..a3b03d3 100644 --- a/packages/panda-preset-framework-simplecss/package.json +++ b/packages/panda-preset-framework-simplecss/package.json @@ -1,6 +1,6 @@ { "name": "@amandaguthrie/panda-preset-framework-simplecss", - "version": "0.1.1", + "version": "0.2.0", "description": "A Panda CSS preset based on simple.css", "author": { "name": "Amanda Guthrie", diff --git a/packages/panda-preset-shared-utils/CHANGELOG.md b/packages/panda-preset-shared-utils/CHANGELOG.md index 2b4a381..c32a642 100644 --- a/packages/panda-preset-shared-utils/CHANGELOG.md +++ b/packages/panda-preset-shared-utils/CHANGELOG.md @@ -1,5 +1,16 @@ # @amandaguthrie/panda-preset-shared-utils +## 0.4.0 + +### Minor Changes + +- [#20](https://github.com/amandaguthrie/panda-css-presets/pull/20) [`0153d74`](https://github.com/amandaguthrie/panda-css-presets/commit/0153d74560bd9d6138ae8544749dbfc8a3298e4f) Thanks [@amandaguthrie](https://github.com/amandaguthrie)! - Minimum @pandacss/types of 0.44.0 + +### Patch Changes + +- [#18](https://github.com/amandaguthrie/panda-css-presets/pull/18) [`69d7ddf`](https://github.com/amandaguthrie/panda-css-presets/commit/69d7ddf14e6f9af11a141b42ad4e144383e1ecb9) Thanks [@amandaguthrie](https://github.com/amandaguthrie)! - Migrate from ESLint/Prettier to Biome. + Change .forEach to for ... of loops and switch from != undefined to != null or !== undefined. + ## 0.3.0 ### Minor Changes diff --git a/packages/panda-preset-shared-utils/package.json b/packages/panda-preset-shared-utils/package.json index abea43e..2a80672 100644 --- a/packages/panda-preset-shared-utils/package.json +++ b/packages/panda-preset-shared-utils/package.json @@ -1,6 +1,6 @@ { "name": "@amandaguthrie/panda-preset-shared-utils", - "version": "0.3.0", + "version": "0.4.0", "description": "Shared utilities for other Panda presets.", "author": { "name": "Amanda Guthrie",