Skip to content

Commit

Permalink
release next-yak 4.0.2 and yak-swc 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jantimon committed Dec 20, 2024
1 parent 2f0ba89 commit 11261b7
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 15 deletions.
6 changes: 0 additions & 6 deletions .changeset/angry-dingos-remain.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/red-rats-double.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/next-yak/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# next-yak

## 4.0.2

### Patch Changes

- 5ce7f16: Enable css prop support for styled components, not just native HTML elements by fixing a bug in the types
- 2f0ba89: Enable conditional styling for the css prop
- Updated dependencies [2f0ba89][5ce7f16]
- [email protected]

## 4.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/next-yak/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-yak",
"version": "4.0.1",
"version": "4.0.2",
"type": "module",
"types": "./dist/",
"license": "MIT",
Expand Down Expand Up @@ -77,7 +77,7 @@
"dependencies": {
"@babel/core": "7.23.2",
"@babel/plugin-syntax-typescript": "7.22.5",
"yak-swc": "4.0.1"
"yak-swc": "4.0.2"
},
"devDependencies": {
"@types/babel__core": "^7.1.14",
Expand Down
7 changes: 7 additions & 0 deletions packages/yak-swc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# yak-swc

## 4.0.2

### Patch Changes

- 5ce7f16: Enable css prop support for styled components, not just native HTML elements by fixing a bug in the types
- 2f0ba89: Enable conditional styling for the css prop

## 4.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/yak-swc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yak-swc",
"version": "4.0.1",
"version": "4.0.2",
"description": "next-yak rust based swc plugin to compile styled components at build time",
"homepage": "https://yak.js.org/",
"repository": {
Expand Down

0 comments on commit 11261b7

Please sign in to comment.