Skip to content

Commit d44205c

Browse files
author
Sampo Kivistö
committed
v8.0.0-alpha.3
1 parent 5f0578c commit d44205c

25 files changed

Lines changed: 88 additions & 88 deletions

File tree

docs/1kcomponents/dist/bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/dbmonster/dist/bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/event-test/dist/bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/uibench-normalization/dist/bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/uibench-reactlike/dist/bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/uibench/dist/bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"docs/**",
1717
"packages/*/package-lock.json"
1818
],
19-
"version": "8.0.0-alpha.2"
19+
"version": "8.0.0-alpha.3"
2020
}

packages/inferno-animation/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "inferno-animation",
3-
"version": "8.0.0-alpha.2",
3+
"version": "8.0.0-alpha.3",
44
"license": "MIT",
55
"description": "Animation helpers inferno. This package can be used to reuse server side rendered html",
66
"author": {
@@ -39,13 +39,13 @@
3939
"css"
4040
],
4141
"dependencies": {
42-
"inferno": "8.0.0-alpha.2"
42+
"inferno": "8.0.0-alpha.3"
4343
},
4444
"devDependencies": {
45-
"inferno-create-element": "8.0.0-alpha.2",
46-
"inferno-shared": "8.0.0-alpha.2",
47-
"inferno-utils": "8.0.0-alpha.2",
48-
"inferno-vnode-flags": "8.0.0-alpha.2"
45+
"inferno-create-element": "8.0.0-alpha.3",
46+
"inferno-shared": "8.0.0-alpha.3",
47+
"inferno-utils": "8.0.0-alpha.3",
48+
"inferno-vnode-flags": "8.0.0-alpha.3"
4949
},
5050
"rollup": {
5151
"bundledDependencies": [

packages/inferno-clone-vnode/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "inferno-clone-vnode",
3-
"version": "8.0.0-alpha.2",
3+
"version": "8.0.0-alpha.3",
44
"license": "MIT",
55
"description": "provides helper function to clone Inferno's vNodes",
66
"author": {
@@ -38,11 +38,11 @@
3838
"vdom"
3939
],
4040
"dependencies": {
41-
"inferno": "8.0.0-alpha.2"
41+
"inferno": "8.0.0-alpha.3"
4242
},
4343
"devDependencies": {
44-
"inferno-shared": "8.0.0-alpha.2",
45-
"inferno-vnode-flags": "8.0.0-alpha.2"
44+
"inferno-shared": "8.0.0-alpha.3",
45+
"inferno-vnode-flags": "8.0.0-alpha.3"
4646
},
4747
"rollup": {
4848
"bundledDependencies": [

packages/inferno-compat/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "inferno-compat",
3-
"version": "8.0.0-alpha.2",
3+
"version": "8.0.0-alpha.3",
44
"license": "MIT",
55
"description": "Provides a compatibility with React codebases",
66
"author": {
@@ -38,18 +38,18 @@
3838
"vdom"
3939
],
4040
"dependencies": {
41-
"inferno": "8.0.0-alpha.2",
42-
"inferno-clone-vnode": "8.0.0-alpha.2",
43-
"inferno-create-class": "8.0.0-alpha.2",
44-
"inferno-create-element": "8.0.0-alpha.2",
45-
"inferno-extras": "8.0.0-alpha.2",
46-
"inferno-hydrate": "8.0.0-alpha.2"
41+
"inferno": "8.0.0-alpha.3",
42+
"inferno-clone-vnode": "8.0.0-alpha.3",
43+
"inferno-create-class": "8.0.0-alpha.3",
44+
"inferno-create-element": "8.0.0-alpha.3",
45+
"inferno-extras": "8.0.0-alpha.3",
46+
"inferno-hydrate": "8.0.0-alpha.3"
4747
},
4848
"devDependencies": {
49-
"inferno-hyperscript": "8.0.0-alpha.2",
50-
"inferno-shared": "8.0.0-alpha.2",
51-
"inferno-test-utils": "8.0.0-alpha.2",
52-
"inferno-vnode-flags": "8.0.0-alpha.2"
49+
"inferno-hyperscript": "8.0.0-alpha.3",
50+
"inferno-shared": "8.0.0-alpha.3",
51+
"inferno-test-utils": "8.0.0-alpha.3",
52+
"inferno-vnode-flags": "8.0.0-alpha.3"
5353
},
5454
"rollup": {
5555
"bundledDependencies": [

0 commit comments

Comments
 (0)