Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
v7.1.11
  • Loading branch information
Havunen committed Mar 24, 2019
1 parent 5b62cc1 commit ddd40fc
Show file tree
Hide file tree
Showing 26 changed files with 84 additions and 84 deletions.
2 changes: 1 addition & 1 deletion docs/1kcomponents/dist/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/dbmonster/dist/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/event-test/dist/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/uibench-inferno-compat/dist/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/uibench-normalization/dist/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/uibench-reactlike/dist/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/uibench/dist/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -7,5 +7,5 @@
"packages": [
"packages/*"
],
"version": "7.1.10"
"version": "7.1.11"
}
8 changes: 4 additions & 4 deletions packages/inferno-clone-vnode/package.json
@@ -1,6 +1,6 @@
{
"name": "inferno-clone-vnode",
"version": "7.1.10",
"version": "7.1.11",
"license": "MIT",
"description": "provides helper function to clone Inferno's vNodes",
"author": {
Expand Down Expand Up @@ -33,11 +33,11 @@
"vdom"
],
"dependencies": {
"inferno": "7.1.10"
"inferno": "7.1.11"
},
"devDependencies": {
"inferno-shared": "7.1.10",
"inferno-vnode-flags": "7.1.10"
"inferno-shared": "7.1.11",
"inferno-vnode-flags": "7.1.11"
},
"rollup": {
"bundledDependencies": [
Expand Down
20 changes: 10 additions & 10 deletions packages/inferno-compat/package.json
@@ -1,6 +1,6 @@
{
"name": "inferno-compat",
"version": "7.1.10",
"version": "7.1.11",
"license": "MIT",
"description": "Provides a compatibility with React codebases",
"author": {
Expand Down Expand Up @@ -33,17 +33,17 @@
"vdom"
],
"dependencies": {
"inferno": "7.1.10",
"inferno-clone-vnode": "7.1.10",
"inferno-create-class": "7.1.10",
"inferno-create-element": "7.1.10",
"inferno-extras": "7.1.10"
"inferno": "7.1.11",
"inferno-clone-vnode": "7.1.11",
"inferno-create-class": "7.1.11",
"inferno-create-element": "7.1.11",
"inferno-extras": "7.1.11"
},
"devDependencies": {
"inferno-hyperscript": "7.1.10",
"inferno-shared": "7.1.10",
"inferno-test-utils": "7.1.10",
"inferno-vnode-flags": "7.1.10"
"inferno-hyperscript": "7.1.11",
"inferno-shared": "7.1.11",
"inferno-test-utils": "7.1.11",
"inferno-vnode-flags": "7.1.11"
},
"rollup": {
"bundledDependencies": [
Expand Down
4 changes: 2 additions & 2 deletions packages/inferno-component/package.json
@@ -1,6 +1,6 @@
{
"name": "inferno-component",
"version": "7.1.10",
"version": "7.1.11",
"license": "MIT",
"description": "Inferno ES6 Component",
"author": {
Expand Down Expand Up @@ -30,6 +30,6 @@
"typings": "dist/index.d.ts",
"repository": "https://github.com/infernojs/inferno",
"dependencies": {
"inferno": "7.1.10"
"inferno": "7.1.11"
}
}
8 changes: 4 additions & 4 deletions packages/inferno-create-class/package.json
@@ -1,6 +1,6 @@
{
"name": "inferno-create-class",
"version": "7.1.10",
"version": "7.1.11",
"license": "MIT",
"description": "Provides a helper to create Inferno Components without needing ES2015",
"author": {
Expand Down Expand Up @@ -32,11 +32,11 @@
"vdom"
],
"dependencies": {
"inferno": "7.1.10"
"inferno": "7.1.11"
},
"devDependencies": {
"inferno-create-element": "7.1.10",
"inferno-shared": "7.1.10"
"inferno-create-element": "7.1.11",
"inferno-shared": "7.1.11"
},
"rollup": {
"bundledDependencies": [
Expand Down
8 changes: 4 additions & 4 deletions packages/inferno-create-element/package.json
@@ -1,6 +1,6 @@
{
"name": "inferno-create-element",
"version": "7.1.10",
"version": "7.1.11",
"license": "MIT",
"description": "Provides methods to create Inferno VNodes",
"author": {
Expand Down Expand Up @@ -31,11 +31,11 @@
"vdom"
],
"dependencies": {
"inferno": "7.1.10"
"inferno": "7.1.11"
},
"devDependencies": {
"inferno-shared": "7.1.10",
"inferno-vnode-flags": "7.1.10"
"inferno-shared": "7.1.11",
"inferno-vnode-flags": "7.1.11"
},
"rollup": {
"bundledDependencies": [
Expand Down
10 changes: 5 additions & 5 deletions packages/inferno-devtools/package.json
@@ -1,6 +1,6 @@
{
"name": "inferno-devtools",
"version": "7.1.10",
"version": "7.1.11",
"license": "MIT",
"description": "Provides support for React's Dev Tools for Inferno",
"author": {
Expand Down Expand Up @@ -31,12 +31,12 @@
],
"repository": "https://github.com/infernojs/inferno",
"dependencies": {
"inferno": "7.1.10",
"inferno-extras": "7.1.10"
"inferno": "7.1.11",
"inferno-extras": "7.1.11"
},
"devDependencies": {
"inferno-shared": "7.1.10",
"inferno-vnode-flags": "7.1.10"
"inferno-shared": "7.1.11",
"inferno-vnode-flags": "7.1.11"
},
"rollup": {
"bundledDependencies": [
Expand Down
6 changes: 3 additions & 3 deletions packages/inferno-extras/package.json
@@ -1,6 +1,6 @@
{
"name": "inferno-extras",
"version": "7.1.10",
"version": "7.1.11",
"license": "MIT",
"description": "Collection of utilities for InfernoJS",
"author": {
Expand Down Expand Up @@ -34,9 +34,9 @@
"typings": "dist/index.d.ts",
"repository": "https://github.com/infernojs/inferno",
"dependencies": {
"inferno": "7.1.10"
"inferno": "7.1.11"
},
"devDependencies": {
"inferno-vnode-flags": "7.1.10"
"inferno-vnode-flags": "7.1.11"
}
}
12 changes: 6 additions & 6 deletions packages/inferno-hydrate/package.json
@@ -1,6 +1,6 @@
{
"name": "inferno-hydrate",
"version": "7.1.10",
"version": "7.1.11",
"license": "MIT",
"description": "Hydrate plugin to inferno. This package can be used to reuse server side rendered html",
"author": {
Expand Down Expand Up @@ -32,13 +32,13 @@
"vdom"
],
"dependencies": {
"inferno": "7.1.10"
"inferno": "7.1.11"
},
"devDependencies": {
"inferno-create-element": "7.1.10",
"inferno-hyperscript": "7.1.10",
"inferno-shared": "7.1.10",
"inferno-vnode-flags": "7.1.10"
"inferno-create-element": "7.1.11",
"inferno-hyperscript": "7.1.11",
"inferno-shared": "7.1.11",
"inferno-vnode-flags": "7.1.11"
},
"rollup": {
"bundledDependencies": [
Expand Down
8 changes: 4 additions & 4 deletions packages/inferno-hyperscript/package.json
@@ -1,6 +1,6 @@
{
"name": "inferno-hyperscript",
"version": "7.1.10",
"version": "7.1.11",
"license": "MIT",
"description": "Bridging hyperscript to InfernoJS",
"author": "Terin Stock <terinjokes@gmail.com> (https://terinstock.com/)",
Expand All @@ -24,11 +24,11 @@
],
"repository": "https://github.com/infernojs/inferno",
"dependencies": {
"inferno": "7.1.10"
"inferno": "7.1.11"
},
"devDependencies": {
"inferno-shared": "7.1.10",
"inferno-vnode-flags": "7.1.10"
"inferno-shared": "7.1.11",
"inferno-vnode-flags": "7.1.11"
},
"rollup": {
"bundledDependencies": [
Expand Down
12 changes: 6 additions & 6 deletions packages/inferno-mobx/package.json
@@ -1,6 +1,6 @@
{
"name": "inferno-mobx",
"version": "7.1.10",
"version": "7.1.11",
"license": "MIT",
"description": "Official Inferno bindings for Mobx",
"author": {
Expand Down Expand Up @@ -36,11 +36,11 @@
},
"dependencies": {
"hoist-non-inferno-statics": "^1.1.3",
"inferno": "7.1.10",
"inferno-create-class": "7.1.10",
"inferno-create-element": "7.1.10",
"inferno-shared": "7.1.10",
"inferno-vnode-flags": "7.1.10",
"inferno": "7.1.11",
"inferno-create-class": "7.1.11",
"inferno-create-element": "7.1.11",
"inferno-shared": "7.1.11",
"inferno-vnode-flags": "7.1.11",
"mobx": "*"
},
"rollup": {
Expand Down
10 changes: 5 additions & 5 deletions packages/inferno-redux/package.json
@@ -1,6 +1,6 @@
{
"name": "inferno-redux",
"version": "7.1.10",
"version": "7.1.11",
"license": "MIT",
"description": "Official Inferno bindings for Redux",
"author": {
Expand Down Expand Up @@ -36,12 +36,12 @@
},
"dependencies": {
"hoist-non-inferno-statics": "^1.1.3",
"inferno": "7.1.10"
"inferno": "7.1.11"
},
"devDependencies": {
"inferno-create-class": "7.1.10",
"inferno-create-element": "7.1.10",
"inferno-shared": "7.1.10",
"inferno-create-class": "7.1.11",
"inferno-create-element": "7.1.11",
"inferno-shared": "7.1.11",
"redux": "^4"
},
"rollup": {
Expand Down
6 changes: 3 additions & 3 deletions packages/inferno-router/package.json
@@ -1,6 +1,6 @@
{
"name": "inferno-router",
"version": "7.1.10",
"version": "7.1.11",
"license": "MIT",
"description": "Provides routing functionality for Inferno",
"author": {
Expand Down Expand Up @@ -38,11 +38,11 @@
"dependencies": {
"history": "^4.7.2",
"hoist-non-inferno-statics": "^1.1.3",
"inferno": "7.1.10",
"inferno": "7.1.11",
"path-to-regexp-es6": "1.7.0"
},
"devDependencies": {
"inferno-vnode-flags": "7.1.10",
"inferno-vnode-flags": "7.1.11",
"mobx": "*"
},
"rollup": {
Expand Down
14 changes: 7 additions & 7 deletions packages/inferno-server/package.json
@@ -1,6 +1,6 @@
{
"name": "inferno-server",
"version": "7.1.10",
"version": "7.1.11",
"license": "MIT",
"description": "Provides methods to render HTML strings from Inferno elements",
"author": {
Expand Down Expand Up @@ -41,15 +41,15 @@
"node": ">=8"
},
"devDependencies": {
"inferno-create-class": "7.1.10",
"inferno-create-element": "7.1.10",
"inferno-hydrate": "7.1.10",
"inferno-shared": "7.1.10",
"inferno-vnode-flags": "7.1.10",
"inferno-create-class": "7.1.11",
"inferno-create-element": "7.1.11",
"inferno-hydrate": "7.1.11",
"inferno-shared": "7.1.11",
"inferno-vnode-flags": "7.1.11",
"mobx": "*"
},
"dependencies": {
"inferno": "7.1.10"
"inferno": "7.1.11"
},
"rollup": {
"bundledDependencies": [
Expand Down
2 changes: 1 addition & 1 deletion packages/inferno-shared/package.json
@@ -1,6 +1,6 @@
{
"name": "inferno-shared",
"version": "7.1.10",
"version": "7.1.11",
"license": "MIT",
"description": "Helpers functions for Inferno",
"author": {
Expand Down
8 changes: 4 additions & 4 deletions packages/inferno-test-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "inferno-test-utils",
"version": "7.1.10",
"version": "7.1.11",
"license": "MIT",
"description": "Suite of utilities for testing Inferno applications",
"author": {
Expand All @@ -21,11 +21,11 @@
"utils"
],
"devDependencies": {
"inferno-shared": "7.1.10",
"inferno-vnode-flags": "7.1.10"
"inferno-shared": "7.1.11",
"inferno-vnode-flags": "7.1.11"
},
"dependencies": {
"inferno": "7.1.10"
"inferno": "7.1.11"
},
"rollup": {
"bundledDependencies": [
Expand Down
6 changes: 3 additions & 3 deletions packages/inferno-utils/package.json
@@ -1,13 +1,13 @@
{
"name": "inferno-utils",
"version": "7.1.10",
"version": "7.1.11",
"description": "Meta test utilities which are not for userland",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"inferno-shared": "7.1.10",
"inferno-vnode-flags": "7.1.10"
"inferno-shared": "7.1.11",
"inferno-vnode-flags": "7.1.11"
},
"keywords": [],
"author": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/inferno-vnode-flags/package.json
@@ -1,6 +1,6 @@
{
"name": "inferno-vnode-flags",
"version": "7.1.10",
"version": "7.1.11",
"license": "MIT",
"description": "Provides an enum of all possible VNode Flags used when calling Inferno.createVNode",
"author": {
Expand Down

0 comments on commit ddd40fc

Please sign in to comment.