Skip to content

Commit aae6d59

Browse files
committed
v1.0.0-beta.9
1 parent f2c7c01 commit aae6d59

File tree

13 files changed

+44
-44
lines changed

13 files changed

+44
-44
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "1.0.0-beta.8"
6+
"version": "1.0.0-beta.9"
77
}

packages/babel-plugin-transform-diffhtml/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-transform-diffhtml",
3-
"version": "1.0.0-beta.8",
3+
"version": "1.0.0-beta.9",
44
"description": "Transforms tagged tempalates into createTree calls",
55
"main": "dist/index.js",
66
"scripts": {
@@ -16,18 +16,18 @@
1616
"devDependencies": {
1717
"babel-cli": "^6.23.0",
1818
"babel-plugin-transform-runtime": "^6.9.0",
19-
"babel-preset-diffhtml-imports": "^1.0.0-beta.8",
19+
"babel-preset-diffhtml-imports": "^1.0.0-beta.9",
2020
"babel-preset-es2015": "^6.9.0",
2121
"babel-register": "^6.23.0",
2222
"babelify": "^7.3.0",
2323
"babylon": "^6.8.0",
2424
"browserify": "^13.0.1",
25-
"diffhtml": "^1.0.0-beta.8",
25+
"diffhtml": "^1.0.0-beta.9",
2626
"jsdom": "^9.11.0",
2727
"mocha": "^2.5.1",
2828
"watchify": "^3.7.0"
2929
},
3030
"peerDependencies": {
31-
"diffhtml": "^1.0.0-beta.8"
31+
"diffhtml": "^1.0.0-beta.9"
3232
}
3333
}

packages/babel-preset-diffhtml-imports/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-preset-diffhtml-imports",
3-
"version": "1.0.0-beta.8",
3+
"version": "1.0.0-beta.9",
44
"description": "Used to normalize import paths to diffHTML modules based on env",
55
"main": "index.js",
66
"author": "Tim Branyen (@tbranyen)",
@@ -12,6 +12,6 @@
1212
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
1313
"babel-plugin-transform-object-rest-spread": "^6.8.0",
1414
"babel-preset-es2015-rollup": "^3.0.0",
15-
"diffhtml": "^1.0.0-beta.8"
15+
"diffhtml": "^1.0.0-beta.9"
1616
}
1717
}

packages/diffhtml-components/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "diffhtml-components",
3-
"version": "1.0.0-beta.8",
3+
"version": "1.0.0-beta.9",
44
"main": "dist/cjs/index",
55
"module": "dist/es/index",
66
"jsnext:main": "dist/es/index",
@@ -13,9 +13,9 @@
1313
"babel-cli": "^6.24.1",
1414
"babel-plugin-transform-custom-element-classes": "^0.1.0",
1515
"babel-plugin-transform-react-jsx": "^6.24.1",
16-
"babel-preset-diffhtml-imports": "^1.0.0-beta.8",
16+
"babel-preset-diffhtml-imports": "^1.0.0-beta.9",
1717
"babel-register": "^6.24.1",
18-
"diffhtml": "^1.0.0-beta.8",
18+
"diffhtml": "^1.0.0-beta.9",
1919
"diffhtml-shared-internals": "^1.0.0-beta.1",
2020
"jsdom-wc": "^11.0.0-alpha-1",
2121
"mocha": "^3.4.2",
@@ -50,7 +50,7 @@
5050
"test:ci": "npm run test"
5151
},
5252
"peerDependencies": {
53-
"diffhtml": "^1.0.0-beta.8"
53+
"diffhtml": "^1.0.0-beta.9"
5454
},
5555
"optionalDependencies": {
5656
"prop-types": "^15.5.10"

packages/diffhtml-middleware-inline-transitions/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "diffhtml-middleware-inline-transitions",
3-
"version": "1.0.0-beta.8",
3+
"version": "1.0.0-beta.9",
44
"description": "Monitors inline attributes and assigns transition hooks",
55
"main": "dist/cjs/index",
66
"module": "dist/es/index",
@@ -28,10 +28,10 @@
2828
"license": "MIT",
2929
"devDependencies": {
3030
"babel-cli": "^6.24.1",
31-
"babel-preset-diffhtml-imports": "^1.0.0-beta.8",
31+
"babel-preset-diffhtml-imports": "^1.0.0-beta.9",
3232
"babel-register": "^6.23.0",
3333
"coveralls": "^2.11.15",
34-
"diffhtml": "^1.0.0-beta.8",
34+
"diffhtml": "^1.0.0-beta.9",
3535
"istanbul": "^1.1.0-alpha.1",
3636
"jsdom-wc": "^11.0.0-alpha-1",
3737
"mocha": "^3.2.0",
@@ -44,6 +44,6 @@
4444
"uglify-js": "^3.0.15"
4545
},
4646
"peerDependencies": {
47-
"diffhtml": "^1.0.0-beta.8"
47+
"diffhtml": "^1.0.0-beta.9"
4848
}
4949
}

packages/diffhtml-middleware-logger/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "diffhtml-middleware-logger",
3-
"version": "1.0.0-beta.8",
3+
"version": "1.0.0-beta.9",
44
"description": "Logs out render transactions to the console",
55
"main": "dist/cjs/index",
66
"module": "dist/es/index",
@@ -26,8 +26,8 @@
2626
"license": "MIT",
2727
"devDependencies": {
2828
"babel-cli": "^6.24.1",
29-
"babel-preset-diffhtml-imports": "^1.0.0-beta.8",
30-
"diffhtml": "^1.0.0-beta.8",
29+
"babel-preset-diffhtml-imports": "^1.0.0-beta.9",
30+
"diffhtml": "^1.0.0-beta.9",
3131
"rollup": "^0.41.4",
3232
"rollup-plugin-babel": "^2.7.1",
3333
"rollup-plugin-node-resolve": "^2.0.0",
@@ -37,6 +37,6 @@
3737
"uglify-js": "^3.0.15"
3838
},
3939
"peerDependencies": {
40-
"diffhtml": "^1.0.0-beta.8"
40+
"diffhtml": "^1.0.0-beta.9"
4141
}
4242
}

packages/diffhtml-middleware-synthetic-events/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "diffhtml-middleware-synthetic-events",
3-
"version": "1.0.0-beta.8",
3+
"version": "1.0.0-beta.9",
44
"description": "Global event delegation middleware, avoids inline events",
55
"main": "dist/cjs/index",
66
"module": "dist/es/index",
@@ -27,8 +27,8 @@
2727
"license": "MIT",
2828
"devDependencies": {
2929
"babel-cli": "^6.24.1",
30-
"babel-preset-diffhtml-imports": "^1.0.0-beta.8",
31-
"diffhtml": "^1.0.0-beta.8",
30+
"babel-preset-diffhtml-imports": "^1.0.0-beta.9",
31+
"diffhtml": "^1.0.0-beta.9",
3232
"rollup": "^0.41.4",
3333
"rollup-plugin-babel": "^2.7.1",
3434
"rollup-plugin-node-resolve": "^2.0.0",
@@ -38,6 +38,6 @@
3838
"uglify-js": "^3.0.15"
3939
},
4040
"peerDependencies": {
41-
"diffhtml": "^1.0.0-beta.8"
41+
"diffhtml": "^1.0.0-beta.9"
4242
}
4343
}

packages/diffhtml-middleware-verify-state/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "diffhtml-middleware-verify-state",
3-
"version": "1.0.0-beta.8",
3+
"version": "1.0.0-beta.9",
44
"description": "Verifies render state middleware, useful for sanity checking",
55
"main": "dist/cjs/index",
66
"module": "dist/es/index",
@@ -26,8 +26,8 @@
2626
"license": "MIT",
2727
"devDependencies": {
2828
"babel-cli": "^6.24.1",
29-
"babel-preset-diffhtml-imports": "^1.0.0-beta.8",
30-
"diffhtml": "^1.0.0-beta.8",
29+
"babel-preset-diffhtml-imports": "^1.0.0-beta.9",
30+
"diffhtml": "^1.0.0-beta.9",
3131
"rollup": "^0.41.4",
3232
"rollup-plugin-babel": "^2.7.1",
3333
"rollup-plugin-hypothetical": "^1.2.1",
@@ -38,6 +38,6 @@
3838
"uglify-js": "^3.0.15"
3939
},
4040
"peerDependencies": {
41-
"diffhtml": "^1.0.0-beta.8"
41+
"diffhtml": "^1.0.0-beta.9"
4242
}
4343
}

packages/diffhtml-react-compat/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "diffhtml-react-compat",
3-
"version": "1.0.0-beta.8",
3+
"version": "1.0.0-beta.9",
44
"description": "Provides a strong layer of compatibility with React",
55
"main": "dist/react-compat.js",
66
"scripts": {
@@ -18,8 +18,8 @@
1818
"license": "MIT",
1919
"devDependencies": {
2020
"babel-cli": "^6.24.1",
21-
"babel-preset-diffhtml-imports": "^1.0.0-beta.8",
22-
"diffhtml": "^1.0.0-beta.8",
21+
"babel-preset-diffhtml-imports": "^1.0.0-beta.9",
22+
"diffhtml": "^1.0.0-beta.9",
2323
"rollup": "^0.41.4",
2424
"rollup-plugin-babel": "^2.7.1",
2525
"rollup-plugin-commonjs": "^8.0.2",
@@ -30,11 +30,11 @@
3030
"uglify-js": "^3.0.15"
3131
},
3232
"dependencies": {
33-
"diffhtml-components": "^1.0.0-beta.8",
34-
"diffhtml-middleware-synthetic-events": "^1.0.0-beta.8"
33+
"diffhtml-components": "^1.0.0-beta.9",
34+
"diffhtml-middleware-synthetic-events": "^1.0.0-beta.9"
3535
},
3636
"peerDependencies": {
37-
"diffhtml": "^1.0.0-beta.8"
37+
"diffhtml": "^1.0.0-beta.9"
3838
},
3939
"optionalDependencies": {
4040
"prop-types": "^15.5.10"

packages/diffhtml-render-to-string/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "diffhtml-render-to-string",
3-
"version": "1.0.0-beta.8",
3+
"version": "1.0.0-beta.9",
44
"description": "Renders diffHTML Virtual Trees to strings",
55
"main": "index.js",
66
"scripts": {
77
"test": "mocha --colors",
88
"test:ci": "npm run test"
99
},
1010
"devDependencies": {
11-
"diffhtml": "^1.0.0-beta.8",
11+
"diffhtml": "^1.0.0-beta.9",
1212
"mocha": "^3.2.0"
1313
},
1414
"keywords": [

0 commit comments

Comments
 (0)