File tree Expand file tree Collapse file tree 13 files changed +20
-19
lines changed
Expand file tree Collapse file tree 13 files changed +20
-19
lines changed Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change 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" ,
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" ,
Original file line number Diff line number Diff line change 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" ,
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" ,
Original file line number Diff line number Diff line change 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" ,
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" ,
Original file line number Diff line number Diff line change 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" ,
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" ,
Original file line number Diff line number Diff line change 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 ." ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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:*"
Original file line number Diff line number Diff line change 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:*"
Original file line number Diff line number Diff line change 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:*"
You can’t perform that action at this time.
0 commit comments