Skip to content

Commit

Permalink
release: v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mokshit06 committed Oct 24, 2024
1 parent 512411f commit bc8c481
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "npx serve ."
},
"dependencies": {
"@macaron-css/esbuild": "1.6.0",
"@macaron-css/esbuild": "1.6.1",
"@macaron-css/solid": "1.5.3",
"babel-preset-solid": "^1.4.2",
"@macaron-css/core": "1.5.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"@macaron-css/esbuild": "1.6.0",
"@macaron-css/esbuild": "1.6.1",
"@macaron-css/core": "1.5.2",
"esbuild": "^0.14.42"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@macaron-css/esbuild",
"version": "1.6.0",
"version": "1.6.1",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit bc8c481

Please sign in to comment.