Skip to content

Commit

Permalink
release: v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mokshit06 committed Apr 12, 2024
1 parent b043c51 commit 61f1e30
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@macaron-css/core": "1.5.1",
"@macaron-css/core": "1.5.2",
"@macaron-css/vite": "1.5.1",
"@macaron-css/react": "1.5.1"
"@macaron-css/react": "1.5.2"
},
"devDependencies": {
"@types/react": "^18.0.17",
Expand Down
4 changes: 2 additions & 2 deletions examples/solid-start/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"solid-js": "^1.6.0",
"solid-start": "^0.2.0",
"undici": "^5.11.0",
"@macaron-css/core": "1.5.1",
"@macaron-css/solid": "1.5.1"
"@macaron-css/core": "1.5.2",
"@macaron-css/solid": "1.5.2"
},
"engines": {
"node": ">=16"
Expand Down
4 changes: 2 additions & 2 deletions examples/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
},
"dependencies": {
"@macaron-css/esbuild": "1.5.1",
"@macaron-css/solid": "1.5.1",
"@macaron-css/solid": "1.5.2",
"babel-preset-solid": "^1.4.2",
"@macaron-css/core": "1.5.1",
"@macaron-css/core": "1.5.2",
"esbuild": "^0.14.42",
"solid-js": "^1.4.3"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"dependencies": {
"@macaron-css/esbuild": "1.5.1",
"@macaron-css/core": "1.5.1",
"@macaron-css/core": "1.5.2",
"esbuild": "^0.14.42"
}
}
2 changes: 1 addition & 1 deletion examples/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "vite preview"
},
"dependencies": {
"@macaron-css/core": "1.5.1",
"@macaron-css/core": "1.5.2",
"@macaron-css/vite": "1.5.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@macaron-css/core",
"version": "1.5.1",
"version": "1.5.2",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/qwik/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@macaron-css/qwik",
"version": "1.5.1",
"version": "1.5.2",
"license": "MIT",
"type": "module",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@macaron-css/react",
"version": "1.5.1",
"version": "1.5.2",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@macaron-css/solid",
"version": "1.5.1",
"version": "1.5.2",
"license": "MIT",
"type": "module",
"repository": {
Expand Down

0 comments on commit 61f1e30

Please sign in to comment.