Skip to content

Commit 2c015a9

Browse files
Version Packages
1 parent a8fccf9 commit 2c015a9

File tree

17 files changed

+93
-44
lines changed

17 files changed

+93
-44
lines changed

.changeset/large-lizards-help.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/light-maps-type.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

.changeset/tame-humans-leave.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

packages/panda-plugin-add-export/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @amandaguthrie/panda-plugin-add-export
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- [#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)! - <br/>
8+
9+
- Update `@pandacss/dev` and `@pandacss/types` dev dependencies to ^1.0.0
10+
311
## 0.1.1
412

513
### Patch Changes

packages/panda-plugin-add-export/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@amandaguthrie/panda-plugin-add-export",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "A Panda CSS Plugin that allows you to add exports to generated files",
55
"author": {
66
"name": "Amanda Guthrie",

packages/panda-plugin-type-extend/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @amandaguthrie/panda-plugin-type-extend
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- [#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)! - <br/>
8+
9+
- Update `@pandacss/dev` and `@pandacss/types` dev dependencies to ^1.0.0
10+
311
## 0.1.1
412

513
### Patch Changes

packages/panda-plugin-type-extend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@amandaguthrie/panda-plugin-type-extend",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "A Panda CSS Plugin that allows you to extend generated types",
55
"author": {
66
"name": "Amanda Guthrie",

packages/panda-preset-breakpoints/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @amandaguthrie/panda-preset-breakpoints
22

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- [#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)! - <br/>
8+
9+
- Update `@pandacss/dev` and `@pandacss/types` dev dependencies to ^1.0.0
10+
11+
- Updated dependencies [[`a8fccf9`](https://github.com/amandaguthrie/panda-css-presets/commit/a8fccf98661bffdf9372ab4d8cee9a6ccf9aca4e), [`a8fccf9`](https://github.com/amandaguthrie/panda-css-presets/commit/a8fccf98661bffdf9372ab4d8cee9a6ccf9aca4e)]:
12+
- @amandaguthrie/panda-preset-shared-utils@0.4.1
13+
314
## 0.2.0
415

516
### Minor Changes

packages/panda-preset-breakpoints/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@amandaguthrie/panda-preset-breakpoints",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "A Panda CSS Preset that generates breakpoints based on popular design systems.",
55
"author": {
66
"name": "Amanda Guthrie",

packages/panda-preset-color-radix/CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# @amandaguthrie/panda-preset-color-radix
22

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- [#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)! - <br/>
8+
9+
##### Adds Three Color Scale Values
10+
11+
We've added three scale values to the standard Radix colors for ease of theming.
12+
13+
- **0:** Intended for white in light mode and black for dark mode.
14+
- **9c:** The contrast color for color scale 9. A few Radix colors require dark text to meet contrast requirements. This
15+
makes it easier by building those contrast values into the core and semantic color scales in a consistent fashion.
16+
Defaults to white for all colors except for amber, yellow, mint, lime, and sky.
17+
- **13:** Intended for black in light mode and white for dark mode.
18+
19+
The default black and white colors can be replaced in the preset options using the <code>contrastColorOverrides</code> object.
20+
21+
- [#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)! - <br/>
22+
23+
- Update `@pandacss/dev` and `@pandacss/types` dev dependencies to ^1.0.0
24+
25+
- Updated dependencies [[`a8fccf9`](https://github.com/amandaguthrie/panda-css-presets/commit/a8fccf98661bffdf9372ab4d8cee9a6ccf9aca4e), [`a8fccf9`](https://github.com/amandaguthrie/panda-css-presets/commit/a8fccf98661bffdf9372ab4d8cee9a6ccf9aca4e)]:
26+
- @amandaguthrie/panda-preset-shared-utils@0.4.1
27+
328
## 0.3.0
429

530
### Minor Changes

0 commit comments

Comments
 (0)