Skip to content

Commit

Permalink
v3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Havunen committed Apr 19, 2017
1 parent 2f48730 commit acc4cba
Show file tree
Hide file tree
Showing 13 changed files with 47 additions and 47 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "3.0.4",
"version": "3.0.5",
"changelog": {
"repo": "infernojs/inferno",
"labels": {
Expand Down
12 changes: 6 additions & 6 deletions packages/inferno-compat/package.json
@@ -1,6 +1,6 @@
{
"name": "inferno-compat",
"version": "3.0.4",
"version": "3.0.5",
"license": "MIT",
"description": "Provides a compatibility with React codebases",
"author": {
Expand All @@ -23,17 +23,17 @@
"user interfaces"
],
"dependencies": {
"inferno": "3.0.4",
"inferno-component": "3.0.4",
"inferno-create-class": "3.0.4",
"inferno-create-element": "3.0.4",
"inferno": "3.0.5",
"inferno-component": "3.0.5",
"inferno-create-class": "3.0.5",
"inferno-create-element": "3.0.5",
"inferno-shared": "^3.0.0",
"inferno-transition-group": "1.1.1",
"inferno-vnode-flags": "^3.0.0",
"rc-css-transition-group-modern": "^2.1.6"
},
"devDependencies": {
"inferno-hyperscript": "3.0.4"
"inferno-hyperscript": "3.0.5"
},
"rollup": {
"bundledDependencies": [
Expand Down
4 changes: 2 additions & 2 deletions packages/inferno-component/package.json
@@ -1,6 +1,6 @@
{
"name": "inferno-component",
"version": "3.0.4",
"version": "3.0.5",
"license": "MIT",
"description": "Provides ES2015 stateful components (with lifecycle events) to Inferno",
"author": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"rollup"
],
"dependencies": {
"inferno": "3.0.4",
"inferno": "3.0.5",
"inferno-shared": "^3.0.0",
"inferno-vnode-flags": "^3.0.0"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/inferno-create-class/package.json
@@ -1,6 +1,6 @@
{
"name": "inferno-create-class",
"version": "3.0.4",
"version": "3.0.5",
"license": "MIT",
"description": "Provides a helper to create Inferno Components without needing ES2015",
"author": {
Expand All @@ -23,12 +23,12 @@
"user interfaces"
],
"dependencies": {
"inferno-component": "3.0.4",
"inferno-component": "3.0.5",
"inferno-shared": "^3.0.0"
},
"devDependencies": {
"inferno": "3.0.4",
"inferno-create-element": "3.0.4"
"inferno": "3.0.5",
"inferno-create-element": "3.0.5"
},
"rollup": {
"bundledDependencies": [
Expand Down
6 changes: 3 additions & 3 deletions packages/inferno-create-element/package.json
@@ -1,6 +1,6 @@
{
"name": "inferno-create-element",
"version": "3.0.4",
"version": "3.0.5",
"license": "MIT",
"description": "Provides methods to create Inferno VNodes",
"author": {
Expand All @@ -23,8 +23,8 @@
"user interfaces"
],
"dependencies": {
"inferno": "3.0.4",
"inferno-component": "3.0.4",
"inferno": "3.0.5",
"inferno-component": "3.0.5",
"inferno-shared": "^3.0.0",
"inferno-vnode-flags": "^3.0.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/inferno-devtools/package.json
@@ -1,6 +1,6 @@
{
"name": "inferno-devtools",
"version": "3.0.4",
"version": "3.0.5",
"license": "MIT",
"description": "Provides support for React's Dev Tools for Inferno",
"author": {
Expand All @@ -24,8 +24,8 @@
],
"repository": "https://github.com/infernojs/inferno",
"dependencies": {
"inferno": "3.0.4",
"inferno-component": "3.0.4",
"inferno": "3.0.5",
"inferno-component": "3.0.5",
"inferno-shared": "^3.0.0",
"inferno-vnode-flags": "^3.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/inferno-hyperscript/package.json
@@ -1,6 +1,6 @@
{
"name": "inferno-hyperscript",
"version": "3.0.4",
"version": "3.0.5",
"license": "MIT",
"description": "Bridging hyperscript to InfernoJS",
"author": "Terin Stock <terinjokes@gmail.com> (https://terinstock.com/)",
Expand All @@ -17,7 +17,7 @@
],
"repository": "https://github.com/infernojs/inferno",
"dependencies": {
"inferno": "3.0.4",
"inferno": "3.0.5",
"inferno-shared": "^3.0.0",
"inferno-vnode-flags": "^3.0.0"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/inferno-mobx/package.json
@@ -1,6 +1,6 @@
{
"name": "inferno-mobx",
"version": "3.0.4",
"version": "3.0.5",
"license": "MIT",
"description": "Official Inferno bindings for Mobx",
"author": {
Expand All @@ -27,10 +27,10 @@
"repository": "https://github.com/infernojs/inferno",
"dependencies": {
"hoist-non-inferno-statics": "^1.1.3",
"inferno": "3.0.4",
"inferno-component": "3.0.4",
"inferno-create-class": "3.0.4",
"inferno-create-element": "3.0.4",
"inferno": "3.0.5",
"inferno-component": "3.0.5",
"inferno-create-class": "3.0.5",
"inferno-create-element": "3.0.5",
"inferno-shared": "^3.0.0",
"mobx": "*"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/inferno-redux/package.json
@@ -1,6 +1,6 @@
{
"name": "inferno-redux",
"version": "3.0.4",
"version": "3.0.5",
"license": "MIT",
"description": "Official Inferno bindings for Redux",
"author": {
Expand All @@ -26,14 +26,14 @@
"repository": "https://github.com/infernojs/inferno",
"dependencies": {
"hoist-non-inferno-statics": "^1.1.3",
"inferno": "3.0.4",
"inferno-component": "3.0.4",
"inferno-create-element": "3.0.4",
"inferno": "3.0.5",
"inferno-component": "3.0.5",
"inferno-create-element": "3.0.5",
"inferno-shared": "^3.0.0",
"redux": "*"
},
"devDependencies": {
"inferno-router": "3.0.4"
"inferno-router": "3.0.5"
},
"rollup": {
"bundledDependencies": [
Expand Down
8 changes: 4 additions & 4 deletions packages/inferno-router/package.json
@@ -1,6 +1,6 @@
{
"name": "inferno-router",
"version": "3.0.4",
"version": "3.0.5",
"license": "MIT",
"description": "Provides routing functionality for Inferno",
"author": {
Expand All @@ -26,9 +26,9 @@
"repository": "https://github.com/infernojs/inferno",
"dependencies": {
"history": "^4.6.1",
"inferno": "3.0.4",
"inferno-component": "3.0.4",
"inferno-create-element": "3.0.4",
"inferno": "3.0.5",
"inferno-component": "3.0.5",
"inferno-create-element": "3.0.5",
"inferno-shared": "^3.0.0",
"inferno-vnode-flags": "^3.0.0",
"path-to-regexp-es6": "0.0.2"
Expand Down
10 changes: 5 additions & 5 deletions packages/inferno-server/package.json
@@ -1,6 +1,6 @@
{
"name": "inferno-server",
"version": "3.0.4",
"version": "3.0.5",
"license": "MIT",
"description": "Provides methods to render HTML strings from Inferno elements",
"author": {
Expand Down Expand Up @@ -30,14 +30,14 @@
"typings": "dist/index.d.ts",
"repository": "https://github.com/infernojs/inferno",
"dependencies": {
"inferno": "3.0.4",
"inferno": "3.0.5",
"inferno-shared": "^3.0.0",
"inferno-vnode-flags": "^3.0.0"
},
"devDependencies": {
"inferno-component": "3.0.4",
"inferno-create-class": "3.0.4",
"inferno-create-element": "3.0.4"
"inferno-component": "3.0.5",
"inferno-create-class": "3.0.5",
"inferno-create-element": "3.0.5"
},
"rollup": {
"bundledDependencies": [
Expand Down
12 changes: 6 additions & 6 deletions packages/inferno-test-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "inferno-test-utils",
"version": "3.0.4",
"version": "3.0.5",
"license": "MIT",
"description": "Suite of utilities for testing Inferno applications",
"author": {
Expand All @@ -21,15 +21,15 @@
"utils"
],
"dependencies": {
"inferno": "3.0.4",
"inferno-create-class": "3.0.4",
"inferno-create-element": "3.0.4",
"inferno": "3.0.5",
"inferno-create-class": "3.0.5",
"inferno-create-element": "3.0.5",
"inferno-shared": "^3.0.0",
"inferno-vnode-flags": "^3.0.0"
},
"devDependencies": {
"inferno-component": "3.0.4",
"inferno-server": "3.0.4"
"inferno-component": "3.0.5",
"inferno-server": "3.0.5"
},
"rollup": {
"bundledDependencies": [
Expand Down
2 changes: 1 addition & 1 deletion packages/inferno/package.json
@@ -1,6 +1,6 @@
{
"name": "inferno",
"version": "3.0.4",
"version": "3.0.5",
"license": "MIT",
"description": "An extremely fast, React-like JavaScript library for building modern user interfaces",
"author": {
Expand Down

0 comments on commit acc4cba

Please sign in to comment.