Skip to content

Commit

Permalink
v5.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Havunen committed May 16, 2018
1 parent b2c3908 commit 9f40c7d
Show file tree
Hide file tree
Showing 17 changed files with 62 additions and 62 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -8,5 +8,5 @@
"packages": [
"packages/*"
],
"version": "5.0.5"
"version": "5.0.6"
}
8 changes: 4 additions & 4 deletions packages/inferno-clone-vnode/package.json
@@ -1,6 +1,6 @@
{
"name": "inferno-clone-vnode",
"version": "5.0.5",
"version": "5.0.6",
"license": "MIT",
"description": "provides helper function to clone Inferno's vNodes",
"author": {
Expand Down Expand Up @@ -29,9 +29,9 @@
"inferno": "^5"
},
"devDependencies": {
"inferno": "5.0.5",
"inferno-shared": "5.0.5",
"inferno-vnode-flags": "5.0.5"
"inferno": "5.0.6",
"inferno-shared": "5.0.6",
"inferno-vnode-flags": "5.0.6"
},
"rollup": {
"bundledDependencies": [
Expand Down
16 changes: 8 additions & 8 deletions packages/inferno-compat/package.json
@@ -1,6 +1,6 @@
{
"name": "inferno-compat",
"version": "5.0.5",
"version": "5.0.6",
"license": "MIT",
"description": "Provides a compatibility with React codebases",
"author": {
Expand Down Expand Up @@ -31,13 +31,13 @@
"inferno-create-element": "^5"
},
"devDependencies": {
"inferno-clone-vnode": "5.0.5",
"inferno-create-class": "5.0.5",
"inferno-create-element": "5.0.5",
"inferno-hyperscript": "5.0.5",
"inferno-shared": "5.0.5",
"inferno-test-utils": "5.0.5",
"inferno-vnode-flags": "5.0.5"
"inferno-clone-vnode": "5.0.6",
"inferno-create-class": "5.0.6",
"inferno-create-element": "5.0.6",
"inferno-hyperscript": "5.0.6",
"inferno-shared": "5.0.6",
"inferno-test-utils": "5.0.6",
"inferno-vnode-flags": "5.0.6"
},
"rollup": {
"bundledDependencies": [
Expand Down
4 changes: 2 additions & 2 deletions packages/inferno-component/package.json
@@ -1,6 +1,6 @@
{
"name": "inferno-component",
"version": "5.0.5",
"version": "5.0.6",
"license": "MIT",
"description": "Inferno ES6 Component",
"author": {
Expand All @@ -24,6 +24,6 @@
"typings": "dist/index.d.ts",
"repository": "https://github.com/infernojs/inferno",
"dependencies": {
"inferno": "5.0.5"
"inferno": "5.0.6"
}
}
8 changes: 4 additions & 4 deletions packages/inferno-create-class/package.json
@@ -1,6 +1,6 @@
{
"name": "inferno-create-class",
"version": "5.0.5",
"version": "5.0.6",
"license": "MIT",
"description": "Provides a helper to create Inferno Components without needing ES2015",
"author": {
Expand Down Expand Up @@ -29,9 +29,9 @@
"inferno": "^5"
},
"devDependencies": {
"inferno": "5.0.5",
"inferno-create-element": "5.0.5",
"inferno-shared": "5.0.5"
"inferno": "5.0.6",
"inferno-create-element": "5.0.6",
"inferno-shared": "5.0.6"
},
"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": "5.0.5",
"version": "5.0.6",
"license": "MIT",
"description": "Provides methods to create Inferno VNodes",
"author": {
Expand Down Expand Up @@ -28,9 +28,9 @@
"inferno": "^5"
},
"devDependencies": {
"inferno": "5.0.5",
"inferno-shared": "5.0.5",
"inferno-vnode-flags": "5.0.5"
"inferno": "5.0.6",
"inferno-shared": "5.0.6",
"inferno-vnode-flags": "5.0.6"
},
"rollup": {
"bundledDependencies": [
Expand Down
8 changes: 4 additions & 4 deletions packages/inferno-devtools/package.json
@@ -1,6 +1,6 @@
{
"name": "inferno-devtools",
"version": "5.0.5",
"version": "5.0.6",
"license": "MIT",
"description": "Provides support for React's Dev Tools for Inferno",
"author": {
Expand Down Expand Up @@ -28,9 +28,9 @@
"inferno": "^5"
},
"devDependencies": {
"inferno": "5.0.5",
"inferno-shared": "5.0.5",
"inferno-vnode-flags": "5.0.5"
"inferno": "5.0.6",
"inferno-shared": "5.0.6",
"inferno-vnode-flags": "5.0.6"
},
"rollup": {
"bundledDependencies": [
Expand Down
8 changes: 4 additions & 4 deletions packages/inferno-hyperscript/package.json
@@ -1,6 +1,6 @@
{
"name": "inferno-hyperscript",
"version": "5.0.5",
"version": "5.0.6",
"license": "MIT",
"description": "Bridging hyperscript to InfernoJS",
"author": "Terin Stock <terinjokes@gmail.com> (https://terinstock.com/)",
Expand All @@ -21,9 +21,9 @@
"inferno": "^5"
},
"devDependencies": {
"inferno": "5.0.5",
"inferno-shared": "5.0.5",
"inferno-vnode-flags": "5.0.5"
"inferno": "5.0.6",
"inferno-shared": "5.0.6",
"inferno-vnode-flags": "5.0.6"
},
"rollup": {
"bundledDependencies": [
Expand Down
10 changes: 5 additions & 5 deletions packages/inferno-mobx/package.json
@@ -1,6 +1,6 @@
{
"name": "inferno-mobx",
"version": "5.0.5",
"version": "5.0.6",
"license": "MIT",
"description": "Official Inferno bindings for Mobx",
"author": {
Expand Down Expand Up @@ -35,10 +35,10 @@
},
"dependencies": {
"hoist-non-inferno-statics": "^1.1.3",
"inferno": "5.0.5",
"inferno-create-class": "5.0.5",
"inferno-create-element": "5.0.5",
"inferno-shared": "5.0.5"
"inferno": "5.0.6",
"inferno-create-class": "5.0.6",
"inferno-create-element": "5.0.6",
"inferno-shared": "5.0.6"
},
"rollup": {
"bundledDependencies": [
Expand Down
8 changes: 4 additions & 4 deletions packages/inferno-redux/package.json
@@ -1,6 +1,6 @@
{
"name": "inferno-redux",
"version": "5.0.5",
"version": "5.0.6",
"license": "MIT",
"description": "Official Inferno bindings for Redux",
"author": {
Expand Down Expand Up @@ -32,11 +32,11 @@
},
"dependencies": {
"hoist-non-inferno-statics": "^1.1.3",
"inferno-shared": "5.0.5"
"inferno-shared": "5.0.6"
},
"devDependencies": {
"inferno-create-class": "5.0.5",
"inferno-create-element": "5.0.5",
"inferno-create-class": "5.0.6",
"inferno-create-element": "5.0.6",
"redux": "*"
},
"rollup": {
Expand Down
10 changes: 5 additions & 5 deletions packages/inferno-router/package.json
@@ -1,6 +1,6 @@
{
"name": "inferno-router",
"version": "5.0.5",
"version": "5.0.6",
"license": "MIT",
"description": "Provides routing functionality for Inferno",
"author": {
Expand Down Expand Up @@ -36,13 +36,13 @@
"dependencies": {
"history": "^4.7.2",
"hoist-non-inferno-statics": "^1.1.3",
"inferno": "5.0.5",
"inferno-clone-vnode": "5.0.5",
"inferno-shared": "5.0.5",
"inferno": "5.0.6",
"inferno-clone-vnode": "5.0.6",
"inferno-shared": "5.0.6",
"path-to-regexp-es6": "1.7.0"
},
"devDependencies": {
"inferno-vnode-flags": "5.0.5"
"inferno-vnode-flags": "5.0.6"
},
"rollup": {
"bundledDependencies": [
Expand Down
12 changes: 6 additions & 6 deletions packages/inferno-server/package.json
@@ -1,6 +1,6 @@
{
"name": "inferno-server",
"version": "5.0.5",
"version": "5.0.6",
"license": "MIT",
"description": "Provides methods to render HTML strings from Inferno elements",
"author": {
Expand Down Expand Up @@ -37,11 +37,11 @@
"inferno": "^5"
},
"devDependencies": {
"inferno": "5.0.5",
"inferno-create-class": "5.0.5",
"inferno-create-element": "5.0.5",
"inferno-shared": "5.0.5",
"inferno-vnode-flags": "5.0.5"
"inferno": "5.0.6",
"inferno-create-class": "5.0.6",
"inferno-create-element": "5.0.6",
"inferno-shared": "5.0.6",
"inferno-vnode-flags": "5.0.6"
},
"rollup": {
"bundledDependencies": [
Expand Down
2 changes: 1 addition & 1 deletion packages/inferno-shared/package.json
@@ -1,6 +1,6 @@
{
"name": "inferno-shared",
"version": "5.0.5",
"version": "5.0.6",
"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": "5.0.5",
"version": "5.0.6",
"license": "MIT",
"description": "Suite of utilities for testing Inferno applications",
"author": {
Expand All @@ -24,9 +24,9 @@
"inferno": "^5"
},
"devDependencies": {
"inferno": "5.0.5",
"inferno-shared": "5.0.5",
"inferno-vnode-flags": "5.0.5"
"inferno": "5.0.6",
"inferno-shared": "5.0.6",
"inferno-vnode-flags": "5.0.6"
},
"rollup": {
"bundledDependencies": [
Expand Down
2 changes: 1 addition & 1 deletion packages/inferno-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "inferno-utils",
"version": "5.0.5",
"version": "5.0.6",
"description": "Meta test utilities which are not for userland",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
2 changes: 1 addition & 1 deletion packages/inferno-vnode-flags/package.json
@@ -1,6 +1,6 @@
{
"name": "inferno-vnode-flags",
"version": "5.0.5",
"version": "5.0.6",
"license": "MIT",
"description": "Provides an enum of all possible VNode Flags used when calling Inferno.createVNode",
"author": {
Expand Down
8 changes: 4 additions & 4 deletions packages/inferno/package.json
@@ -1,6 +1,6 @@
{
"name": "inferno",
"version": "5.0.5",
"version": "5.0.6",
"license": "MIT",
"description": "An extremely fast, React-like JavaScript library for building modern user interfaces",
"author": {
Expand Down Expand Up @@ -46,11 +46,11 @@
"typings": "dist/index.d.ts",
"repository": "https://github.com/infernojs/inferno",
"devDependencies": {
"inferno-utils": "5.0.5"
"inferno-utils": "5.0.6"
},
"dependencies": {
"inferno-shared": "5.0.5",
"inferno-vnode-flags": "5.0.5",
"inferno-shared": "5.0.6",
"inferno-vnode-flags": "5.0.6",
"opencollective": "^1.0.3"
}
}

0 comments on commit 9f40c7d

Please sign in to comment.