Skip to content

Commit

Permalink
Version Packages (#27)
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
github-actions[bot] and github-actions[bot] authored Mar 1, 2024
1 parent 0649eda commit ad8a1a8
Show file tree
Hide file tree
Showing 12 changed files with 52 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-lions-double.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/strong-spies-unite.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/panda-plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @pandabox/panda-plugins

## 0.0.6

### Patch Changes

- 91b4f3a: Add `@pandabox/presets` with `createUtopia`, see https://utopia.fyi/

BREAKING: Update `@pandabox/postcss-plugins` `removeUnusedCssVars` API to directly return a postcss plugin

Add `pluginRemoveUnusedCss` to `@pandabox/panda-plugins` that uses `@pandabox/postcss-plugins`

- Updated dependencies [91b4f3a]
- @pandabox/postcss-plugins@0.0.2

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/panda-plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pandabox/panda-plugins",
"version": "0.0.5",
"version": "0.0.6",
"exports": {
".": {
"source": "./src/index.ts",
Expand Down
10 changes: 10 additions & 0 deletions packages/postcss-plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @pandabox/postcss-plugins

## 0.0.2

### Patch Changes

- 91b4f3a: Add `@pandabox/presets` with `createUtopia`, see https://utopia.fyi/

BREAKING: Update `@pandabox/postcss-plugins` `removeUnusedCssVars` API to directly return a postcss plugin

Add `pluginRemoveUnusedCss` to `@pandabox/panda-plugins` that uses `@pandabox/postcss-plugins`

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pandabox/postcss-plugins",
"version": "0.0.1",
"version": "0.0.2",
"exports": {
".": {
"source": "./src/index.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/presets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @pandabox/presets

## 0.0.1

### Patch Changes

- 91b4f3a: Add `@pandabox/presets` with `createUtopia`, see https://utopia.fyi/

BREAKING: Update `@pandabox/postcss-plugins` `removeUnusedCssVars` API to directly return a postcss plugin

Add `pluginRemoveUnusedCss` to `@pandabox/panda-plugins` that uses `@pandabox/postcss-plugins`
2 changes: 1 addition & 1 deletion packages/presets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pandabox/presets",
"version": "0.0.0",
"version": "0.0.1",
"exports": {
".": {
"source": "./src/index.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/prettier-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pandabox/prettier-plugin

## 0.0.4

### Patch Changes

- 91b4f3a: rename to `@pandabox/prettier-plugin` instead of `@pandabox/prettier-plugin-panda`

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pandabox/prettier-plugin",
"version": "0.0.3",
"version": "0.0.4",
"description": "Prettier plugin for Panda css",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/unplugin-panda-macro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pandabox/unplugin-panda-macro

## 0.0.3

### Patch Changes

- Updated dependencies [91b4f3a]
- @pandabox/postcss-plugins@0.0.2

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/unplugin-panda-macro/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pandabox/unplugin-panda-macro",
"type": "module",
"version": "0.0.2",
"version": "0.0.3",
"packageManager": "[email protected]",
"description": "Macro unplugin for Panda CSS",
"exports": {
Expand Down

0 comments on commit ad8a1a8

Please sign in to comment.