Skip to content

Commit

Permalink
release next-yak 4.0.1 and yak-swc 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jantimon committed Dec 17, 2024
1 parent 859db1c commit 605230e
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/perfect-countries-sleep.md

This file was deleted.

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

## 4.0.1

### Patch Changes

- Updated dependencies [859db1c]
- yak-swc@4.0.1

## 4.0.0

### Major 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.0",
"version": "4.0.1",
"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.0"
"yak-swc": "4.0.1"
},
"devDependencies": {
"@types/babel__core": "^7.1.14",
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.1

### Patch Changes

- 859db1c: Improve cross-os hashes to be more consistent.

## 4.0.0

### Major 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.0",
"version": "4.0.1",
"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 605230e

Please sign in to comment.