Skip to content

Commit

Permalink
build: v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lodin committed Dec 15, 2018
1 parent 01a7249 commit 2f05642
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.0"
"version": "0.6.1"
}
2 changes: 1 addition & 1 deletion packages/form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@corpuscule/form",
"version": "0.6.0",
"version": "0.6.1",
"description": "🏁 High performance subscription-based form state management for Corpuscule",
"main": "lib/index.js",
"module": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/redux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@corpuscule/redux",
"version": "0.6.0",
"version": "0.6.1",
"description": "Redux connector for Corpuscule",
"main": "lib/index.js",
"module": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@corpuscule/router",
"version": "0.6.0",
"version": "0.6.1",
"description": "Routing utils for Corpuscule",
"main": "lib/index.js",
"module": "lib/index.js",
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.6.0",
"version": "0.6.1",
"description": "Common utils for Corpuscule",
"author": "Vlad Rindevich <rindevich.vs@gmail.com> (https://github.com/Lodin)",
"bugs": {
Expand Down

0 comments on commit 2f05642

Please sign in to comment.