Skip to content

Commit 20e07b3

Browse files
authored
release next-yak 4.0.4 and yak-swc 4.0.4 (#258)
1 parent 145c621 commit 20e07b3

File tree

9 files changed

+21
-31
lines changed

9 files changed

+21
-31
lines changed

.changeset/friendly-chefs-heal.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/mighty-lobsters-joke.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/selfish-hotels-travel.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/smart-cars-eat.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/violet-roses-beam.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

packages/next-yak/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# next-yak
22

3+
## 4.0.4
4+
5+
### Patch Changes
6+
7+
- 171898f: Fix issue with the css prop where it wouldn't be generated when used inside an exported component
8+
- d4379a2: Updated all dependencies
9+
- 7f90169: Updated @types/react to 19.0.2
10+
- 145c621: Refactor CSS prop types to improve type inference and consistency
11+
- Added new type `CSSProp` to be used by custom components to receive the `css` prop in a somewhat typesafe way
12+
- Updated `css` function to return `ComponentStyle` only
13+
314
## 4.0.3
415

516
### Patch Changes

packages/next-yak/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-yak",
3-
"version": "4.0.3",
3+
"version": "4.0.4",
44
"type": "module",
55
"types": "./dist/",
66
"license": "MIT",
@@ -77,7 +77,7 @@
7777
"dependencies": {
7878
"@babel/core": "catalog:core",
7979
"@babel/plugin-syntax-typescript": "catalog:core",
80-
"yak-swc": "4.0.3"
80+
"yak-swc": "4.0.4"
8181
},
8282
"devDependencies": {
8383
"@types/babel__core": "catalog:dev",

packages/yak-swc/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# yak-swc
22

3+
## 4.0.4
4+
5+
### Patch Changes
6+
7+
- 171898f: Fix issue with the css prop where it wouldn't be generated when used inside an exported component
8+
- d4379a2: Updated all dependencies
9+
310
## 4.0.3
411

512
### Patch Changes

packages/yak-swc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yak-swc",
3-
"version": "4.0.3",
3+
"version": "4.0.4",
44
"description": "next-yak rust based swc plugin to compile styled components at build time",
55
"homepage": "https://yak.js.org/",
66
"repository": {

0 commit comments

Comments
 (0)