Skip to content

Commit

Permalink
Version Packages (#2207)
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 Feb 19, 2024
1 parent ece6da1 commit 8d524a7
Show file tree
Hide file tree
Showing 47 changed files with 279 additions and 74 deletions.
5 changes: 0 additions & 5 deletions .changeset/early-hounds-sip.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-turtles-refuse.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-kiwis-cheat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-flies-tan.md

This file was deleted.

16 changes: 0 additions & 16 deletions .changeset/new-bugs-allow.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/quiet-plants-punch.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/wild-balloons-kneel.md

This file was deleted.

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

## 0.32.0

### Patch Changes

- Updated dependencies [de4d9ef]
- @pandacss/node@0.32.0

## 0.31.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.31.0",
"version": "0.32.0",
"description": "Vite plugin for Pandacss Studio",
"author": "Segun Adebayo <[email protected]>",
"main": "dist/index.js",
Expand Down
18 changes: 18 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @pandacss/dev

## 0.32.0

### Patch Changes

- ba67381: Fix issue in `defineParts` where it silently fails if a part not defined is used. It now errors with a
helpful message
- Updated dependencies [8cd8c19]
- Updated dependencies [60cace3]
- Updated dependencies [de4d9ef]
- @pandacss/shared@0.32.0
- @pandacss/types@0.32.0
- @pandacss/config@0.32.0
- @pandacss/node@0.32.0
- @pandacss/token-dictionary@0.32.0
- @pandacss/logger@0.32.0
- @pandacss/preset-panda@0.32.0
- @pandacss/postcss@0.32.0

## 0.31.0

### Minor 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.31.0",
"version": "0.32.0",
"description": "The user facing package for panda css",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
21 changes: 21 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @pandacss/config

## 0.32.0

### Minor Changes

- de4d9ef: Allow `config.hooks` to be shared in `plugins`

For hooks that can transform Panda's internal state by returning something (like `cssgen:done` and `codegen:prepare`),
each hook instance will be called sequentially and the return result (if any) of the previous hook call is passed to
the next hook so that they can be chained together.

### Patch Changes

- Updated dependencies [8cd8c19]
- Updated dependencies [60cace3]
- Updated dependencies [de4d9ef]
- @pandacss/shared@0.32.0
- @pandacss/types@0.32.0
- @pandacss/logger@0.32.0
- @pandacss/preset-base@0.32.0
- @pandacss/preset-panda@0.32.0

## 0.31.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.31.0",
"version": "0.32.0",
"description": "Find and load panda config",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
18 changes: 18 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @pandacss/core

## 0.32.0

### Minor Changes

- b32d817: Switch from `em` to `rem` for breakpoints and container queries to prevent side effects.

### Patch Changes

- 433a364: Automatically generate a recipe `compoundVariants` when using `staticCss`
- Updated dependencies [8cd8c19]
- Updated dependencies [60cace3]
- Updated dependencies [de4d9ef]
- @pandacss/shared@0.32.0
- @pandacss/types@0.32.0
- @pandacss/token-dictionary@0.32.0
- @pandacss/logger@0.32.0
- @pandacss/is-valid-prop@0.32.0

## 0.31.0

### Minor 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.31.0",
"version": "0.32.0",
"description": "core functions for extract-it",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
8 changes: 8 additions & 0 deletions packages/extractor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @pandacss/extractor

## 0.32.0

### Patch Changes

- 7e70b6b: Fix issue where `0` values doesn't get extracted when used in a condition
- Updated dependencies [8cd8c19]
- @pandacss/shared@0.32.0

## 0.31.0

### Patch 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.31.0",
"version": "0.32.0",
"description": "The css extractor for css panda",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
2 changes: 2 additions & 0 deletions packages/fixture/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @pandacss/fixture

## 0.32.0

## 0.31.0

## 0.30.2
Expand Down
2 changes: 1 addition & 1 deletion packages/fixture/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pandacss/fixture",
"version": "0.31.0",
"version": "0.32.0",
"private": true,
"description": "Test fixtures for Panda CSS",
"main": "src/index.ts",
Expand Down
32 changes: 32 additions & 0 deletions packages/generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# @pandacss/generator

## 0.32.0

### Minor Changes

- b32d817: Switch from `em` to `rem` for breakpoints and container queries to prevent side effects.

### Patch Changes

- 60cace3: This change allows the user to set `jsxFramework` to any string to enable extracting JSX components.

***

Context: In a previous version, Panda's extractor used to always extract JSX style props even when not specifying a
`jsxFramework`. This was considered a bug and has been fixed, which reduced the amount of work panda does and
artifacts generated if the user doesn't need jsx.

Now, in some cases like when using Svelte or Astro, the user might still to use & extract JSX style props, but the
`jsxFramework` didn't have a way to specify that. This change allows the user to set `jsxFramework` to any string to
enable extracting JSX components without generating any artifacts.

- Updated dependencies [433a364]
- Updated dependencies [8cd8c19]
- Updated dependencies [60cace3]
- Updated dependencies [de4d9ef]
- Updated dependencies [b32d817]
- @pandacss/core@0.32.0
- @pandacss/shared@0.32.0
- @pandacss/types@0.32.0
- @pandacss/token-dictionary@0.32.0
- @pandacss/logger@0.32.0
- @pandacss/is-valid-prop@0.32.0

## 0.31.0

### Minor 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.31.0",
"version": "0.32.0",
"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.32.0

## 0.31.0

## 0.30.2
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.31.0",
"version": "0.32.0",
"description": "Common error messages for css panda",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
8 changes: 8 additions & 0 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @pandacss/logger

## 0.32.0

### Patch Changes

- Updated dependencies [60cace3]
- Updated dependencies [de4d9ef]
- @pandacss/types@0.32.0

## 0.31.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.31.0",
"version": "0.32.0",
"description": "The core css panda library",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
28 changes: 28 additions & 0 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# @pandacss/node

## 0.32.0

### Minor Changes

- de4d9ef: Allow `config.hooks` to be shared in `plugins`

For hooks that can transform Panda's internal state by returning something (like `cssgen:done` and `codegen:prepare`),
each hook instance will be called sequentially and the return result (if any) of the previous hook call is passed to
the next hook so that they can be chained together.

### Patch Changes

- Updated dependencies [433a364]
- Updated dependencies [7e70b6b]
- Updated dependencies [8cd8c19]
- Updated dependencies [60cace3]
- Updated dependencies [de4d9ef]
- Updated dependencies [b32d817]
- @pandacss/core@0.32.0
- @pandacss/extractor@0.32.0
- @pandacss/shared@0.32.0
- @pandacss/generator@0.32.0
- @pandacss/types@0.32.0
- @pandacss/config@0.32.0
- @pandacss/parser@0.32.0
- @pandacss/token-dictionary@0.32.0
- @pandacss/logger@0.32.0

## 0.31.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.31.0",
"version": "0.32.0",
"description": "The core css panda library",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
21 changes: 21 additions & 0 deletions packages/parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @pandacss/parser

## 0.32.0

### Minor Changes

- b32d817: Switch from `em` to `rem` for breakpoints and container queries to prevent side effects.

### Patch Changes

- Updated dependencies [433a364]
- Updated dependencies [7e70b6b]
- Updated dependencies [8cd8c19]
- Updated dependencies [60cace3]
- Updated dependencies [de4d9ef]
- Updated dependencies [b32d817]
- @pandacss/core@0.32.0
- @pandacss/extractor@0.32.0
- @pandacss/shared@0.32.0
- @pandacss/types@0.32.0
- @pandacss/config@0.32.0
- @pandacss/logger@0.32.0

## 0.31.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.31.0",
"version": "0.32.0",
"description": "The static parser for panda css",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
7 changes: 7 additions & 0 deletions packages/postcss/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pandacss/postcss

## 0.32.0

### Patch Changes

- Updated dependencies [de4d9ef]
- @pandacss/node@0.32.0

## 0.31.0

### Patch Changes
Expand Down
Loading

0 comments on commit 8d524a7

Please sign in to comment.