Skip to content

Commit b6ac969

Browse files
Release: Publish Packages (#19)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0153d74 commit b6ac969

File tree

20 files changed

+93
-38
lines changed

20 files changed

+93
-38
lines changed

.changeset/orange-tools-drum.md

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

.changeset/silent-ways-jam.md

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

.changeset/thick-pens-applaud.md

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

.changeset/twelve-planes-rhyme.md

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

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

Lines changed: 7 additions & 0 deletions
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

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.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

Lines changed: 7 additions & 0 deletions
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

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.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

Lines changed: 12 additions & 0 deletions
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

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.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

Lines changed: 14 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 6 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 14 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 14 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 11 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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)