Skip to content

Commit 76be3ba

Browse files
committed
v9.0.12-alpha.1
1 parent 930f163 commit 76be3ba

21 files changed

Lines changed: 172 additions & 157 deletions

File tree

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": "9.0.12-alpha.0"
12+
"version": "9.0.12-alpha.1"
1313
}

package-lock.json

Lines changed: 69 additions & 69 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/inferno-animation/package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "inferno-animation",
3-
"version": "9.0.12-alpha.0",
3+
"version": "9.0.12-alpha.1",
44
"license": "MIT",
55
"type": "module",
66
"description": "Animation helpers inferno. This package can be used to reuse server side rendered html",
@@ -49,13 +49,13 @@
4949
"css"
5050
],
5151
"dependencies": {
52-
"inferno": "9.0.12-alpha.0"
52+
"inferno": "9.0.12-alpha.1"
5353
},
5454
"devDependencies": {
55-
"inferno-create-element": "9.0.12-alpha.0",
56-
"inferno-shared": "9.0.12-alpha.0",
57-
"inferno-utils": "9.0.12-alpha.0",
58-
"inferno-vnode-flags": "9.0.12-alpha.0"
55+
"inferno-create-element": "9.0.12-alpha.1",
56+
"inferno-shared": "9.0.12-alpha.1",
57+
"inferno-utils": "9.0.12-alpha.1",
58+
"inferno-vnode-flags": "9.0.12-alpha.1"
5959
},
6060
"rollup": {
6161
"bundledDependencies": [
@@ -66,5 +66,6 @@
6666
"moduleGlobals": {
6767
"inferno": "Inferno"
6868
}
69-
}
69+
},
70+
"gitHead": "930f16301f6cdaa85e48641eed9ef49f799fc68a"
7071
}

packages/inferno-clone-vnode/package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "inferno-clone-vnode",
3-
"version": "9.0.12-alpha.0",
3+
"version": "9.0.12-alpha.1",
44
"license": "MIT",
55
"type": "module",
66
"description": "provides helper function to clone Inferno's vNodes",
@@ -47,16 +47,17 @@
4747
"vdom"
4848
],
4949
"dependencies": {
50-
"inferno": "9.0.12-alpha.0"
50+
"inferno": "9.0.12-alpha.1"
5151
},
5252
"devDependencies": {
53-
"inferno-shared": "9.0.12-alpha.0",
54-
"inferno-vnode-flags": "9.0.12-alpha.0"
53+
"inferno-shared": "9.0.12-alpha.1",
54+
"inferno-vnode-flags": "9.0.12-alpha.1"
5555
},
5656
"rollup": {
5757
"bundledDependencies": [
5858
"inferno-shared"
5959
],
6060
"moduleName": "Inferno"
61-
}
61+
},
62+
"gitHead": "930f16301f6cdaa85e48641eed9ef49f799fc68a"
6263
}

packages/inferno-compat/package.json

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "inferno-compat",
3-
"version": "9.0.12-alpha.0",
3+
"version": "9.0.12-alpha.1",
44
"license": "MIT",
55
"type": "module",
66
"description": "Provides a compatibility with React codebases",
@@ -47,17 +47,17 @@
4747
"vdom"
4848
],
4949
"dependencies": {
50-
"inferno": "9.0.12-alpha.0",
51-
"inferno-clone-vnode": "9.0.12-alpha.0",
52-
"inferno-create-element": "9.0.12-alpha.0",
53-
"inferno-extras": "9.0.12-alpha.0",
54-
"inferno-hydrate": "9.0.12-alpha.0"
50+
"inferno": "9.0.12-alpha.1",
51+
"inferno-clone-vnode": "9.0.12-alpha.1",
52+
"inferno-create-element": "9.0.12-alpha.1",
53+
"inferno-extras": "9.0.12-alpha.1",
54+
"inferno-hydrate": "9.0.12-alpha.1"
5555
},
5656
"devDependencies": {
57-
"inferno-hyperscript": "9.0.12-alpha.0",
58-
"inferno-shared": "9.0.12-alpha.0",
59-
"inferno-test-utils": "9.0.12-alpha.0",
60-
"inferno-vnode-flags": "9.0.12-alpha.0"
57+
"inferno-hyperscript": "9.0.12-alpha.1",
58+
"inferno-shared": "9.0.12-alpha.1",
59+
"inferno-test-utils": "9.0.12-alpha.1",
60+
"inferno-vnode-flags": "9.0.12-alpha.1"
6161
},
6262
"rollup": {
6363
"bundledDependencies": [
@@ -68,5 +68,6 @@
6868
"moduleGlobals": {
6969
"inferno": "Inferno"
7070
}
71-
}
71+
},
72+
"gitHead": "930f16301f6cdaa85e48641eed9ef49f799fc68a"
7273
}

0 commit comments

Comments
 (0)