Skip to content

Commit

Permalink
Release: Publish Packages (#19)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
amandaguthrie and github-actions[bot] authored Jul 29, 2024
1 parent 0153d74 commit b6ac969
Show file tree
Hide file tree
Showing 20 changed files with 93 additions and 38 deletions.
5 changes: 0 additions & 5 deletions .changeset/orange-tools-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-ways-jam.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/thick-pens-applaud.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/twelve-planes-rhyme.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/panda-plugin-add-export/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/panda-plugin-add-export/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/panda-plugin-type-extend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/panda-plugin-type-extend/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
12 changes: 12 additions & 0 deletions packages/panda-preset-breakpoints/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/panda-preset-breakpoints/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
14 changes: 14 additions & 0 deletions packages/panda-preset-color-radix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/panda-preset-color-radix/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/panda-preset-dev-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/panda-preset-dev-utils/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
14 changes: 14 additions & 0 deletions packages/panda-preset-font-modernfs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/panda-preset-font-modernfs/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
14 changes: 14 additions & 0 deletions packages/panda-preset-framework-simplecss/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/panda-preset-framework-simplecss/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/panda-preset-shared-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/panda-preset-shared-utils/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit b6ac969

Please sign in to comment.