Skip to content

Commit bc8c481

Browse files
committed
release: v1.6.1
1 parent 512411f commit bc8c481

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/solid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"start": "npx serve ."
99
},
1010
"dependencies": {
11-
"@macaron-css/esbuild": "1.6.0",
11+
"@macaron-css/esbuild": "1.6.1",
1212
"@macaron-css/solid": "1.5.3",
1313
"babel-preset-solid": "^1.4.2",
1414
"@macaron-css/core": "1.5.2",

examples/vanilla/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"main": "index.js",
55
"license": "MIT",
66
"dependencies": {
7-
"@macaron-css/esbuild": "1.6.0",
7+
"@macaron-css/esbuild": "1.6.1",
88
"@macaron-css/core": "1.5.2",
99
"esbuild": "^0.14.42"
1010
}

packages/esbuild/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@macaron-css/esbuild",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"main": "dist/index.js",
55
"module": "dist/index.mjs",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)