Skip to content

Commit

Permalink
v4.0.0-13
Browse files Browse the repository at this point in the history
  • Loading branch information
Havunen committed Jan 18, 2018
1 parent f83ba74 commit 775b797
Show file tree
Hide file tree
Showing 16 changed files with 61 additions and 61 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -8,5 +8,5 @@
"packages": [
"packages/*"
],
"version": "4.0.0-12"
"version": "4.0.0-13"
}
6 changes: 3 additions & 3 deletions packages/inferno-clone-vnode/package.json
@@ -1,6 +1,6 @@
{
"name": "inferno-clone-vnode",
"version": "4.0.0-12",
"version": "4.0.0-13",
"license": "MIT",
"description": "provides helper function to clone Inferno's vNodes",
"author": {
Expand Down Expand Up @@ -28,8 +28,8 @@
"inferno": ">=4"
},
"devDependencies": {
"inferno": "4.0.0-12",
"inferno-shared": "4.0.0-12"
"inferno": "4.0.0-13",
"inferno-shared": "4.0.0-13"
},
"rollup": {
"bundledDependencies": [
Expand Down
18 changes: 9 additions & 9 deletions packages/inferno-compat/package.json
@@ -1,6 +1,6 @@
{
"name": "inferno-compat",
"version": "4.0.0-12",
"version": "4.0.0-13",
"license": "MIT",
"description": "Provides a compatibility with React codebases",
"author": {
Expand Down Expand Up @@ -31,18 +31,18 @@
"inferno-create-element": ">=4"
},
"dependencies": {
"inferno": "4.0.0-12",
"inferno": "4.0.0-13",
"inferno-transition-group": "next",
"rc-css-transition-group-modern": "^2.1.6"
},
"devDependencies": {
"inferno-clone-vnode": "4.0.0-12",
"inferno-create-class": "4.0.0-12",
"inferno-create-element": "4.0.0-12",
"inferno-hyperscript": "4.0.0-12",
"inferno-shared": "4.0.0-12",
"inferno-test-utils": "4.0.0-12",
"inferno-vnode-flags": "4.0.0-12"
"inferno-clone-vnode": "4.0.0-13",
"inferno-create-class": "4.0.0-13",
"inferno-create-element": "4.0.0-13",
"inferno-hyperscript": "4.0.0-13",
"inferno-shared": "4.0.0-13",
"inferno-test-utils": "4.0.0-13",
"inferno-vnode-flags": "4.0.0-13"
},
"rollup": {
"bundledDependencies": [
Expand Down
8 changes: 4 additions & 4 deletions packages/inferno-create-class/package.json
@@ -1,6 +1,6 @@
{
"name": "inferno-create-class",
"version": "4.0.0-12",
"version": "4.0.0-13",
"license": "MIT",
"description": "Provides a helper to create Inferno Components without needing ES2015",
"author": {
Expand Down Expand Up @@ -28,9 +28,9 @@
"inferno": ">=4"
},
"devDependencies": {
"inferno": "4.0.0-12",
"inferno-create-element": "4.0.0-12",
"inferno-shared": "4.0.0-12"
"inferno": "4.0.0-13",
"inferno-create-element": "4.0.0-13",
"inferno-shared": "4.0.0-13"
},
"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": "4.0.0-12",
"version": "4.0.0-13",
"license": "MIT",
"description": "Provides methods to create Inferno VNodes",
"author": {
Expand All @@ -27,9 +27,9 @@
"inferno": ">=4"
},
"devDependencies": {
"inferno": "4.0.0-12",
"inferno-shared": "4.0.0-12",
"inferno-vnode-flags": "4.0.0-12"
"inferno": "4.0.0-13",
"inferno-shared": "4.0.0-13",
"inferno-vnode-flags": "4.0.0-13"
},
"rollup": {
"bundledDependencies": [
Expand Down
8 changes: 4 additions & 4 deletions packages/inferno-devtools/package.json
@@ -1,6 +1,6 @@
{
"name": "inferno-devtools",
"version": "4.0.0-12",
"version": "4.0.0-13",
"license": "MIT",
"description": "Provides support for React's Dev Tools for Inferno",
"author": {
Expand All @@ -27,9 +27,9 @@
"inferno": ">=4"
},
"devDependencies": {
"inferno": "4.0.0-12",
"inferno-shared": "4.0.0-12",
"inferno-vnode-flags": "4.0.0-12"
"inferno": "4.0.0-13",
"inferno-shared": "4.0.0-13",
"inferno-vnode-flags": "4.0.0-13"
},
"rollup": {
"bundledDependencies": [
Expand Down
8 changes: 4 additions & 4 deletions packages/inferno-hyperscript/package.json
@@ -1,6 +1,6 @@
{
"name": "inferno-hyperscript",
"version": "4.0.0-12",
"version": "4.0.0-13",
"license": "MIT",
"description": "Bridging hyperscript to InfernoJS",
"author": "Terin Stock <terinjokes@gmail.com> (https://terinstock.com/)",
Expand All @@ -20,9 +20,9 @@
"inferno": ">=4"
},
"devDependencies": {
"inferno": "4.0.0-12",
"inferno-shared": "4.0.0-12",
"inferno-vnode-flags": "4.0.0-12"
"inferno": "4.0.0-13",
"inferno-shared": "4.0.0-13",
"inferno-vnode-flags": "4.0.0-13"
},
"rollup": {
"bundledDependencies": [
Expand Down
12 changes: 6 additions & 6 deletions packages/inferno-mobx/package.json
@@ -1,6 +1,6 @@
{
"name": "inferno-mobx",
"version": "4.0.0-12",
"version": "4.0.0-13",
"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": "4.0.0-12",
"inferno-create-class": "4.0.0-12",
"inferno-create-element": "4.0.0-12",
"inferno-server": "4.0.0-12",
"inferno-shared": "4.0.0-12",
"inferno": "4.0.0-13",
"inferno-create-class": "4.0.0-13",
"inferno-create-element": "4.0.0-13",
"inferno-server": "4.0.0-13",
"inferno-shared": "4.0.0-13",
"mobx": ">=3.0.0"
},
"rollup": {
Expand Down
8 changes: 4 additions & 4 deletions packages/inferno-redux/package.json
@@ -1,6 +1,6 @@
{
"name": "inferno-redux",
"version": "4.0.0-12",
"version": "4.0.0-13",
"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": "4.0.0-12"
"inferno-shared": "4.0.0-13"
},
"devDependencies": {
"inferno-create-class": "4.0.0-12",
"inferno-create-element": "4.0.0-12",
"inferno-create-class": "4.0.0-13",
"inferno-create-element": "4.0.0-13",
"redux": "*"
},
"rollup": {
Expand Down
8 changes: 4 additions & 4 deletions packages/inferno-router/package.json
@@ -1,6 +1,6 @@
{
"name": "inferno-router",
"version": "4.0.0-12",
"version": "4.0.0-13",
"license": "MIT",
"description": "Provides routing functionality for Inferno",
"author": {
Expand Down Expand Up @@ -36,9 +36,9 @@
"dependencies": {
"history": "^4.7.2",
"hoist-non-inferno-statics": "^1.1.3",
"inferno": "4.0.0-12",
"inferno-shared": "4.0.0-12",
"inferno-vnode-flags": "4.0.0-12",
"inferno": "4.0.0-13",
"inferno-shared": "4.0.0-13",
"inferno-vnode-flags": "4.0.0-13",
"path-to-regexp-es6": "1.7.0"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions packages/inferno-server/package.json
@@ -1,6 +1,6 @@
{
"name": "inferno-server",
"version": "4.0.0-12",
"version": "4.0.0-13",
"license": "MIT",
"description": "Provides methods to render HTML strings from Inferno elements",
"author": {
Expand Down Expand Up @@ -37,11 +37,11 @@
"inferno": ">=4"
},
"devDependencies": {
"inferno": "4.0.0-12",
"inferno-create-class": "4.0.0-12",
"inferno-create-element": "4.0.0-12",
"inferno-shared": "4.0.0-12",
"inferno-vnode-flags": "4.0.0-12"
"inferno": "4.0.0-13",
"inferno-create-class": "4.0.0-13",
"inferno-create-element": "4.0.0-13",
"inferno-shared": "4.0.0-13",
"inferno-vnode-flags": "4.0.0-13"
},
"rollup": {
"bundledDependencies": [
Expand Down
2 changes: 1 addition & 1 deletion packages/inferno-shared/package.json
@@ -1,6 +1,6 @@
{
"name": "inferno-shared",
"version": "4.0.0-12",
"version": "4.0.0-13",
"license": "MIT",
"description": "Helpers functions for Inferno",
"author": {
Expand Down
10 changes: 5 additions & 5 deletions packages/inferno-test-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "inferno-test-utils",
"version": "4.0.0-12",
"version": "4.0.0-13",
"license": "MIT",
"description": "Suite of utilities for testing Inferno applications",
"author": {
Expand All @@ -24,10 +24,10 @@
"inferno": ">=4"
},
"devDependencies": {
"inferno": "4.0.0-12",
"inferno-server": "4.0.0-12",
"inferno-shared": "4.0.0-12",
"inferno-vnode-flags": "4.0.0-12"
"inferno": "4.0.0-13",
"inferno-server": "4.0.0-13",
"inferno-shared": "4.0.0-13",
"inferno-vnode-flags": "4.0.0-13"
},
"rollup": {
"bundledDependencies": [
Expand Down
2 changes: 1 addition & 1 deletion packages/inferno-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "inferno-utils",
"version": "4.0.0-12",
"version": "4.0.0-13",
"description": "Meta test utilities which are not for userland",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/inferno-vnode-flags/package.json
@@ -1,6 +1,6 @@
{
"name": "inferno-vnode-flags",
"version": "4.0.0-12",
"version": "4.0.0-13",
"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": "4.0.0-12",
"version": "4.0.0-13",
"license": "MIT",
"description": "An extremely fast, React-like JavaScript library for building modern user interfaces",
"author": {
Expand Down Expand Up @@ -39,10 +39,10 @@
"typings": "dist/index.d.ts",
"repository": "https://github.com/infernojs/inferno",
"devDependencies": {
"inferno-shared": "4.0.0-12",
"inferno-utils": "4.0.0-12"
"inferno-shared": "4.0.0-13",
"inferno-utils": "4.0.0-13"
},
"dependencies": {
"inferno-vnode-flags": "4.0.0-12"
"inferno-vnode-flags": "4.0.0-13"
}
}

0 comments on commit 775b797

Please sign in to comment.