Skip to content

Commit

Permalink
release next-yak 4.0.3 and yak-swc 4.0.3 (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mad-Kat authored Dec 27, 2024
1 parent 154da2f commit e14d265
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/flat-bulldogs-attend.md

This file was deleted.

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

## 4.0.3

### Patch Changes

- 154da2f: fix css prop class name access in nested jsx
- Updated dependencies [154da2f]
- [email protected]

## 4.0.2

### Patch Changes
Expand Down
7 changes: 5 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.2",
"version": "4.0.3",
"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.2"
"yak-swc": "4.0.3"
},
"devDependencies": {
"@types/babel__core": "^7.1.14",
Expand Down Expand Up @@ -105,6 +105,9 @@
"withYak",
"LICENSE"
],
"publishConfig": {
"access": "public"
},
"maintainers": [
{
"name": "Luca Schneider"
Expand Down
6 changes: 6 additions & 0 deletions packages/yak-swc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# yak-swc

## 4.0.3

### Patch Changes

- 154da2f: fix css prop class name access in nested jsx

## 4.0.2

### Patch Changes
Expand Down
5 changes: 4 additions & 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.2",
"version": "4.0.3",
"description": "next-yak rust based swc plugin to compile styled components at build time",
"homepage": "https://yak.js.org/",
"repository": {
Expand Down Expand Up @@ -31,6 +31,9 @@
"dependencies": {
"@swc/counter": "0.1.3"
},
"publishConfig": {
"access": "public"
},
"maintainers": [
{
"name": "Luca Schneider"
Expand Down

0 comments on commit e14d265

Please sign in to comment.