Skip to content

Commit

Permalink
chore: Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sya-ri committed Sep 1, 2024
1 parent ffac57e commit 4b5ce14
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion examples/basic-rsbuild-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@rsbuild/plugin-react": "1.0.1-rc.0",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"css-var-extract-plugin": "0.1.0",
"css-var-extract-plugin": "1.0.0",
"typescript": "^5.5.2"
}
}
2 changes: 1 addition & 1 deletion examples/basic-vite-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"css-var-extract-plugin": "0.1.0",
"css-var-extract-plugin": "1.0.0",
"eslint": "^9.9.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.9",
Expand Down
2 changes: 1 addition & 1 deletion examples/basic-webpack-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"css-loader": "7.1.2",
"css-var-extract-plugin": "0.1.0",
"css-var-extract-plugin": "1.0.0",
"html-webpack-plugin": "5.6.0",
"style-loader": "4.0.0",
"swc-loader": "0.2.6",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-vanilla-extract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/react-dom": "^18.3.0",
"@vanilla-extract/vite-plugin": "4.0.15",
"@vitejs/plugin-react": "^4.3.1",
"css-var-extract-plugin": "0.1.0",
"css-var-extract-plugin": "1.0.0",
"eslint": "^9.9.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.9",
Expand Down
6 changes: 3 additions & 3 deletions packages/css-var-extract-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "css-var-extract-cli",
"version": "0.1.0",
"version": "1.0.0",
"description": "Use CSS vars type-safely for CSS-in-JS",
"keywords": [
"css",
Expand Down Expand Up @@ -51,12 +51,12 @@
},
"dependencies": {
"chokidar": "3.6.0",
"css-var-extract": "0.1.0",
"css-var-extract": "1.0.0",
"yargs": "17.7.2"
},
"devDependencies": {
"@types/yargs": "17.0.33",
"css-var-extract-vite-config": "0.1.0",
"css-var-extract-vite-config": "1.0.0",
"vite": "5.4.2"
}
}
6 changes: 3 additions & 3 deletions packages/css-var-extract-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "css-var-extract-plugin",
"version": "0.1.0",
"version": "1.0.0",
"description": "Use CSS vars type-safely for CSS-in-JS",
"keywords": [
"css",
Expand Down Expand Up @@ -78,11 +78,11 @@
},
"dependencies": {
"chokidar": "3.6.0",
"css-var-extract": "0.1.0",
"css-var-extract": "1.0.0",
"unplugin": "1.12.2"
},
"devDependencies": {
"css-var-extract-vite-config": "0.1.0",
"css-var-extract-vite-config": "1.0.0",
"vite": "5.4.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/css-var-extract-vite-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "css-var-extract-vite-config",
"version": "0.1.0",
"version": "1.0.0",
"description": "Use CSS vars type-safely for CSS-in-JS",
"keywords": [
"css",
Expand Down
4 changes: 2 additions & 2 deletions packages/css-var-extract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "css-var-extract",
"version": "0.1.0",
"version": "1.0.0",
"description": "Use CSS vars type-safely for CSS-in-JS",
"keywords": [
"css",
Expand Down Expand Up @@ -50,7 +50,7 @@
"zod": "3.23.8"
},
"devDependencies": {
"css-var-extract-vite-config": "0.1.0",
"css-var-extract-vite-config": "1.0.0",
"vite": "5.4.2",
"vitest": "2.0.5"
}
Expand Down

0 comments on commit 4b5ce14

Please sign in to comment.