Skip to content

Commit

Permalink
v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robaca committed Dec 22, 2020
1 parent 5bf6db6 commit 83cc251
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6.0",
"version": "0.6.1",
"npmClient": "npm",
"command": {
"publish": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mobx-binder-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mobx-binder-core",
"version": "0.6.0",
"version": "0.6.1",
"description": "A form handling / field binding library for MobX",
"main": "./lib/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/mobx-binder-dayjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mobx-binder-dayjs",
"version": "0.6.0",
"version": "0.6.1",
"description": "Day.js conversion and validation support for mobx-binder",
"main": "./lib/index.js",
"scripts": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"homepage": "https://github.com/metro-nom/mobx-binder#readme",
"dependencies": {
"dayjs": "^1.9.0",
"mobx-binder": "^0.6.0"
"mobx-binder": "^0.6.1"
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^0.1.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/mobx-binder-moment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mobx-binder-moment",
"version": "0.6.0",
"version": "0.6.1",
"description": "Moment conversion and validation support for mobx-binder",
"main": "./lib/index.js",
"scripts": {
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"homepage": "https://github.com/metro-nom/mobx-binder#readme",
"dependencies": {
"mobx-binder": "^0.6.0",
"mobx-binder": "^0.6.1",
"moment": ">=2.0.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/mobx-binder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mobx-binder",
"version": "0.6.0",
"version": "0.6.1",
"description": "A form handling / field binding library for MobX",
"main": "./lib/index.js",
"scripts": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"email-validator": "^2.0.0",
"mobx": "^4.0.0 || ^5.0.0",
"mobx-binder-core": "^0.6.0"
"mobx-binder-core": "^0.6.1"
},
"peerDependencies": {
"mobx": "^4.0.0 || ^5.0.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/sample/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sample",
"version": "0.6.0",
"version": "0.6.1",
"private": true,
"description": "A frontend boilerplate with React, MobX and Typescript",
"main": "index.js",
Expand All @@ -18,9 +18,9 @@
"bootstrap": "^4.1.3",
"classnames": "^2.2.6",
"mobx": "^4.0.0 || ^5.0.0",
"mobx-binder": "^0.6.0",
"mobx-binder-dayjs": "^0.6.0",
"mobx-binder-moment": "^0.6.0",
"mobx-binder": "^0.6.1",
"mobx-binder-dayjs": "^0.6.1",
"mobx-binder-moment": "^0.6.1",
"mobx-react-lite": "^1.4.1",
"moment": ">=2.0.0",
"react": "^16.5.2",
Expand Down

0 comments on commit 83cc251

Please sign in to comment.