Skip to content

Commit

Permalink
chore: add changelog v0.39.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anubra266 committed May 8, 2024
1 parent 8197ebc commit fa6e89c
Show file tree
Hide file tree
Showing 18 changed files with 3,439 additions and 3,959 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ See the [Changesets](./.changeset) for the latest changes.

## [Unreleased]

## [0.39.1] - 2024-05-07

### Fixed

Fix `css.raw` typings after recent ([0.39.0](https://github.com/chakra-ui/panda/discussions/2560)) changes allowing
arrays of `SystemStyleObject`

## [0.39.0] - 2024-04-29

### Fixed
Expand Down
6 changes: 3 additions & 3 deletions packages/astro-plugin-studio/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,11 @@
```js
module.exports = {
plugins: {
"@pandacss/dev/postcss": {
logfile: "./logs/panda.log",
'@pandacss/dev/postcss': {
logfile: './logs/panda.log',
},
},
};
}
```

- Updated dependencies [05686b9d]
Expand Down
Loading

0 comments on commit fa6e89c

Please sign in to comment.