Skip to content

Commit

Permalink
v0.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tkrotoff committed Oct 19, 2020
1 parent 0f9383d commit f2000a1
Show file tree
Hide file tree
Showing 18 changed files with 42 additions and 42 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Next
## v0.15.2 (2020/10/20)

### Fixes

Expand Down
8 changes: 4 additions & 4 deletions examples/Bootstrap4/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap4-example",
"version": "0.15.0",
"version": "0.15.2",
"private": true,
"description": "react-form-with-constraints Bootstrap 4 example",
"keywords": [
Expand Down Expand Up @@ -28,9 +28,9 @@
"raf": "^3.4.1",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-form-with-constraints": "^0.15.0",
"react-form-with-constraints-bootstrap4": "^0.15.0",
"react-form-with-constraints-tools": "^0.15.0"
"react-form-with-constraints": "^0.15.2",
"react-form-with-constraints-bootstrap4": "^0.15.2",
"react-form-with-constraints-tools": "^0.15.2"
},
"devDependencies": {
"@babel/core": "^7.12.3",
Expand Down
6 changes: 3 additions & 3 deletions examples/ClubMembers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "club-members-example",
"version": "0.15.0",
"version": "0.15.2",
"private": true,
"description": "react-form-with-constraints ClubMembers example",
"keywords": [
Expand All @@ -21,8 +21,8 @@
"mobx-react": "^6.1.8",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-form-with-constraints": "^0.15.0",
"react-form-with-constraints-tools": "^0.15.0"
"react-form-with-constraints": "^0.15.2",
"react-form-with-constraints-tools": "^0.15.2"
},
"devDependencies": {
"@babel/core": "^7.12.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/HTML5ConstraintValidationAPI/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "html5-constraint-validation-api-example",
"version": "0.15.0",
"version": "0.15.2",
"private": true,
"description": "React with HTML5 constraint validation API example",
"keywords": [
Expand Down
8 changes: 4 additions & 4 deletions examples/MaterialUI/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "material-ui-example",
"version": "0.15.0",
"version": "0.15.2",
"private": true,
"description": "react-form-with-constraints Material-UI example",
"keywords": [
Expand All @@ -23,9 +23,9 @@
"lodash": "^4.17.15",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-form-with-constraints": "^0.15.0",
"react-form-with-constraints-material-ui": "^0.15.0",
"react-form-with-constraints-tools": "^0.15.0"
"react-form-with-constraints": "^0.15.2",
"react-form-with-constraints-material-ui": "^0.15.2",
"react-form-with-constraints-tools": "^0.15.2"
},
"devDependencies": {
"@babel/core": "^7.12.3",
Expand Down
6 changes: 3 additions & 3 deletions examples/Password/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "password-example",
"version": "0.15.0",
"version": "0.15.2",
"private": true,
"description": "react-form-with-constraints Password example",
"keywords": [
Expand All @@ -20,8 +20,8 @@
"dependencies": {
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-form-with-constraints": "^0.15.0",
"react-form-with-constraints-tools": "^0.15.0"
"react-form-with-constraints": "^0.15.2",
"react-form-with-constraints-tools": "^0.15.2"
},
"devDependencies": {
"@babel/core": "^7.12.3",
Expand Down
4 changes: 2 additions & 2 deletions examples/PasswordWithoutState/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "password-without-state-example",
"version": "0.15.0",
"version": "0.15.2",
"private": true,
"description": "react-form-with-constraints Password without state example",
"keywords": [
Expand All @@ -19,7 +19,7 @@
"dependencies": {
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-form-with-constraints": "^0.15.0"
"react-form-with-constraints": "^0.15.2"
},
"devDependencies": {
"@babel/core": "^7.12.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/PlainOldReact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plain-old-react-example",
"version": "0.15.0",
"version": "0.15.2",
"private": true,
"description": "Plain old React form validation example",
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions examples/ServerSideRendering/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "server-side-rendering-example",
"version": "0.15.0",
"version": "0.15.2",
"private": true,
"description": "react-form-with-constraints server-side rendering example",
"keywords": [
Expand All @@ -21,8 +21,8 @@
"express": "^4.17.1",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-form-with-constraints": "^0.15.0",
"react-form-with-constraints-tools": "^0.15.0"
"react-form-with-constraints": "^0.15.2",
"react-form-with-constraints-tools": "^0.15.2"
},
"devDependencies": {
"@babel/core": "^7.12.3",
Expand Down
6 changes: 3 additions & 3 deletions examples/SignUp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sign-up-example",
"version": "0.15.0",
"version": "0.15.2",
"private": true,
"description": "react-form-with-constraints SignUp example",
"keywords": [
Expand All @@ -23,8 +23,8 @@
"lodash": "^4.17.15",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-form-with-constraints": "^0.15.0",
"react-form-with-constraints-tools": "^0.15.0",
"react-form-with-constraints": "^0.15.2",
"react-form-with-constraints-tools": "^0.15.2",
"react-i18next": "^11.3.3"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/WizardForm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wizard-form-example",
"version": "0.15.0",
"version": "0.15.2",
"private": true,
"description": "react-form-with-constraints WizardForm example",
"keywords": [
Expand All @@ -19,7 +19,7 @@
"dependencies": {
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-form-with-constraints": "^0.15.0"
"react-form-with-constraints": "^0.15.2"
},
"devDependencies": {
"@babel/core": "^7.12.3",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.15.0",
"version": "0.15.2",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"stylelint": "stylelint '**/*.scss'",
"precommit": "yarn build && run-p lint format",
"prepush": "run-p test test:e2e",
"publish:lerna": "lerna publish --dist-tag next --no-git-tag-version --no-push --registry=https://registry.npmjs.org # Custom example: 0.8.0-beta.1",
"publish:next:lerna": "lerna publish --dist-tag next --no-git-tag-version --no-push --registry=https://registry.npmjs.org # Custom example: 0.8.0-beta.1",
"npm:update": "find . -type f -name 'package.json' -not -path './.git/*' -not -path '*/node_modules/*' -execdir npx npm-check-updates --upgrade \\;"
},
"workspaces": [
Expand Down
6 changes: 3 additions & 3 deletions packages/react-form-with-constraints-bootstrap4/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-form-with-constraints-bootstrap4",
"version": "0.15.0",
"version": "0.15.2",
"repository": {
"type": "git",
"url": "https://github.com/tkrotoff/react-form-with-constraints.git"
Expand Down Expand Up @@ -41,7 +41,7 @@
"test:coverage": "jest --coverage"
},
"peerDependencies": {
"react-form-with-constraints": "^0.14.0"
"react-form-with-constraints": "^0.15.2"
},
"devDependencies": {
"@types/enzyme": "^3.10.5",
Expand All @@ -55,7 +55,7 @@
"jscodeshift": "^0.11.0",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-form-with-constraints": "^0.15.0",
"react-form-with-constraints": "^0.15.2",
"rollup": "^1.31.1",
"rollup-plugin-filesize": "^6.2.1",
"rollup-plugin-typescript2": "^0.26.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-form-with-constraints-material-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-form-with-constraints-material-ui",
"version": "0.15.0",
"version": "0.15.2",
"repository": {
"type": "git",
"url": "https://github.com/tkrotoff/react-form-with-constraints.git"
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"peerDependencies": {
"@material-ui/core": "^4.9.4",
"react-form-with-constraints": "^0.14.0"
"react-form-with-constraints": "^0.15.2"
},
"devDependencies": {
"@material-ui/core": "^4.9.4",
Expand All @@ -52,7 +52,7 @@
"jscodeshift": "^0.11.0",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-form-with-constraints": "^0.15.0",
"react-form-with-constraints": "^0.15.2",
"ts-jest": "^25.2.1",
"typescript": "^3.8.2"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/react-form-with-constraints-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-form-with-constraints-native",
"version": "0.15.0",
"version": "0.15.2",
"repository": {
"type": "git",
"url": "https://github.com/tkrotoff/react-form-with-constraints.git"
Expand Down Expand Up @@ -35,7 +35,7 @@
"test:coverage": "jest --coverage"
},
"peerDependencies": {
"react-form-with-constraints": "^0.14.0",
"react-form-with-constraints": "^0.15.2",
"react-native": ">=0.61.5"
},
"devDependencies": {
Expand All @@ -54,7 +54,7 @@
"jscodeshift": "^0.11.0",
"metro-react-native-babel-preset": "^0.58.0",
"react": "^16.13.0",
"react-form-with-constraints": "^0.15.0",
"react-form-with-constraints": "^0.15.2",
"react-native": "^0.61.5",
"react-test-renderer": "^16.13.0",
"ts-jest": "^25.2.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-form-with-constraints-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-form-with-constraints-tools",
"version": "0.15.0",
"version": "0.15.2",
"repository": {
"type": "git",
"url": "https://github.com/tkrotoff/react-form-with-constraints.git"
Expand Down Expand Up @@ -39,7 +39,7 @@
"test:coverage": "jest --coverage"
},
"peerDependencies": {
"react-form-with-constraints": "^0.14.0"
"react-form-with-constraints": "^0.15.2"
},
"devDependencies": {
"@types/enzyme": "^3.10.5",
Expand All @@ -53,7 +53,7 @@
"jest": "^25.1.0",
"jscodeshift": "^0.11.0",
"react": "^16.13.0",
"react-form-with-constraints": "^0.15.0",
"react-form-with-constraints": "^0.15.2",
"rollup": "^1.31.1",
"rollup-plugin-filesize": "^6.2.1",
"rollup-plugin-typescript2": "^0.26.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-form-with-constraints/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-form-with-constraints",
"version": "0.15.0",
"version": "0.15.2",
"repository": {
"type": "git",
"url": "https://github.com/tkrotoff/react-form-with-constraints.git"
Expand Down

0 comments on commit f2000a1

Please sign in to comment.