Skip to content

Commit

Permalink
release next-yak 4.1.0 and yak-swc 4.1.0 (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
jantimon authored Jan 10, 2025
1 parent 0eac2b4 commit 55acdba
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/new-news-smile.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/three-bikes-sit.md

This file was deleted.

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

## 4.1.0

### Minor Changes

- 0eac2b4: improve bundle size by compiling styled.TAG_NAME

### Patch Changes

- Updated dependencies [ea744ac]
- Updated dependencies [0eac2b4]
- [email protected]

## 4.0.4

### 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.4",
"version": "4.1.0",
"type": "module",
"types": "./dist/",
"sideEffects": false,
Expand Down Expand Up @@ -78,7 +78,7 @@
"dependencies": {
"@babel/core": "catalog:core",
"@babel/plugin-syntax-typescript": "catalog:core",
"yak-swc": "4.0.4"
"yak-swc": "4.1.0"
},
"devDependencies": {
"@types/babel__core": "catalog:dev",
Expand Down
10 changes: 10 additions & 0 deletions packages/yak-swc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# yak-swc

## 4.1.0

### Minor Changes

- 0eac2b4: improve bundle size by compiling styled.TAG_NAME

### Patch Changes

- ea744ac: Update wasm target to wasm-wasip1

## 4.0.4

### 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.4",
"version": "4.1.0",
"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 55acdba

Please sign in to comment.