diff --git a/.changeset/large-lizards-help.md b/.changeset/large-lizards-help.md deleted file mode 100644 index 16c8101..0000000 --- a/.changeset/large-lizards-help.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@amandaguthrie/panda-preset-shared-utils": patch ---- - -
- -* Update `@pandacss/dev` peer dependency from 0.x to >=0.0.0 diff --git a/.changeset/light-maps-type.md b/.changeset/light-maps-type.md deleted file mode 100644 index 797161d..0000000 --- a/.changeset/light-maps-type.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -"@amandaguthrie/panda-preset-color-radix": patch ---- - -
- -##### Adds Three Color Scale Values - -We've added three scale values to the standard Radix colors for ease of theming. - -- **0:** Intended for white in light mode and black for dark mode. -- **9c:** The contrast color for color scale 9. A few Radix colors require dark text to meet contrast requirements. This - makes it easier by building those contrast values into the core and semantic color scales in a consistent fashion. - Defaults to white for all colors except for amber, yellow, mint, lime, and sky. -- **13:** Intended for black in light mode and white for dark mode. - -The default black and white colors can be replaced in the preset options using the contrastColorOverrides object. diff --git a/.changeset/tame-humans-leave.md b/.changeset/tame-humans-leave.md deleted file mode 100644 index dcb4bf2..0000000 --- a/.changeset/tame-humans-leave.md +++ /dev/null @@ -1,13 +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-breakpoints": patch -"@amandaguthrie/panda-preset-color-radix": patch -"@amandaguthrie/panda-plugin-add-export": patch ---- - -
- -* Update `@pandacss/dev` and `@pandacss/types` dev dependencies to ^1.0.0 diff --git a/packages/panda-plugin-add-export/CHANGELOG.md b/packages/panda-plugin-add-export/CHANGELOG.md index ad4d406..4616c04 100644 --- a/packages/panda-plugin-add-export/CHANGELOG.md +++ b/packages/panda-plugin-add-export/CHANGELOG.md @@ -1,5 +1,13 @@ # @amandaguthrie/panda-plugin-add-export +## 0.1.2 + +### Patch Changes + +- [#25](https://github.com/amandaguthrie/panda-css-presets/pull/25) [`a8fccf9`](https://github.com/amandaguthrie/panda-css-presets/commit/a8fccf98661bffdf9372ab4d8cee9a6ccf9aca4e) Thanks [@amandaguthrie](https://github.com/amandaguthrie)! -
+ + - Update `@pandacss/dev` and `@pandacss/types` dev dependencies to ^1.0.0 + ## 0.1.1 ### Patch Changes diff --git a/packages/panda-plugin-add-export/package.json b/packages/panda-plugin-add-export/package.json index f19daa4..0d1d0eb 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.1", + "version": "0.1.2", "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 193166d..bd6c9b2 100644 --- a/packages/panda-plugin-type-extend/CHANGELOG.md +++ b/packages/panda-plugin-type-extend/CHANGELOG.md @@ -1,5 +1,13 @@ # @amandaguthrie/panda-plugin-type-extend +## 0.1.2 + +### Patch Changes + +- [#25](https://github.com/amandaguthrie/panda-css-presets/pull/25) [`a8fccf9`](https://github.com/amandaguthrie/panda-css-presets/commit/a8fccf98661bffdf9372ab4d8cee9a6ccf9aca4e) Thanks [@amandaguthrie](https://github.com/amandaguthrie)! -
+ + - Update `@pandacss/dev` and `@pandacss/types` dev dependencies to ^1.0.0 + ## 0.1.1 ### Patch Changes diff --git a/packages/panda-plugin-type-extend/package.json b/packages/panda-plugin-type-extend/package.json index c9a91d9..814e886 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.1", + "version": "0.1.2", "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 5fd4533..13434e3 100644 --- a/packages/panda-preset-breakpoints/CHANGELOG.md +++ b/packages/panda-preset-breakpoints/CHANGELOG.md @@ -1,5 +1,16 @@ # @amandaguthrie/panda-preset-breakpoints +## 0.2.1 + +### Patch Changes + +- [#25](https://github.com/amandaguthrie/panda-css-presets/pull/25) [`a8fccf9`](https://github.com/amandaguthrie/panda-css-presets/commit/a8fccf98661bffdf9372ab4d8cee9a6ccf9aca4e) Thanks [@amandaguthrie](https://github.com/amandaguthrie)! -
+ + - Update `@pandacss/dev` and `@pandacss/types` dev dependencies to ^1.0.0 + +- Updated dependencies [[`a8fccf9`](https://github.com/amandaguthrie/panda-css-presets/commit/a8fccf98661bffdf9372ab4d8cee9a6ccf9aca4e), [`a8fccf9`](https://github.com/amandaguthrie/panda-css-presets/commit/a8fccf98661bffdf9372ab4d8cee9a6ccf9aca4e)]: + - @amandaguthrie/panda-preset-shared-utils@0.4.1 + ## 0.2.0 ### Minor Changes diff --git a/packages/panda-preset-breakpoints/package.json b/packages/panda-preset-breakpoints/package.json index aa99397..86ff3d6 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.2.0", + "version": "0.2.1", "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 21c332d..6f00710 100644 --- a/packages/panda-preset-color-radix/CHANGELOG.md +++ b/packages/panda-preset-color-radix/CHANGELOG.md @@ -1,5 +1,30 @@ # @amandaguthrie/panda-preset-color-radix +## 0.3.1 + +### Patch Changes + +- [#22](https://github.com/amandaguthrie/panda-css-presets/pull/22) [`58f4948`](https://github.com/amandaguthrie/panda-css-presets/commit/58f49487dd992dd41c1642b0de8037afe474f3fb) Thanks [@amandaguthrie](https://github.com/amandaguthrie)! -
+ + ##### Adds Three Color Scale Values + + We've added three scale values to the standard Radix colors for ease of theming. + + - **0:** Intended for white in light mode and black for dark mode. + - **9c:** The contrast color for color scale 9. A few Radix colors require dark text to meet contrast requirements. This + makes it easier by building those contrast values into the core and semantic color scales in a consistent fashion. + Defaults to white for all colors except for amber, yellow, mint, lime, and sky. + - **13:** Intended for black in light mode and white for dark mode. + + The default black and white colors can be replaced in the preset options using the contrastColorOverrides object. + +- [#25](https://github.com/amandaguthrie/panda-css-presets/pull/25) [`a8fccf9`](https://github.com/amandaguthrie/panda-css-presets/commit/a8fccf98661bffdf9372ab4d8cee9a6ccf9aca4e) Thanks [@amandaguthrie](https://github.com/amandaguthrie)! -
+ + - Update `@pandacss/dev` and `@pandacss/types` dev dependencies to ^1.0.0 + +- Updated dependencies [[`a8fccf9`](https://github.com/amandaguthrie/panda-css-presets/commit/a8fccf98661bffdf9372ab4d8cee9a6ccf9aca4e), [`a8fccf9`](https://github.com/amandaguthrie/panda-css-presets/commit/a8fccf98661bffdf9372ab4d8cee9a6ccf9aca4e)]: + - @amandaguthrie/panda-preset-shared-utils@0.4.1 + ## 0.3.0 ### Minor Changes diff --git a/packages/panda-preset-color-radix/package.json b/packages/panda-preset-color-radix/package.json index 10af346..738d37e 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.3.0", + "version": "0.3.1", "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-font-modernfs/CHANGELOG.md b/packages/panda-preset-font-modernfs/CHANGELOG.md index 5945b91..7a659ae 100644 --- a/packages/panda-preset-font-modernfs/CHANGELOG.md +++ b/packages/panda-preset-font-modernfs/CHANGELOG.md @@ -1,5 +1,16 @@ # @amandaguthrie/panda-preset-font-modernfs +## 0.2.1 + +### Patch Changes + +- [#25](https://github.com/amandaguthrie/panda-css-presets/pull/25) [`a8fccf9`](https://github.com/amandaguthrie/panda-css-presets/commit/a8fccf98661bffdf9372ab4d8cee9a6ccf9aca4e) Thanks [@amandaguthrie](https://github.com/amandaguthrie)! -
+ + - Update `@pandacss/dev` and `@pandacss/types` dev dependencies to ^1.0.0 + +- Updated dependencies [[`a8fccf9`](https://github.com/amandaguthrie/panda-css-presets/commit/a8fccf98661bffdf9372ab4d8cee9a6ccf9aca4e), [`a8fccf9`](https://github.com/amandaguthrie/panda-css-presets/commit/a8fccf98661bffdf9372ab4d8cee9a6ccf9aca4e)]: + - @amandaguthrie/panda-preset-shared-utils@0.4.1 + ## 0.2.0 ### Minor Changes diff --git a/packages/panda-preset-font-modernfs/package.json b/packages/panda-preset-font-modernfs/package.json index 2a9cca6..ac69e1a 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.2.0", + "version": "0.2.1", "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 aad8c14..2a9c9ba 100644 --- a/packages/panda-preset-framework-simplecss/CHANGELOG.md +++ b/packages/panda-preset-framework-simplecss/CHANGELOG.md @@ -1,5 +1,16 @@ # @amandaguthrie/panda-preset-framework-simplecss +## 0.2.1 + +### Patch Changes + +- [#25](https://github.com/amandaguthrie/panda-css-presets/pull/25) [`a8fccf9`](https://github.com/amandaguthrie/panda-css-presets/commit/a8fccf98661bffdf9372ab4d8cee9a6ccf9aca4e) Thanks [@amandaguthrie](https://github.com/amandaguthrie)! -
+ + - Update `@pandacss/dev` and `@pandacss/types` dev dependencies to ^1.0.0 + +- Updated dependencies [[`a8fccf9`](https://github.com/amandaguthrie/panda-css-presets/commit/a8fccf98661bffdf9372ab4d8cee9a6ccf9aca4e), [`a8fccf9`](https://github.com/amandaguthrie/panda-css-presets/commit/a8fccf98661bffdf9372ab4d8cee9a6ccf9aca4e)]: + - @amandaguthrie/panda-preset-shared-utils@0.4.1 + ## 0.2.0 ### Minor Changes diff --git a/packages/panda-preset-framework-simplecss/package.json b/packages/panda-preset-framework-simplecss/package.json index 5e5ae33..f19461c 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.2.0", + "version": "0.2.1", "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 c32a642..e3a5bd8 100644 --- a/packages/panda-preset-shared-utils/CHANGELOG.md +++ b/packages/panda-preset-shared-utils/CHANGELOG.md @@ -1,5 +1,17 @@ # @amandaguthrie/panda-preset-shared-utils +## 0.4.1 + +### Patch Changes + +- [#25](https://github.com/amandaguthrie/panda-css-presets/pull/25) [`a8fccf9`](https://github.com/amandaguthrie/panda-css-presets/commit/a8fccf98661bffdf9372ab4d8cee9a6ccf9aca4e) Thanks [@amandaguthrie](https://github.com/amandaguthrie)! -
+ + - Update `@pandacss/dev` peer dependency from 0.x to >=0.0.0 + +- [#25](https://github.com/amandaguthrie/panda-css-presets/pull/25) [`a8fccf9`](https://github.com/amandaguthrie/panda-css-presets/commit/a8fccf98661bffdf9372ab4d8cee9a6ccf9aca4e) Thanks [@amandaguthrie](https://github.com/amandaguthrie)! -
+ + - Update `@pandacss/dev` and `@pandacss/types` dev dependencies to ^1.0.0 + ## 0.4.0 ### Minor Changes diff --git a/packages/panda-preset-shared-utils/package.json b/packages/panda-preset-shared-utils/package.json index 60aefe2..768cbb9 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.4.0", + "version": "0.4.1", "description": "Shared utilities for other Panda presets.", "author": { "name": "Amanda Guthrie",