Skip to content

Commit 84c3b2d

Browse files
committed
2.0.0
1 parent f5a32a8 commit 84c3b2d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "htm",
3-
"version": "1.0.1",
3+
"version": "2.0.0",
44
"description": "The Tagged Template syntax for Virtual DOM. Only browser-compatible syntax.",
55
"main": "dist/htm.js",
66
"umd:main": "dist/htm.umd.js",
@@ -11,7 +11,7 @@
1111
"build:preact": "cd src/integrations/preact && npm run build",
1212
"build:babel": "cd packages/babel-plugin-htm && npm run build",
1313
"test": "eslint src/**/*.mjs test/**/*.mjs && npm run build && jest test",
14-
"release": "npm run build && git checkout --detach && git add -f babel dist preact && git commit -am \"$npm_package_version\" && git tag $npm_package_version && git push --tags && git checkout master"
14+
"release": "npm t && git commit -am \"$npm_package_version\" && git tag $npm_package_version && git push && git push --tags"
1515
},
1616
"files": [
1717
"dist",

packages/babel-plugin-htm/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-htm",
3-
"version": "1.0.1",
3+
"version": "2.0.0",
44
"description": "Babel plugin to compile htm's Tagged Template syntax to hyperscript or inline VNodes.",
55
"main": "dist/babel-plugin-htm.js",
66
"module": "dist/babel-plugin-htm.mjs",
@@ -29,9 +29,9 @@
2929
"license": "Apache-2.0",
3030
"homepage": "https://github.com/developit/htm/tree/master/packages/babel-plugin-htm",
3131
"dependencies": {
32-
"htm": "^1.0.0"
32+
"htm": "^2.0.0"
3333
},
3434
"devDependencies": {
35-
"microbundle": "^0.6.0"
35+
"microbundle": "^0.8.3"
3636
}
3737
}

0 commit comments

Comments
 (0)