Skip to content

Commit

Permalink
build: v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lodin committed Feb 27, 2019
1 parent 29f74b2 commit b8f94a0
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 22 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.9.0"
"version": "0.10.0"
}
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.9.0",
"version": "0.10.0",
"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.9.0"
"@corpuscule/utils": "^0.10.0"
},
"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.9.0",
"version": "0.10.0",
"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.9.0"
"@corpuscule/utils": "^0.10.0"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions packages/form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@corpuscule/form",
"version": "0.9.0",
"version": "0.10.0",
"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.9.0",
"@corpuscule/typings": "^0.9.0",
"@corpuscule/utils": "^0.9.0"
"@corpuscule/context": "^0.10.0",
"@corpuscule/typings": "^0.10.0",
"@corpuscule/utils": "^0.10.0"
},
"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.9.0",
"version": "0.10.0",
"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.9.0",
"version": "0.10.0",
"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.9.0",
"@corpuscule/utils": "^0.9.0"
"@corpuscule/context": "^0.10.0",
"@corpuscule/utils": "^0.10.0"
},
"peerDependencies": {
"redux": "^4.0.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@corpuscule/router",
"version": "0.9.0",
"version": "0.10.0",
"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.9.0",
"@corpuscule/typings": "^0.9.0",
"@corpuscule/utils": "^0.9.0"
"@corpuscule/context": "^0.10.0",
"@corpuscule/typings": "^0.10.0",
"@corpuscule/utils": "^0.10.0"
},
"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.9.0",
"version": "0.10.0",
"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.9.0"
"@corpuscule/utils": "^0.10.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/typings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@corpuscule/typings",
"version": "0.9.0",
"version": "0.10.0",
"description": "Common types for Corpuscule",
"types": "src/index.d.ts",
"author": "Vlad Rindevich <[email protected]> (https://github.com/Lodin)",
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@corpuscule/utils",
"version": "0.9.0",
"version": "0.10.0",
"description": "Common utils for Corpuscule",
"scripts": {
"build": "node ../../scripts/build.js"
Expand All @@ -16,7 +16,7 @@
"url": "git+https://github.com/corpusculejs/corpuscule.git"
},
"dependencies": {
"@corpuscule/typings": "^0.9.0"
"@corpuscule/typings": "^0.10.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit b8f94a0

Please sign in to comment.