Skip to content

Commit f78ca8b

Browse files
Version Packages
1 parent 0153d74 commit f78ca8b

File tree

20 files changed

+93
-38
lines changed

20 files changed

+93
-38
lines changed

.changeset/orange-tools-drum.md

-5
This file was deleted.

.changeset/silent-ways-jam.md

-5
This file was deleted.

.changeset/thick-pens-applaud.md

-11
This file was deleted.

.changeset/twelve-planes-rhyme.md

-9
This file was deleted.

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

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @amandaguthrie/panda-plugin-add-export
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- [#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.
8+
Change .forEach to for ... of loops and switch from != undefined to != null or !== undefined.
9+
310
## 0.1.0
411

512
### Minor Changes

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@amandaguthrie/panda-plugin-add-export",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
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

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @amandaguthrie/panda-plugin-type-extend
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- [#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.
8+
Change .forEach to for ... of loops and switch from != undefined to != null or !== undefined.
9+
310
## 0.1.0
411

512
### Minor Changes

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@amandaguthrie/panda-plugin-type-extend",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
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

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @amandaguthrie/panda-preset-breakpoints
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
- Adapt tests, re-run test snapshots
9+
10+
### Patch Changes
11+
12+
- Updated dependencies [[`0153d74`](https://github.com/amandaguthrie/panda-css-presets/commit/0153d74560bd9d6138ae8544749dbfc8a3298e4f), [`69d7ddf`](https://github.com/amandaguthrie/panda-css-presets/commit/69d7ddf14e6f9af11a141b42ad4e144383e1ecb9)]:
13+
- @amandaguthrie/panda-preset-shared-utils@0.4.0
14+
315
## 0.1.2
416

517
### Patch Changes

packages/panda-preset-breakpoints/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@amandaguthrie/panda-preset-breakpoints",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
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

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @amandaguthrie/panda-preset-color-radix
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
- Adapt tests, re-run test snapshots
9+
10+
### Patch Changes
11+
12+
- [#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.
13+
Change .forEach to for ... of loops and switch from != undefined to != null or !== undefined.
14+
- Updated dependencies [[`0153d74`](https://github.com/amandaguthrie/panda-css-presets/commit/0153d74560bd9d6138ae8544749dbfc8a3298e4f), [`69d7ddf`](https://github.com/amandaguthrie/panda-css-presets/commit/69d7ddf14e6f9af11a141b42ad4e144383e1ecb9)]:
15+
- @amandaguthrie/panda-preset-shared-utils@0.4.0
16+
317
## 0.2.0
418

519
### Minor Changes

packages/panda-preset-color-radix/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@amandaguthrie/panda-preset-color-radix",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "A Panda CSS Preset that generates Radix UI Colors as core and semantic tokens",
55
"author": {
66
"name": "Amanda Guthrie",

packages/panda-preset-dev-utils/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @amandaguthrie/panda-preset-dev-utils
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
39
## 0.1.0
410

511
### Minor Changes

packages/panda-preset-dev-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@amandaguthrie/panda-preset-dev-utils",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Shared dev utilities for Panda presets and plugins.",
55
"author": {
66
"name": "Amanda Guthrie",

packages/panda-preset-font-modernfs/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @amandaguthrie/panda-preset-font-modernfs
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
- Adapt tests, re-run test snapshots
9+
10+
### Patch Changes
11+
12+
- [#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.
13+
Change .forEach to for ... of loops and switch from != undefined to != null or !== undefined.
14+
- Updated dependencies [[`0153d74`](https://github.com/amandaguthrie/panda-css-presets/commit/0153d74560bd9d6138ae8544749dbfc8a3298e4f), [`69d7ddf`](https://github.com/amandaguthrie/panda-css-presets/commit/69d7ddf14e6f9af11a141b42ad4e144383e1ecb9)]:
15+
- @amandaguthrie/panda-preset-shared-utils@0.4.0
16+
317
## 0.1.1
418

519
### Patch Changes

packages/panda-preset-font-modernfs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@amandaguthrie/panda-preset-font-modernfs",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "A Panda CSS Preset that generates Modern Font Stacks fonts as core tokens",
55
"author": {
66
"name": "Amanda Guthrie",

packages/panda-preset-framework-simplecss/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @amandaguthrie/panda-preset-framework-simplecss
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
- Adapt tests, re-run test snapshots
9+
10+
### Patch Changes
11+
12+
- [#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.
13+
Change .forEach to for ... of loops and switch from != undefined to != null or !== undefined.
14+
- Updated dependencies [[`0153d74`](https://github.com/amandaguthrie/panda-css-presets/commit/0153d74560bd9d6138ae8544749dbfc8a3298e4f), [`69d7ddf`](https://github.com/amandaguthrie/panda-css-presets/commit/69d7ddf14e6f9af11a141b42ad4e144383e1ecb9)]:
15+
- @amandaguthrie/panda-preset-shared-utils@0.4.0
16+
317
## 0.1.1
418

519
### Patch Changes

packages/panda-preset-framework-simplecss/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@amandaguthrie/panda-preset-framework-simplecss",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "A Panda CSS preset based on simple.css",
55
"author": {
66
"name": "Amanda Guthrie",

packages/panda-preset-shared-utils/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @amandaguthrie/panda-preset-shared-utils
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
9+
### Patch Changes
10+
11+
- [#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.
12+
Change .forEach to for ... of loops and switch from != undefined to != null or !== undefined.
13+
314
## 0.3.0
415

516
### Minor Changes

packages/panda-preset-shared-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@amandaguthrie/panda-preset-shared-utils",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Shared utilities for other Panda presets.",
55
"author": {
66
"name": "Amanda Guthrie",

0 commit comments

Comments
 (0)