Skip to content

Commit

Permalink
Version Packages (#2023)
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 19, 2024
1 parent 1ed4df7 commit e54028c
Show file tree
Hide file tree
Showing 44 changed files with 186 additions and 33 deletions.
7 changes: 0 additions & 7 deletions .changeset/heavy-sheep-accept.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-weeks-tickle.md

This file was deleted.

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

## 0.27.3

### Patch Changes

- Updated dependencies [1ed4df77]
- Updated dependencies [39d10c79]
- @pandacss/node@0.27.3

## 0.27.2

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

## 0.27.3

### Patch Changes

- Updated dependencies [1ed4df77]
- Updated dependencies [39d10c79]
- @pandacss/types@0.27.3
- @pandacss/node@0.27.3
- @pandacss/config@0.27.3
- @pandacss/preset-panda@0.27.3
- @pandacss/token-dictionary@0.27.3
- @pandacss/postcss@0.27.3
- @pandacss/error@0.27.3
- @pandacss/logger@0.27.3
- @pandacss/shared@0.27.3

## 0.27.2

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

## 0.27.3

### Patch Changes

- Updated dependencies [1ed4df77]
- @pandacss/types@0.27.3
- @pandacss/preset-base@0.27.3
- @pandacss/preset-panda@0.27.3
- @pandacss/error@0.27.3
- @pandacss/logger@0.27.3
- @pandacss/shared@0.27.3

## 0.27.2

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

## 0.27.3

### Patch Changes

- 1ed4df77: Fix issue where HMR doesn't work when tsconfig paths is used.
- Updated dependencies [1ed4df77]
- @pandacss/types@0.27.3
- @pandacss/token-dictionary@0.27.3
- @pandacss/error@0.27.3
- @pandacss/is-valid-prop@0.27.3
- @pandacss/logger@0.27.3
- @pandacss/shared@0.27.3

## 0.27.2

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

## 0.27.3

## 0.27.2

## 0.27.1
Expand Down
2 changes: 1 addition & 1 deletion packages/error/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pandacss/error",
"version": "0.27.2",
"version": "0.27.3",
"description": "Common error messages for css panda",
"author": "Segun Adebayo <[email protected]>",
"main": "dist/index.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/extractor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @pandacss/extractor

## 0.27.3

## 0.27.2

## 0.27.1
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.27.2",
"version": "0.27.3",
"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.27.3

## 0.27.2

## 0.27.1
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.27.2",
"version": "0.27.3",
"private": true,
"description": "Test fixtures for Panda CSS",
"main": "src/index.ts",
Expand Down
12 changes: 12 additions & 0 deletions packages/generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @pandacss/generator

## 0.27.3

### Patch Changes

- Updated dependencies [1ed4df77]
- @pandacss/types@0.27.3
- @pandacss/core@0.27.3
- @pandacss/token-dictionary@0.27.3
- @pandacss/is-valid-prop@0.27.3
- @pandacss/logger@0.27.3
- @pandacss/shared@0.27.3

## 0.27.2

### 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.27.2",
"version": "0.27.3",
"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.27.3

## 0.27.2

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

## 0.27.3

## 0.27.2

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

## 0.27.3

### Patch Changes

- 1ed4df77: Fix issue where HMR doesn't work when tsconfig paths is used.
- 39d10c79: Fix `prettier` parser warning in panda config setup.
- Updated dependencies [1ed4df77]
- @pandacss/types@0.27.3
- @pandacss/core@0.27.3
- @pandacss/config@0.27.3
- @pandacss/generator@0.27.3
- @pandacss/parser@0.27.3
- @pandacss/token-dictionary@0.27.3
- @pandacss/error@0.27.3
- @pandacss/extractor@0.27.3
- @pandacss/logger@0.27.3
- @pandacss/shared@0.27.3

## 0.27.2

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

## 0.27.3

### Patch Changes

- Updated dependencies [1ed4df77]
- @pandacss/[email protected]
- @pandacss/[email protected]
- @pandacss/[email protected]
- @pandacss/[email protected]
- @pandacss/[email protected]
- @pandacss/[email protected]

## 0.27.2

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

## 0.27.3

### Patch Changes

- Updated dependencies [1ed4df77]
- Updated dependencies [39d10c79]
- @pandacss/[email protected]

## 0.27.2

### 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.27.2",
"version": "0.27.3",
"description": "PostCSS integration for Panda CSS",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
7 changes: 7 additions & 0 deletions packages/preset-atlaskit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pandacss/preset-atlaskit

## 0.27.3

### Patch Changes

- Updated dependencies [1ed4df77]
- @pandacss/[email protected]

## 0.27.2

### 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.27.2",
"version": "0.27.3",
"description": "The preset for PandaCSS that contains the default theme",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
7 changes: 7 additions & 0 deletions packages/preset-base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pandacss/preset-base

## 0.27.3

### Patch Changes

- Updated dependencies [1ed4df77]
- @pandacss/[email protected]

## 0.27.2

### 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.27.2",
"version": "0.27.3",
"description": "The base preset for Panda CSS that contains the conditions and utilities",
"author": "Segun Adebayo <[email protected]>",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/preset-open-props/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pandacss/preset-open-props

## 0.27.3

### Patch Changes

- Updated dependencies [1ed4df77]
- @pandacss/[email protected]

## 0.27.2

### 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.27.2",
"version": "0.27.3",
"description": "A preset for Open Props",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
7 changes: 7 additions & 0 deletions packages/preset-panda/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pandacss/preset-panda

## 0.27.3

### Patch Changes

- Updated dependencies [1ed4df77]
- @pandacss/[email protected]

## 0.27.2

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

## 0.27.3

## 0.27.2

## 0.27.1
Expand Down
Loading

2 comments on commit e54028c

@vercel
Copy link

@vercel vercel bot commented on e54028c Jan 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

panda-studio – ./

panda-studio-chakra-ui.vercel.app
panda-app.vercel.app
panda-studio-git-main-chakra-ui.vercel.app

@vercel
Copy link

@vercel vercel bot commented on e54028c Jan 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.