Skip to content

Commit

Permalink
build: v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lodin committed Feb 1, 2019
1 parent 097baa9 commit 9b7f226
Show file tree
Hide file tree
Showing 10 changed files with 49 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.6.1"
"version": "0.7.0"
}
7 changes: 5 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.6.0",
"version": "0.7.0",
"description": "DOM-dependent context for Corpuscule",
"main": "lib/index.js",
"module": "lib/index.js",
Expand All @@ -16,6 +16,9 @@
"url": "git+https://github.com/corpusculejs/corpuscule.git"
},
"dependencies": {
"@corpuscule/utils": "^0.6.0"
"@corpuscule/utils": "^0.7.0"
},
"publishConfig": {
"access": "public"
}
}
7 changes: 5 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.6.0",
"version": "0.7.0",
"description": "Custom Element rendering system for Corpuscule",
"main": "lib/index.js",
"module": "lib/index.js",
Expand All @@ -16,6 +16,9 @@
"url": "git+https://github.com/corpusculejs/corpuscule.git"
},
"dependencies": {
"@corpuscule/utils": "^0.6.0"
"@corpuscule/utils": "^0.7.0"
},
"publishConfig": {
"access": "public"
}
}
11 changes: 7 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.6.1",
"version": "0.7.0",
"description": "🏁 High performance subscription-based form state management for Corpuscule",
"main": "lib/index.js",
"module": "lib/index.js",
Expand All @@ -23,11 +23,14 @@
"validation"
],
"dependencies": {
"@corpuscule/context": "^0.6.0",
"@corpuscule/typings": "^0.6.0",
"@corpuscule/utils": "^0.6.0"
"@corpuscule/context": "^0.7.0",
"@corpuscule/typings": "^0.7.0",
"@corpuscule/utils": "^0.7.0"
},
"peerDependencies": {
"final-form": "^4.11.0"
},
"publishConfig": {
"access": "public"
}
}
5 changes: 4 additions & 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.6.0",
"version": "0.7.0",
"description": "Lit-html renderer for Corpuscule",
"main": "lib/index.js",
"module": "lib/index.js",
Expand All @@ -17,5 +17,8 @@
},
"peerDependencies": {
"lit-html": "^1.0.0-rc.2"
},
"publishConfig": {
"access": "public"
}
}
9 changes: 6 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.6.1",
"version": "0.7.0",
"description": "Redux connector for Corpuscule",
"main": "lib/index.js",
"module": "lib/index.js",
Expand All @@ -16,10 +16,13 @@
"url": "git+https://github.com/corpusculejs/corpuscule.git"
},
"dependencies": {
"@corpuscule/context": "^0.6.0",
"@corpuscule/utils": "^0.6.0"
"@corpuscule/context": "^0.7.0",
"@corpuscule/utils": "^0.7.0"
},
"peerDependencies": {
"redux": "^4.0.0"
},
"publishConfig": {
"access": "public"
}
}
11 changes: 7 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.6.1",
"version": "0.7.0",
"description": "Routing utils for Corpuscule",
"main": "lib/index.js",
"module": "lib/index.js",
Expand All @@ -16,11 +16,14 @@
"url": "git+https://github.com/corpusculejs/corpuscule.git"
},
"dependencies": {
"@corpuscule/context": "^0.6.0",
"@corpuscule/typings": "^0.6.0",
"@corpuscule/utils": "^0.6.0"
"@corpuscule/context": "^0.7.0",
"@corpuscule/typings": "^0.7.0",
"@corpuscule/utils": "^0.7.0"
},
"peerDependencies": {
"universal-router": "^8.0.0"
},
"publishConfig": {
"access": "public"
}
}
7 changes: 5 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.6.0",
"version": "0.7.0",
"description": "Styling utils for Corpuscule",
"main": "lib/index.js",
"module": "lib/index.js",
Expand All @@ -16,6 +16,9 @@
"url": "git+https://github.com/corpusculejs/corpuscule.git"
},
"dependencies": {
"@corpuscule/utils": "^0.6.0"
"@corpuscule/utils": "^0.7.0"
},
"publishConfig": {
"access": "public"
}
}
5 changes: 4 additions & 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.6.0",
"version": "0.7.0",
"description": "Common types for Corpuscule",
"types": "lib/index.d.ts",
"author": "Vlad Rindevich <[email protected]> (https://github.com/Lodin)",
Expand All @@ -12,5 +12,8 @@
"repository": {
"type": "git",
"url": "git+https://github.com/corpusculejs/corpuscule.git"
},
"publishConfig": {
"access": "public"
}
}
7 changes: 5 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.6.1",
"version": "0.7.0",
"description": "Common utils for Corpuscule",
"author": "Vlad Rindevich <[email protected]> (https://github.com/Lodin)",
"bugs": {
Expand All @@ -13,6 +13,9 @@
"url": "git+https://github.com/corpusculejs/corpuscule.git"
},
"dependencies": {
"@corpuscule/typings": "^0.6.0"
"@corpuscule/typings": "^0.7.0"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit 9b7f226

Please sign in to comment.