Skip to content

Commit

Permalink
build: v0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lodin committed Mar 3, 2019
1 parent 914e1bc commit 97f6912
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 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.10.1"
"version": "0.10.2"
}
4 changes: 2 additions & 2 deletions packages/context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@corpuscule/context",
"version": "0.10.0",
"version": "0.10.2",
"description": "DOM-dependent context for Corpuscule",
"main": "lib/index.js",
"module": "lib/index.js",
Expand All @@ -19,7 +19,7 @@
"url": "git+https://github.com/corpusculejs/corpuscule.git"
},
"dependencies": {
"@corpuscule/utils": "^0.10.0"
"@corpuscule/utils": "^0.10.2"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/element/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@corpuscule/element",
"version": "0.10.0",
"version": "0.10.2",
"description": "Custom Element rendering system for Corpuscule",
"main": "lib/index.js",
"module": "lib/index.js",
Expand All @@ -19,7 +19,7 @@
"url": "git+https://github.com/corpusculejs/corpuscule.git"
},
"dependencies": {
"@corpuscule/utils": "^0.10.0"
"@corpuscule/utils": "^0.10.2"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@corpuscule/form",
"version": "0.10.1",
"version": "0.10.2",
"description": "🏁 High performance subscription-based form state management for Corpuscule",
"main": "lib/index.js",
"module": "lib/index.js",
Expand All @@ -26,9 +26,9 @@
"validation"
],
"dependencies": {
"@corpuscule/context": "^0.10.0",
"@corpuscule/context": "^0.10.2",
"@corpuscule/typings": "^0.10.0",
"@corpuscule/utils": "^0.10.0"
"@corpuscule/utils": "^0.10.2"
},
"peerDependencies": {
"final-form": "^4.11.0"
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.10.0",
"version": "0.10.2",
"description": "Lit-html renderer for Corpuscule",
"main": "lib/index.js",
"module": "lib/index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/redux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@corpuscule/redux",
"version": "0.10.0",
"version": "0.10.2",
"description": "Redux connector for Corpuscule",
"main": "lib/index.js",
"module": "lib/index.js",
Expand All @@ -19,8 +19,8 @@
"url": "git+https://github.com/corpusculejs/corpuscule.git"
},
"dependencies": {
"@corpuscule/context": "^0.10.0",
"@corpuscule/utils": "^0.10.0"
"@corpuscule/context": "^0.10.2",
"@corpuscule/utils": "^0.10.2"
},
"peerDependencies": {
"redux": "^4.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@corpuscule/router",
"version": "0.10.0",
"version": "0.10.2",
"description": "Routing utils for Corpuscule",
"main": "lib/index.js",
"module": "lib/index.js",
Expand All @@ -19,9 +19,9 @@
"url": "git+https://github.com/corpusculejs/corpuscule.git"
},
"dependencies": {
"@corpuscule/context": "^0.10.0",
"@corpuscule/context": "^0.10.2",
"@corpuscule/typings": "^0.10.0",
"@corpuscule/utils": "^0.10.0"
"@corpuscule/utils": "^0.10.2"
},
"peerDependencies": {
"universal-router": "^8.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@corpuscule/styles",
"version": "0.10.0",
"version": "0.10.2",
"description": "Styling utils for Corpuscule",
"main": "lib/index.js",
"module": "lib/index.js",
Expand All @@ -19,7 +19,7 @@
"url": "git+https://github.com/corpusculejs/corpuscule.git"
},
"dependencies": {
"@corpuscule/utils": "^0.10.0"
"@corpuscule/utils": "^0.10.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@corpuscule/utils",
"version": "0.10.0",
"version": "0.10.2",
"description": "Common utils for Corpuscule",
"scripts": {
"build": "node ../../scripts/build.js"
Expand Down

0 comments on commit 97f6912

Please sign in to comment.