Skip to content

Commit

Permalink
bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Havunen committed Jan 7, 2017
1 parent 6665e2f commit a3a0332
Show file tree
Hide file tree
Showing 42 changed files with 66 additions and 66 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,13 @@ npm install --save inferno-router
Pre-bundled files for browser consumption can be found on [our cdnjs](https://cdnjs.com/libraries/inferno):

```
https://cdnjs.cloudflare.com/ajax/libs/inferno/1.0.8/inferno.min.js
https://cdnjs.cloudflare.com/ajax/libs/inferno/1.1.0/inferno.min.js
```

Or on unpkg.com:

```
https://unpkg.com/inferno@1.0.8/dist/inferno.min.js
https://unpkg.com/inferno@1.1.0/dist/inferno.min.js
```

### Creating Virtual DOM
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "inferno-build",
"private": true,
"license": "MIT",
"version": "1.0.8",
"version": "1.1.0",
"author": {
"name": "Dominic Gannaway",
"email": "[email protected]"
Expand Down
6 changes: 3 additions & 3 deletions packages/inferno-compat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inferno-compat",
"version": "1.0.8",
"version": "1.1.0",
"license": "MIT",
"description": "Provides a compatibility with React codebases",
"author": {
Expand All @@ -21,8 +21,8 @@
"user interfaces"
],
"dependencies": {
"inferno": "1.0.8",
"inferno-component": "1.0.8",
"inferno": "1.1.0",
"inferno-component": "1.1.0",
"inferno-transition-group": "1.1.0",
"rc-css-transition-group": "2.1.4",
"proptypes": "0.14.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/inferno-component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inferno-component",
"version": "1.0.8",
"version": "1.1.0",
"license": "MIT",
"description": "Provides ES2015 stateful components (with lifecycle events) to Inferno",
"author": {
Expand All @@ -27,7 +27,7 @@
"rollup"
],
"dependencies": {
"inferno": "1.0.8"
"inferno": "1.1.0"
},
"devDependencies": {
"typescript": "^2.0.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/inferno-create-class/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inferno-create-class",
"version": "1.0.8",
"version": "1.1.0",
"license": "MIT",
"description": "Provides a helper to create Inferno Components without needing ES2015",
"author": {
Expand All @@ -21,7 +21,7 @@
"user interfaces"
],
"dependencies": {
"inferno": "1.0.8",
"inferno-component": "1.0.8"
"inferno": "1.1.0",
"inferno-component": "1.1.0"
}
}
4 changes: 2 additions & 2 deletions packages/inferno-create-element/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inferno-create-element",
"version": "1.0.8",
"version": "1.1.0",
"license": "MIT",
"description": "Provides methods to create Inferno VNodes",
"author": {
Expand All @@ -21,6 +21,6 @@
"user interfaces"
],
"dependencies": {
"inferno": "1.0.8"
"inferno": "1.1.0"
}
}
6 changes: 3 additions & 3 deletions packages/inferno-devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inferno-devtools",
"version": "1.0.8",
"version": "1.1.0",
"license": "MIT",
"description": "Provides support for React's Dev Tools for Inferno",
"author": {
Expand All @@ -22,7 +22,7 @@
],
"repository": "https://github.com/infernojs/inferno",
"dependencies": {
"inferno": "1.0.8",
"inferno-component": "1.0.8"
"inferno": "1.1.0",
"inferno-component": "1.1.0"
}
}
4 changes: 2 additions & 2 deletions packages/inferno-dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inferno-dom",
"version": "1.0.8",
"version": "1.1.0",
"license": "MIT",
"description": "Provides methods to render DOM nodes from Inferno elements",
"author": {
Expand All @@ -22,6 +22,6 @@
],
"repository": "https://github.com/infernojs/inferno",
"dependencies": {
"inferno": "1.0.8"
"inferno": "1.1.0"
}
}
4 changes: 2 additions & 2 deletions packages/inferno-hyperscript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inferno-hyperscript",
"version": "1.0.8",
"version": "1.1.0",
"license": "MIT",
"description": "Bridging hyperscript to InfernoJS",
"author": "Terin Stock <[email protected]> (https://terinstock.com/)",
Expand All @@ -15,6 +15,6 @@
],
"repository": "https://github.com/infernojs/inferno",
"dependencies": {
"inferno": "1.0.8"
"inferno": "1.1.0"
}
}
10 changes: 5 additions & 5 deletions packages/inferno-mobx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inferno-mobx",
"version": "1.0.8",
"version": "1.1.0",
"license": "MIT",
"description": "Official Inferno bindings for Mobx",
"author": {
Expand All @@ -24,10 +24,10 @@
],
"repository": "https://github.com/infernojs/inferno",
"dependencies": {
"inferno": "1.0.8",
"inferno-component": "1.0.8",
"inferno-create-class": "1.0.8",
"inferno-create-element": "1.0.8",
"inferno": "1.1.0",
"inferno-component": "1.1.0",
"inferno-create-class": "1.1.0",
"inferno-create-element": "1.1.0",
"mobx": "*"
}
}
8 changes: 4 additions & 4 deletions packages/inferno-redux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inferno-redux",
"version": "1.0.8",
"version": "1.1.0",
"license": "MIT",
"description": "Official Inferno bindings for Redux",
"author": {
Expand All @@ -23,9 +23,9 @@
],
"repository": "https://github.com/infernojs/inferno",
"dependencies": {
"inferno": "1.0.8",
"inferno-component": "1.0.8",
"inferno-create-element": "1.0.8",
"inferno": "1.1.0",
"inferno-component": "1.1.0",
"inferno-create-element": "1.1.0",
"redux": "*"
}
}
8 changes: 4 additions & 4 deletions packages/inferno-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inferno-router",
"version": "1.0.8",
"version": "1.1.0",
"license": "MIT",
"description": "Provides routing functionality for Inferno",
"author": {
Expand All @@ -23,8 +23,8 @@
],
"repository": "https://github.com/infernojs/inferno",
"dependencies": {
"inferno": "1.0.8",
"inferno-component": "1.0.8",
"inferno-create-element": "1.0.8"
"inferno": "1.1.0",
"inferno-component": "1.1.0",
"inferno-create-element": "1.1.0"
}
}
4 changes: 2 additions & 2 deletions packages/inferno-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inferno-server",
"version": "1.0.8",
"version": "1.1.0",
"license": "MIT",
"description": "Provides methods to render HTML strings from Inferno elements",
"author": {
Expand Down Expand Up @@ -28,6 +28,6 @@
"main": "inferno-server.js",
"repository": "https://github.com/infernojs/inferno",
"dependencies": {
"inferno": "1.0.8"
"inferno": "1.1.0"
}
}
4 changes: 2 additions & 2 deletions packages/inferno-test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inferno-test-utils",
"version": "1.0.8",
"version": "1.1.0",
"license": "MIT",
"description": "Provides test utilities to help with creating and maintaining tests for Inferno applications",
"author": {
Expand All @@ -20,7 +20,7 @@
"user interfaces"
],
"dependencies": {
"inferno": "1.0.8"
"inferno": "1.1.0"
},
"main": "inferno-test-utils.js",
"repository": "https://github.com/infernojs/inferno"
Expand Down
4 changes: 2 additions & 2 deletions packages/inferno-vnode-flags/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inferno-vnode-flags",
"version": "1.0.8",
"version": "1.1.0",
"license": "MIT",
"description": "Provides an enum of all possible VNode Flags used when calling Inferno.createVNode",
"author": {
Expand Down Expand Up @@ -31,6 +31,6 @@
"main": "inferno-vnode-flags.js",
"repository": "https://github.com/infernojs/inferno",
"dependencies": {
"inferno": "1.0.8"
"inferno": "1.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/inferno/dist/inferno-compat.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* inferno-compat v1.0.8
* inferno-compat v1.1.0
* (c) 2017 Dominic Gannaway
* Released under the MIT License.
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/inferno/dist/inferno-compat.node.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* inferno-compat v1.0.8
* inferno-compat v1.1.0
* (c) 2017 Dominic Gannaway
* Released under the MIT License.
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/inferno/dist/inferno-component.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* inferno-component v1.0.8
* inferno-component v1.1.0
* (c) 2017 Dominic Gannaway
* Released under the MIT License.
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/inferno/dist/inferno-component.node.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* inferno-component v1.0.8
* inferno-component v1.1.0
* (c) 2017 Dominic Gannaway
* Released under the MIT License.
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/inferno/dist/inferno-create-class.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* inferno-create-class v1.0.8
* inferno-create-class v1.1.0
* (c) 2017 Dominic Gannaway
* Released under the MIT License.
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/inferno/dist/inferno-create-class.node.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* inferno-create-class v1.0.8
* inferno-create-class v1.1.0
* (c) 2017 Dominic Gannaway
* Released under the MIT License.
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/inferno/dist/inferno-create-element.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* inferno-create-element v1.0.8
* inferno-create-element v1.1.0
* (c) 2017 Dominic Gannaway
* Released under the MIT License.
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/inferno/dist/inferno-create-element.node.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* inferno-create-element v1.0.8
* inferno-create-element v1.1.0
* (c) 2017 Dominic Gannaway
* Released under the MIT License.
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/inferno/dist/inferno-devtools.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* inferno-devtools v1.0.8
* inferno-devtools v1.1.0
* (c) 2017 Dominic Gannaway
* Released under the MIT License.
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/inferno/dist/inferno-devtools.node.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* inferno-devtools v1.0.8
* inferno-devtools v1.1.0
* (c) 2017 Dominic Gannaway
* Released under the MIT License.
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/inferno/dist/inferno-hyperscript.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* inferno-hyperscript v1.0.8
* inferno-hyperscript v1.1.0
* (c) 2017 undefined
* Released under the MIT License.
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/inferno/dist/inferno-hyperscript.node.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* inferno-hyperscript v1.0.8
* inferno-hyperscript v1.1.0
* (c) 2017 undefined
* Released under the MIT License.
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/inferno/dist/inferno-mobx.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* inferno-mobx v1.0.8
* inferno-mobx v1.1.0
* (c) 2017 Ryan Megidov
* Released under the MIT License.
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/inferno/dist/inferno-mobx.node.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* inferno-mobx v1.0.8
* inferno-mobx v1.1.0
* (c) 2017 Ryan Megidov
* Released under the MIT License.
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/inferno/dist/inferno-redux.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* inferno-redux v1.0.8
* inferno-redux v1.1.0
* (c) 2017 Dominic Gannaway
* Released under the MIT License.
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/inferno/dist/inferno-redux.node.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* inferno-redux v1.0.8
* inferno-redux v1.1.0
* (c) 2017 Dominic Gannaway
* Released under the MIT License.
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/inferno/dist/inferno-router.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* inferno-router v1.0.8
* inferno-router v1.1.0
* (c) 2017 Dominic Gannaway
* Released under the MIT License.
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/inferno/dist/inferno-router.node.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* inferno-router v1.0.8
* inferno-router v1.1.0
* (c) 2017 Dominic Gannaway
* Released under the MIT License.
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/inferno/dist/inferno-server.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* inferno-server v1.0.8
* inferno-server v1.1.0
* (c) 2017 Dominic Gannaway
* Released under the MIT License.
*/
Expand Down
Loading

0 comments on commit a3a0332

Please sign in to comment.