Skip to content

Commit

Permalink
updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
trueadm committed Aug 9, 2016
1 parent 4c40cfb commit 4ba2027
Show file tree
Hide file tree
Showing 12 changed files with 27 additions and 27 deletions.
14 changes: 7 additions & 7 deletions README.md
Expand Up @@ -83,13 +83,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/0.7.24/inferno.min.js
https://cdnjs.cloudflare.com/ajax/libs/inferno/0.7.24/inferno-create-element.min.js
https://cdnjs.cloudflare.com/ajax/libs/inferno/0.7.24/inferno-create-class.min.js
https://cdnjs.cloudflare.com/ajax/libs/inferno/0.7.24/inferno-component.min.js
https://cdnjs.cloudflare.com/ajax/libs/inferno/0.7.24/inferno-dom.min.js
https://cdnjs.cloudflare.com/ajax/libs/inferno/0.7.24/inferno-server.min.js
https://cdnjs.cloudflare.com/ajax/libs/inferno/0.7.24/inferno-router.min.js
https://cdnjs.cloudflare.com/ajax/libs/inferno/0.7.26/inferno.min.js
https://cdnjs.cloudflare.com/ajax/libs/inferno/0.7.26/inferno-create-element.min.js
https://cdnjs.cloudflare.com/ajax/libs/inferno/0.7.26/inferno-create-class.min.js
https://cdnjs.cloudflare.com/ajax/libs/inferno/0.7.26/inferno-component.min.js
https://cdnjs.cloudflare.com/ajax/libs/inferno/0.7.26/inferno-dom.min.js
https://cdnjs.cloudflare.com/ajax/libs/inferno/0.7.26/inferno-server.min.js
https://cdnjs.cloudflare.com/ajax/libs/inferno/0.7.26/inferno-router.min.js
```

## Overview
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "inferno-src",
"license": "MIT",
"version": "0.7.25",
"version": "0.7.26",
"author": {
"name": "Dominic Gannaway",
"email": "dg@domgan.com"
Expand Down
4 changes: 2 additions & 2 deletions packages/inferno-compat/package.json
@@ -1,6 +1,6 @@
{
"name": "inferno-compat",
"version": "0.7.25",
"version": "0.7.26",
"license": "MIT",
"description": "Provides a compatibility with React codebases",
"author": {
Expand All @@ -21,7 +21,7 @@
"user interfaces"
],
"dependencies": {
"inferno": "^0.7.25",
"inferno": "^0.7.26",
"proptypes": "^0.14.3"
}
}
4 changes: 2 additions & 2 deletions packages/inferno-component/package.json
@@ -1,6 +1,6 @@
{
"name": "inferno-component",
"version": "0.7.25",
"version": "0.7.26",
"license": "MIT",
"description": "Provides ES2015 stateful components (with lifecycle events) to Inferno",
"author": {
Expand All @@ -27,6 +27,6 @@
"rollup"
],
"dependencies": {
"inferno": "^0.7.25"
"inferno": "^0.7.26"
}
}
4 changes: 2 additions & 2 deletions packages/inferno-create-class/package.json
@@ -1,6 +1,6 @@
{
"name": "inferno-create-class",
"version": "0.7.25",
"version": "0.7.26",
"license": "MIT",
"description": "Provides a helper to create Inferno Components without needing ES2015",
"author": {
Expand All @@ -21,6 +21,6 @@
"user interfaces"
],
"dependencies": {
"inferno": "^0.7.25"
"inferno": "^0.7.26"
}
}
4 changes: 2 additions & 2 deletions packages/inferno-create-element/package.json
@@ -1,6 +1,6 @@
{
"name": "inferno-create-element",
"version": "0.7.25",
"version": "0.7.26",
"license": "MIT",
"description": "Provides methods to create Inferno VNodes",
"author": {
Expand All @@ -21,6 +21,6 @@
"user interfaces"
],
"dependencies": {
"inferno": "^0.7.25"
"inferno": "^0.7.26"
}
}
4 changes: 2 additions & 2 deletions packages/inferno-dom/package.json
@@ -1,6 +1,6 @@
{
"name": "inferno-dom",
"version": "0.7.25",
"version": "0.7.26",
"license": "MIT",
"description": "Provides methods to render DOM nodes from Inferno elements",
"author": {
Expand All @@ -22,6 +22,6 @@
],
"repository": "https://github.com/trueadm/inferno",
"dependencies": {
"inferno": "^0.7.25"
"inferno": "^0.7.26"
}
}
4 changes: 2 additions & 2 deletions packages/inferno-redux/package.json
@@ -1,6 +1,6 @@
{
"name": "inferno-redux",
"version": "0.7.25",
"version": "0.7.26",
"license": "MIT",
"description": "Official Inferno bindings for Redux",
"author": {
Expand All @@ -23,6 +23,6 @@
],
"repository": "https://github.com/trueadm/inferno",
"dependencies": {
"inferno": "^0.7.25"
"inferno": "^0.7.26"
}
}
4 changes: 2 additions & 2 deletions packages/inferno-router/package.json
@@ -1,6 +1,6 @@
{
"name": "inferno-router",
"version": "0.7.25",
"version": "0.7.26",
"license": "MIT",
"description": "Provides routing functionality for Inferno",
"author": {
Expand All @@ -23,6 +23,6 @@
],
"repository": "https://github.com/trueadm/inferno",
"dependencies": {
"inferno": "^0.7.25"
"inferno": "^0.7.26"
}
}
4 changes: 2 additions & 2 deletions packages/inferno-server/package.json
@@ -1,6 +1,6 @@
{
"name": "inferno-server",
"version": "0.7.25",
"version": "0.7.26",
"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/trueadm/inferno",
"dependencies": {
"inferno": "^0.7.25"
"inferno": "^0.7.26"
}
}
4 changes: 2 additions & 2 deletions packages/inferno-test-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "inferno-test-utils",
"version": "0.7.25",
"version": "0.7.26",
"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": "^0.7.25"
"inferno": "^0.7.26"
},
"main": "inferno-test-utils.js",
"repository": "https://github.com/trueadm/inferno"
Expand Down
2 changes: 1 addition & 1 deletion packages/inferno/package.json
@@ -1,6 +1,6 @@
{
"name": "inferno",
"version": "0.7.25",
"version": "0.7.26",
"license": "MIT",
"description": "An extremely fast, isomorphic JavaScript library for building modern user interfaces",
"author": {
Expand Down

0 comments on commit 4ba2027

Please sign in to comment.