Skip to content

Commit b300a89

Browse files
committed
v8.2.0
1 parent a85716a commit b300a89

File tree

22 files changed

+82
-82
lines changed

22 files changed

+82
-82
lines changed

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/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
@@ -9,5 +9,5 @@
99
},
1010
"packages": ["packages/*"],
1111
"ignoreChanges": ["docs/**", "packages/*/package-lock.json"],
12-
"version": "8.1.1"
12+
"version": "8.2.0"
1313
}

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.1.1",
3+
"version": "8.2.0",
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.1.1"
42+
"inferno": "8.2.0"
4343
},
4444
"devDependencies": {
45-
"inferno-create-element": "8.1.1",
46-
"inferno-shared": "8.1.1",
47-
"inferno-utils": "8.1.1",
48-
"inferno-vnode-flags": "8.1.1"
45+
"inferno-create-element": "8.2.0",
46+
"inferno-shared": "8.2.0",
47+
"inferno-utils": "8.2.0",
48+
"inferno-vnode-flags": "8.2.0"
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.1.1",
3+
"version": "8.2.0",
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.1.1"
41+
"inferno": "8.2.0"
4242
},
4343
"devDependencies": {
44-
"inferno-shared": "8.1.1",
45-
"inferno-vnode-flags": "8.1.1"
44+
"inferno-shared": "8.2.0",
45+
"inferno-vnode-flags": "8.2.0"
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.1.1",
3+
"version": "8.2.0",
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.1.1",
42-
"inferno-clone-vnode": "8.1.1",
43-
"inferno-create-class": "8.1.1",
44-
"inferno-create-element": "8.1.1",
45-
"inferno-extras": "8.1.1",
46-
"inferno-hydrate": "8.1.1"
41+
"inferno": "8.2.0",
42+
"inferno-clone-vnode": "8.2.0",
43+
"inferno-create-class": "8.2.0",
44+
"inferno-create-element": "8.2.0",
45+
"inferno-extras": "8.2.0",
46+
"inferno-hydrate": "8.2.0"
4747
},
4848
"devDependencies": {
49-
"inferno-hyperscript": "8.1.1",
50-
"inferno-shared": "8.1.1",
51-
"inferno-test-utils": "8.1.1",
52-
"inferno-vnode-flags": "8.1.1"
49+
"inferno-hyperscript": "8.2.0",
50+
"inferno-shared": "8.2.0",
51+
"inferno-test-utils": "8.2.0",
52+
"inferno-vnode-flags": "8.2.0"
5353
},
5454
"rollup": {
5555
"bundledDependencies": [

packages/inferno-create-class/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "inferno-create-class",
3-
"version": "8.1.1",
3+
"version": "8.2.0",
44
"license": "MIT",
55
"description": "Provides a helper to create Inferno Components without needing ES2015",
66
"author": {
@@ -37,11 +37,11 @@
3737
"vdom"
3838
],
3939
"dependencies": {
40-
"inferno": "8.1.1"
40+
"inferno": "8.2.0"
4141
},
4242
"devDependencies": {
43-
"inferno-create-element": "8.1.1",
44-
"inferno-shared": "8.1.1"
43+
"inferno-create-element": "8.2.0",
44+
"inferno-shared": "8.2.0"
4545
},
4646
"rollup": {
4747
"bundledDependencies": [

packages/inferno-create-element/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "inferno-create-element",
3-
"version": "8.1.1",
3+
"version": "8.2.0",
44
"license": "MIT",
55
"description": "Provides methods to create Inferno VNodes",
66
"author": {
@@ -36,11 +36,11 @@
3636
"vdom"
3737
],
3838
"dependencies": {
39-
"inferno": "8.1.1"
39+
"inferno": "8.2.0"
4040
},
4141
"devDependencies": {
42-
"inferno-shared": "8.1.1",
43-
"inferno-vnode-flags": "8.1.1"
42+
"inferno-shared": "8.2.0",
43+
"inferno-vnode-flags": "8.2.0"
4444
},
4545
"rollup": {
4646
"bundledDependencies": [

0 commit comments

Comments
 (0)