Skip to content

Commit

Permalink
v1.4.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
robaca committed Mar 30, 2023
1 parent 7324aeb commit 810c254
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 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.4.0-alpha.1",
"version": "1.4.0-alpha.2",
"npmClient": "npm",
"command": {
"publish": {
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.4.0-alpha.1",
"version": "1.4.0-alpha.2",
"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.4.0-alpha.1"
"mobx-binder": "^1.4.0-alpha.2"
},
"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.4.0-alpha.1",
"version": "1.4.0-alpha.2",
"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.4.0-alpha.1",
"mobx-binder": "^1.4.0-alpha.2",
"moment": ">=2.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mobx-binder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mobx-binder",
"version": "1.4.0-alpha.1",
"version": "1.4.0-alpha.2",
"description": "A form handling / field binding library for MobX",
"main": "./lib/index.js",
"scripts": {
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.4.0-alpha.1",
"version": "1.4.0-alpha.2",
"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.4.0-alpha.1",
"mobx-binder-dayjs": "^1.4.0-alpha.1",
"mobx-binder-moment": "^1.4.0-alpha.1",
"mobx-binder": "^1.4.0-alpha.2",
"mobx-binder-dayjs": "^1.4.0-alpha.2",
"mobx-binder-moment": "^1.4.0-alpha.2",
"mobx-react-lite": "^3.0.0",
"moment": ">=2.0.0",
"react": "^16.5.2",
Expand Down

0 comments on commit 810c254

Please sign in to comment.