Skip to content

Commit

Permalink
build: v0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lodin committed Nov 16, 2019
1 parent c4c56ef commit ac88cb0
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"packages": [
"packages/*"
],
"version": "0.14.1"
"version": "0.14.2"
}
2 changes: 1 addition & 1 deletion packages/context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@corpuscule/context",
"version": "0.14.0",
"version": "0.14.2",
"description": "DOM-dependent context for Corpuscule",
"main": "lib/index.js",
"module": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/element/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@corpuscule/element",
"version": "0.14.0",
"version": "0.14.2",
"description": "Custom Element rendering system for Corpuscule",
"main": "lib/index.js",
"module": "lib/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@corpuscule/form",
"version": "0.14.1",
"version": "0.14.2",
"description": "🏁 High performance subscription-based form state management for Corpuscule",
"main": "lib/index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
"validation"
],
"dependencies": {
"@corpuscule/context": "^0.14.0",
"@corpuscule/context": "^0.14.2",
"@corpuscule/utils": "^0.14.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/lit-html-renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@corpuscule/lit-html-renderer",
"version": "0.14.0",
"version": "0.14.2",
"description": "Lit-html renderer for Corpuscule",
"main": "lib/index.js",
"module": "lib/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/redux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@corpuscule/redux",
"version": "0.14.0",
"version": "0.14.2",
"description": "Redux connector for Corpuscule",
"main": "lib/index.js",
"module": "lib/index.js",
Expand All @@ -22,7 +22,7 @@
"url": "git+https://github.com/corpusculejs/corpuscule.git"
},
"dependencies": {
"@corpuscule/context": "^0.14.0",
"@corpuscule/context": "^0.14.2",
"@corpuscule/utils": "^0.14.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@corpuscule/router",
"version": "0.14.0",
"version": "0.14.2",
"description": "Routing utils for Corpuscule",
"main": "lib/index.js",
"module": "lib/index.js",
Expand All @@ -22,7 +22,7 @@
"url": "git+https://github.com/corpusculejs/corpuscule.git"
},
"dependencies": {
"@corpuscule/context": "^0.14.0",
"@corpuscule/context": "^0.14.2",
"@corpuscule/typings": "^0.14.0",
"@corpuscule/utils": "^0.14.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/storeon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@corpuscule/storeon",
"version": "0.14.0",
"version": "0.14.2",
"description": "Storeon connector for Corpuscule",
"main": "lib/index.js",
"module": "lib/index.js",
Expand All @@ -22,7 +22,7 @@
"url": "git+https://github.com/corpusculejs/corpuscule.git"
},
"dependencies": {
"@corpuscule/context": "^0.14.0",
"@corpuscule/context": "^0.14.2",
"@corpuscule/utils": "^0.14.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@corpuscule/styles",
"version": "0.14.1",
"version": "0.14.2",
"description": "Styling utils for Corpuscule",
"main": "lib/index.js",
"module": "lib/index.js",
Expand Down

0 comments on commit ac88cb0

Please sign in to comment.