Skip to content

Commit

Permalink
Version Packages (#44)
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 28, 2024
1 parent 4af7ef7 commit f0c7ef0
Show file tree
Hide file tree
Showing 18 changed files with 57 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .changeset/cool-yaks-sneeze.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/sour-lemons-rule.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/define-recipe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pandabox/define-recipe

## 0.0.3

### Patch Changes

- 25fed76: Update to panda 0.36.1

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/define-recipe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pandabox/define-recipe",
"version": "0.0.2",
"version": "0.0.3",
"description": "End-to-end type-safe theming for PandaCSS",
"exports": {
".": {
Expand Down
6 changes: 6 additions & 0 deletions packages/define-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pandabox/define-theme

## 0.0.4

### Patch Changes

- 25fed76: Update to panda 0.36.1

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/define-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pandabox/define-theme",
"version": "0.0.3",
"version": "0.0.4",
"description": "End-to-end type-safe theming for PandaCSS",
"exports": {
".": {
Expand Down
6 changes: 6 additions & 0 deletions packages/panda-plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pandabox/panda-plugins

## 0.0.7

### Patch Changes

- 25fed76: Update to panda 0.36.1

## 0.0.6

### 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.6",
"version": "0.0.7",
"exports": {
".": {
"source": "./src/index.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/presets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pandabox/presets

## 0.0.2

### Patch Changes

- 25fed76: Update to panda 0.36.1

## 0.0.1

### Patch Changes
Expand Down
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.1",
"version": "0.0.2",
"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.1.1

### Patch Changes

- 25fed76: Update to panda 0.36.1

## 0.1.0

### Minor 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.1.0",
"version": "0.1.1",
"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.4

### Patch Changes

- 4af7ef7: Fix an issue where some unrelated components from Panda would be transformed due to having the same name as some Panda components (JSX Patterns like Stack)
- 25fed76: Update to panda 0.36.1

## 0.0.3

### 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.3",
"version": "0.0.4",
"packageManager": "[email protected]",
"description": "Macro unplugin for Panda CSS",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions packages/unplugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pandabox/unplugin

## 0.0.2

### Patch Changes

- 25fed76: Update to panda 0.36.1

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/unplugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pandabox/unplugin",
"type": "module",
"version": "0.0.1",
"version": "0.0.2",
"packageManager": "[email protected]",
"description": "Panda CSS as a Vite/Rollup/Webpack/Esbuild plugin",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pandabox/utils

## 0.0.5

### Patch Changes

- 25fed76: Update to panda 0.36.1

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pandabox/utils",
"version": "0.0.4",
"version": "0.0.5",
"description": "A bunch of utilities",
"exports": {
".": {
Expand Down

0 comments on commit f0c7ef0

Please sign in to comment.