Skip to content

Commit

Permalink
Version Packages (#38)
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 10, 2024
1 parent d8210d2 commit 19d7e78
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 20 deletions.
19 changes: 0 additions & 19 deletions .changeset/wet-spiders-mix.md

This file was deleted.

20 changes: 20 additions & 0 deletions packages/prettier-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @pandabox/prettier-plugin

## 0.0.6

### Patch Changes

- 30e511c: Sort pattern specific properties that are bound to a CSS property

ex: `stack` pattern (from `@pandacss/preset-base`) has a `direction` property bound to the `flexDirection`, it will be
sorted near the `flexDirection` property.

***

Fix an issue where some CSS properties were sorted after conditions due to not being tied to a utility (ex: `cursor`).
-> Now if a property is not tied to a utility but is a valid CSS property, it will be sorted in the `Other` group.

***

Change the default `pandaStylePropsFirst` and `pandaSortOtherProps` options to `false`.

Change `pandaFirstProps` defaults to `['as', 'asChild', 'ref', 'className', 'layerStyle', 'textStyle']`.

## 0.0.5

### 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.5",
"version": "0.0.6",
"description": "Prettier plugin for Panda css",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down

0 comments on commit 19d7e78

Please sign in to comment.