🌐 AI搜索 & 代理 主页
Skip to content

Commit ab342d9

Browse files
release: v3.0.4
1 parent 705d738 commit ab342d9

File tree

13 files changed

+20
-19
lines changed

13 files changed

+20
-19
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
## [3.0.4](https://github.com/css-hooks/css-hooks/compare/v3.0.3...v3.0.4) (2024-12-20)
12
## [3.0.3](https://github.com/css-hooks/css-hooks/compare/v3.0.2...v3.0.3) (2024-12-20)
23
## [3.0.2](https://github.com/css-hooks/css-hooks/compare/v3.0.1...v3.0.2) (2024-12-20)
34
## [3.0.1](https://github.com/css-hooks/css-hooks/compare/v3.0.0...v3.0.1) (2024-10-20)

examples/preact/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@examples/preact",
33
"private": true,
4-
"version": "3.0.3",
4+
"version": "3.0.4",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -10,7 +10,7 @@
1010
"clean": "rimraf dist"
1111
},
1212
"dependencies": {
13-
"@css-hooks/preact": "3.0.3",
13+
"@css-hooks/preact": "3.0.4",
1414
"@fontsource/inter": "^5.1.0",
1515
"@preact/preset-vite": "^2.9.1",
1616
"preact": "^10.24.0",

examples/qwik/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@examples/qwik",
33
"private": true,
4-
"version": "3.0.3",
4+
"version": "3.0.4",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@builder.io/qwik": "=1.5.2",
14-
"@css-hooks/qwik": "3.0.3",
14+
"@css-hooks/qwik": "3.0.4",
1515
"@fontsource/inter": "^5.1.0",
1616
"remeda": "^2.16.0",
1717
"rimraf": "^6.0.1",

examples/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@examples/react",
33
"private": true,
4-
"version": "3.0.3",
4+
"version": "3.0.4",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -10,7 +10,7 @@
1010
"clean": "rimraf dist"
1111
},
1212
"dependencies": {
13-
"@css-hooks/react": "3.0.3",
13+
"@css-hooks/react": "3.0.4",
1414
"@fontsource/inter": "^5.1.0",
1515
"@types/react": "^18.2.20",
1616
"@types/react-dom": "^18.3.0",

examples/solid/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@examples/solid",
33
"private": true,
4-
"version": "3.0.3",
4+
"version": "3.0.4",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -10,7 +10,7 @@
1010
"clean": "rimraf dist"
1111
},
1212
"dependencies": {
13-
"@css-hooks/solid": "3.0.3",
13+
"@css-hooks/solid": "3.0.4",
1414
"@fontsource/inter": "^5.1.0",
1515
"remeda": "^2.16.0",
1616
"rimraf": "^6.0.1",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "css-hooks",
33
"description": "Monorepo for @css-hooks/* packages",
4-
"version": "3.0.3",
4+
"version": "3.0.4",
55
"type": "module",
66
"scripts": {
77
"check": "prettier --check . && eslint .",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@css-hooks/core",
33
"description": "CSS Hooks core library",
4-
"version": "3.0.3",
4+
"version": "3.0.4",
55
"author": "Nick Saunders",
66
"devDependencies": {
77
"@microsoft/api-extractor": "^7.39.4",

packages/preact/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@css-hooks/preact",
33
"description": "CSS Hooks for Preact",
4-
"version": "3.0.3",
4+
"version": "3.0.4",
55
"author": "Nick Saunders",
66
"dependencies": {
77
"@css-hooks/core": "workspace:*"

packages/qwik/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@css-hooks/qwik",
33
"description": "CSS Hooks for Qwik",
4-
"version": "3.0.3",
4+
"version": "3.0.4",
55
"author": "Nick Saunders",
66
"dependencies": {
77
"@css-hooks/core": "workspace:*"

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@css-hooks/react",
33
"description": "CSS Hooks for React",
4-
"version": "3.0.3",
4+
"version": "3.0.4",
55
"author": "Nick Saunders",
66
"dependencies": {
77
"@css-hooks/core": "workspace:*"

0 commit comments

Comments
 (0)