Skip to content

Commit

Permalink
Version Packages (#3076)
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 Jan 1, 2025
1 parent edd4654 commit 7a4a5ef
Show file tree
Hide file tree
Showing 41 changed files with 241 additions and 58 deletions.
38 changes: 0 additions & 38 deletions .changeset/clean-geese-grin.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/astro-plugin-studio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pandacss/astro-plugin-studio

## 0.51.1

### Patch Changes

- @pandacss/node@0.51.1

## 0.51.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/astro-plugin-studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pandacss/astro-plugin-studio",
"version": "0.51.0",
"version": "0.51.1",
"description": "Vite plugin for Pandacss Studio",
"author": "Segun Adebayo <[email protected]>",
"main": "dist/index.js",
Expand Down
47 changes: 47 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,52 @@
# @pandacss/dev

## 0.51.1

### Patch Changes

- 9c1327e: Redesigned the recipe report to be more readable and easier to understand. We simplified the `JSX` and
`Function` columns to be more concise.

**BEFORE**

```sh
╔════════════════════════╤══════════════════════╤═════════╤═══════╤════════════╤═══════════════════╤══════════╗
║ Recipe │ Variant Combinations │ Usage % │ JSX % │ Function % │ Most Used │ Found in
╟────────────────────────┼──────────────────────┼─────────┼───────┼────────────┼───────────────────┼──────────╢
║ someRecipe (1 variant) │ 1 / 1 │ 100% │ 100% │ 0% │ size.small │ 1 file ║
╟────────────────────────┼──────────────────────┼─────────┼───────┼────────────┼───────────────────┼──────────╢
║ button (4 variants) │ 7 / 9 │ 77.78% │ 63% │ 38% │ size.md, size.sm, │ 2 files ║
║ │ │ │ │ │ state.focused, │ ║
║ │ │ │ │ │ variant.danger, │ ║
║ │ │ │ │ │ variant.primary │ ║
╚════════════════════════╧══════════════════════╧═════════╧═══════╧════════════╧═══════════════════╧══════════╝
```

**AFTER**

```sh
╔════════════════════════╤════════════════╤═══════════════════╤═══════════════════╤══════════╤═══════════╗
║ Recipe │ Variant values │ Usage % │ Most used │ Found in │ Used as ║
╟────────────────────────┼────────────────┼───────────────────┼───────────────────┼──────────┼───────────╢
║ someRecipe (1 variant) │ 1 value │ 100% (1 value) │ size.small │ 1 file │ jsx: 100% ║
║ │ │ │ │ │ fn: 0% ║
╟────────────────────────┼────────────────┼───────────────────┼───────────────────┼──────────┼───────────╢
║ button (4 variants) │ 9 values │ 77.78% (7 values) │ size.md, size.sm, │ 2 files │ jsx: 63% ║
║ │ │ │ state.focused, │ │ fn: 38% ║
║ │ │ │ variant.danger, │ │ ║
║ │ │ │ variant.primary │ │ ║
╚════════════════════════╧════════════════╧═══════════════════╧═══════════════════╧══════════╧═══════════╝
```

- @pandacss/node@0.51.1
- @pandacss/postcss@0.51.1
- @pandacss/config@0.51.1
- @pandacss/logger@0.51.1
- @pandacss/preset-panda@0.51.1
- @pandacss/shared@0.51.1
- @pandacss/token-dictionary@0.51.1
- @pandacss/types@0.51.1

## 0.51.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pandacss/dev",
"version": "0.51.0",
"version": "0.51.1",
"description": "The user facing package for panda css",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
10 changes: 10 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @pandacss/config

## 0.51.1

### Patch Changes

- @pandacss/logger@0.51.1
- @pandacss/preset-base@0.51.1
- @pandacss/preset-panda@0.51.1
- @pandacss/shared@0.51.1
- @pandacss/types@0.51.1

## 0.51.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pandacss/config",
"version": "0.51.0",
"version": "0.51.1",
"description": "Find and load panda config",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @pandacss/core

## 0.51.1

### Patch Changes

- @pandacss/is-valid-prop@0.51.1
- @pandacss/logger@0.51.1
- @pandacss/shared@0.51.1
- @pandacss/token-dictionary@0.51.1
- @pandacss/types@0.51.1

## 0.51.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pandacss/core",
"version": "0.51.0",
"version": "0.51.1",
"description": "core functions for extract-it",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
6 changes: 6 additions & 0 deletions packages/extractor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pandacss/extractor

## 0.51.1

### Patch Changes

- @pandacss/shared@0.51.1

## 0.51.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/extractor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pandacss/extractor",
"version": "0.51.0",
"version": "0.51.1",
"description": "The css extractor for css panda",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
11 changes: 11 additions & 0 deletions packages/generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @pandacss/generator

## 0.51.1

### Patch Changes

- @pandacss/core@0.51.1
- @pandacss/is-valid-prop@0.51.1
- @pandacss/logger@0.51.1
- @pandacss/shared@0.51.1
- @pandacss/token-dictionary@0.51.1
- @pandacss/types@0.51.1

## 0.51.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pandacss/generator",
"version": "0.51.0",
"version": "0.51.1",
"description": "The css generator for css panda",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
2 changes: 2 additions & 0 deletions packages/is-valid-prop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @pandacss/is-valid-prop

## 0.51.1

## 0.51.0

## 0.50.0
Expand Down
2 changes: 1 addition & 1 deletion packages/is-valid-prop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pandacss/is-valid-prop",
"version": "0.51.0",
"version": "0.51.1",
"description": "Common error messages for css panda",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
6 changes: 6 additions & 0 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pandacss/logger

## 0.51.1

### Patch Changes

- @pandacss/types@0.51.1

## 0.51.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pandacss/logger",
"version": "0.51.0",
"version": "0.51.1",
"description": "The core css panda library",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
15 changes: 15 additions & 0 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @pandacss/node

## 0.51.1

### Patch Changes

- Updated dependencies [9c1327e]
- @pandacss/reporter@0.51.1
- @pandacss/config@0.51.1
- @pandacss/core@0.51.1
- @pandacss/generator@0.51.1
- @pandacss/logger@0.51.1
- @pandacss/parser@0.51.1
- @pandacss/shared@0.51.1
- @pandacss/token-dictionary@0.51.1
- @pandacss/types@0.51.1

## 0.51.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pandacss/node",
"version": "0.51.0",
"version": "0.51.1",
"description": "The core css panda library",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
11 changes: 11 additions & 0 deletions packages/parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @pandacss/parser

## 0.51.1

### Patch Changes

- @pandacss/config@0.51.1
- @pandacss/core@0.51.1
- @pandacss/extractor@0.51.1
- @pandacss/logger@0.51.1
- @pandacss/shared@0.51.1
- @pandacss/types@0.51.1

## 0.51.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pandacss/parser",
"version": "0.51.0",
"version": "0.51.1",
"description": "The static parser for panda css",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
6 changes: 6 additions & 0 deletions packages/postcss/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pandacss/postcss

## 0.51.1

### Patch Changes

- @pandacss/node@0.51.1

## 0.51.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pandacss/postcss",
"version": "0.51.0",
"version": "0.51.1",
"description": "PostCSS integration for Panda CSS",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
6 changes: 6 additions & 0 deletions packages/preset-atlaskit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pandacss/preset-atlaskit

## 0.51.1

### Patch Changes

- @pandacss/types@0.51.1

## 0.51.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/preset-atlaskit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pandacss/preset-atlaskit",
"version": "0.51.0",
"version": "0.51.1",
"description": "The preset for PandaCSS that contains the default theme",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
6 changes: 6 additions & 0 deletions packages/preset-base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pandacss/preset-base

## 0.51.1

### Patch Changes

- @pandacss/types@0.51.1

## 0.51.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/preset-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pandacss/preset-base",
"version": "0.51.0",
"version": "0.51.1",
"description": "The base preset for Panda CSS that contains the conditions and utilities",
"author": "Segun Adebayo <[email protected]>",
"main": "dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/preset-open-props/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pandacss/preset-open-props

## 0.51.1

### Patch Changes

- @pandacss/types@0.51.1

## 0.51.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/preset-open-props/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pandacss/preset-open-props",
"version": "0.51.0",
"version": "0.51.1",
"description": "A preset for Open Props",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
6 changes: 6 additions & 0 deletions packages/preset-panda/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pandacss/preset-panda

## 0.51.1

### Patch Changes

- @pandacss/types@0.51.1

## 0.51.0

### Patch Changes
Expand Down
Loading

0 comments on commit 7a4a5ef

Please sign in to comment.