Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robaca committed Sep 28, 2021
1 parent 4b46c31 commit 5f13641
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.1",
"version": "1.2.0",
"npmClient": "npm",
"command": {
"publish": {
Expand Down
4 changes: 2 additions & 2 deletions 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": "1.1.1",
"version": "1.2.0",
"description": "A form handling / field binding library for MobX",
"main": "./lib/index.js",
"scripts": {
Expand Down Expand Up @@ -50,7 +50,7 @@
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"data-driven": "^1.4.0",
"mobx-binder-utils": "^1.0.0",
"mobx-binder-utils": "^1.2.0",
"mocha": "^6.0.1",
"nyc": "^14.1.1",
"sinon": "^6.3.4",
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": "1.1.1",
"version": "1.2.0",
"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.8",
"mobx-binder": "^1.1.1"
"mobx-binder": "^1.2.0"
},
"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": "1.1.1",
"version": "1.2.0",
"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": "^1.1.1",
"mobx-binder": "^1.2.0",
"moment": ">=2.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mobx-binder-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mobx-binder-utils",
"version": "1.0.0",
"version": "1.2.0",
"private": true,
"description": "Build and test support utility package",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/mobx-binder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mobx-binder",
"version": "1.1.1",
"version": "1.2.0",
"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": "^6.0.0",
"mobx-binder-core": "^1.1.1"
"mobx-binder-core": "^1.2.0"
},
"peerDependencies": {
"mobx": "^6.0.0"
Expand All @@ -49,7 +49,7 @@
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"data-driven": "^1.4.0",
"mobx-binder-utils": "^1.0.0",
"mobx-binder-utils": "^1.2.0",
"mocha": "^6.0.1",
"nyc": "^14.1.1",
"sinon": "^6.3.4",
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": "1.1.1",
"version": "1.2.0",
"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": "^6.0.0",
"mobx-binder": "^1.1.1",
"mobx-binder-dayjs": "^1.1.1",
"mobx-binder-moment": "^1.1.1",
"mobx-binder": "^1.2.0",
"mobx-binder-dayjs": "^1.2.0",
"mobx-binder-moment": "^1.2.0",
"mobx-react-lite": "^3.0.0",
"moment": ">=2.0.0",
"react": "^16.5.2",
Expand Down

0 comments on commit 5f13641

Please sign in to comment.