Skip to content

Commit 6e38726

Browse files
Version Packages
1 parent e811f32 commit 6e38726

File tree

13 files changed

+38
-24
lines changed

13 files changed

+38
-24
lines changed

.changeset/great-buses-wash.md

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

.changeset/rare-llamas-marry.md

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

.changeset/tasty-maps-draw.md

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

examples/basic-rsbuild-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@rsbuild/plugin-react": "1.0.1-rc.0",
1717
"@types/react": "^18.3.4",
1818
"@types/react-dom": "^18.3.0",
19-
"css-var-extract-plugin": "1.1.1",
19+
"css-var-extract-plugin": "1.1.2",
2020
"typescript": "^5.5.2"
2121
}
2222
}

examples/basic-vite-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@types/react": "^18.3.3",
1919
"@types/react-dom": "^18.3.0",
2020
"@vitejs/plugin-react": "^4.3.1",
21-
"css-var-extract-plugin": "1.1.1",
21+
"css-var-extract-plugin": "1.1.2",
2222
"eslint": "^9.9.0",
2323
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
2424
"eslint-plugin-react-refresh": "^0.4.9",

examples/basic-webpack-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@types/react": "^18.3.4",
1616
"@types/react-dom": "^18.3.0",
1717
"css-loader": "7.1.2",
18-
"css-var-extract-plugin": "1.1.1",
18+
"css-var-extract-plugin": "1.1.2",
1919
"html-webpack-plugin": "5.6.0",
2020
"style-loader": "4.0.0",
2121
"swc-loader": "0.2.6",

examples/with-vanilla-extract/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/react-dom": "^18.3.0",
2121
"@vanilla-extract/vite-plugin": "4.0.15",
2222
"@vitejs/plugin-react": "^4.3.1",
23-
"css-var-extract-plugin": "1.1.1",
23+
"css-var-extract-plugin": "1.1.2",
2424
"eslint": "^9.9.0",
2525
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
2626
"eslint-plugin-react-refresh": "^0.4.9",

packages/css-var-extract-cli/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# css-var-extract-cli
22

3+
## 1.1.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [4fb839c]
8+
- Updated dependencies [57c0ed2]
9+
- Updated dependencies [e811f32]
10+
11+
312
## 1.1.1
413

514
### Patch Changes

packages/css-var-extract-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "css-var-extract-cli",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Use CSS vars type-safely for CSS-in-JS",
55
"keywords": [
66
"css",
@@ -51,7 +51,7 @@
5151
},
5252
"dependencies": {
5353
"chokidar": "3.6.0",
54-
"css-var-extract": "1.1.1",
54+
"css-var-extract": "1.2.0",
5555
"yargs": "17.7.2"
5656
},
5757
"devDependencies": {

packages/css-var-extract-plugin/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# css-var-extract-plugin
22

3+
## 1.1.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [4fb839c]
8+
- Updated dependencies [57c0ed2]
9+
- Updated dependencies [e811f32]
10+
11+
312
## 1.1.1
413

514
### Patch Changes

0 commit comments

Comments
 (0)