Skip to content

Commit 4064f77

Browse files
committed
v0.17.0
1 parent 1afdc6c commit 4064f77

File tree

17 files changed

+49
-41
lines changed

17 files changed

+49
-41
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
## v0.16.1 (2021/05/0)
1+
## v0.17.0 (2021/05/16)
2+
3+
### Breaking Changes
4+
5+
- Rename react-form-with-constraints-bootstrap4 to react-form-with-constraints-bootstrap
6+
7+
I won't have the man power to maintain Bootstrap 4 & 5
8+
9+
## v0.16.1 (2021/05/06)
210

311
### Fixes
412

examples/Bootstrap/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-example",
3-
"version": "0.16.1",
3+
"version": "0.17.0",
44
"private": true,
55
"description": "react-form-with-constraints Bootstrap example",
66
"keywords": [
@@ -27,9 +27,9 @@
2727
"raf": "^3.4.1",
2828
"react": "^16.14.0",
2929
"react-dom": "^16.14.0",
30-
"react-form-with-constraints": "^0.16.1",
31-
"react-form-with-constraints-bootstrap": "^0.16.1",
32-
"react-form-with-constraints-tools": "^0.16.1"
30+
"react-form-with-constraints": "^0.17.0",
31+
"react-form-with-constraints-bootstrap": "^0.17.0",
32+
"react-form-with-constraints-tools": "^0.17.0"
3333
},
3434
"devDependencies": {
3535
"@babel/core": "^7.12.3",

examples/ClubMembers/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "club-members-example",
3-
"version": "0.16.1",
3+
"version": "0.17.0",
44
"private": true,
55
"description": "react-form-with-constraints ClubMembers example",
66
"keywords": [
@@ -21,8 +21,8 @@
2121
"mobx-react": "^6.3.1",
2222
"react": "^16.14.0",
2323
"react-dom": "^16.14.0",
24-
"react-form-with-constraints": "^0.16.1",
25-
"react-form-with-constraints-tools": "^0.16.1"
24+
"react-form-with-constraints": "^0.17.0",
25+
"react-form-with-constraints-tools": "^0.17.0"
2626
},
2727
"devDependencies": {
2828
"@babel/core": "^7.12.3",

examples/HTML5ConstraintValidationAPI/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html5-constraint-validation-api-example",
3-
"version": "0.16.1",
3+
"version": "0.17.0",
44
"private": true,
55
"description": "React with HTML5 constraint validation API example",
66
"keywords": [

examples/MaterialUI/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "material-ui-example",
3-
"version": "0.16.1",
3+
"version": "0.17.0",
44
"private": true,
55
"description": "react-form-with-constraints Material-UI example",
66
"keywords": [
@@ -23,9 +23,9 @@
2323
"lodash": "^4.17.20",
2424
"react": "^16.14.0",
2525
"react-dom": "^16.14.0",
26-
"react-form-with-constraints": "^0.16.1",
27-
"react-form-with-constraints-material-ui": "^0.16.1",
28-
"react-form-with-constraints-tools": "^0.16.1"
26+
"react-form-with-constraints": "^0.17.0",
27+
"react-form-with-constraints-material-ui": "^0.17.0",
28+
"react-form-with-constraints-tools": "^0.17.0"
2929
},
3030
"devDependencies": {
3131
"@babel/core": "^7.12.3",

examples/Password/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "password-example",
3-
"version": "0.16.1",
3+
"version": "0.17.0",
44
"private": true,
55
"description": "react-form-with-constraints Password example",
66
"keywords": [
@@ -20,8 +20,8 @@
2020
"dependencies": {
2121
"react": "^16.14.0",
2222
"react-dom": "^16.14.0",
23-
"react-form-with-constraints": "^0.16.1",
24-
"react-form-with-constraints-tools": "^0.16.1"
23+
"react-form-with-constraints": "^0.17.0",
24+
"react-form-with-constraints-tools": "^0.17.0"
2525
},
2626
"devDependencies": {
2727
"@babel/core": "^7.12.3",

examples/PasswordWithoutState/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "password-without-state-example",
3-
"version": "0.16.1",
3+
"version": "0.17.0",
44
"private": true,
55
"description": "react-form-with-constraints Password without state example",
66
"keywords": [
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"react": "^16.14.0",
2121
"react-dom": "^16.14.0",
22-
"react-form-with-constraints": "^0.16.1"
22+
"react-form-with-constraints": "^0.17.0"
2323
},
2424
"devDependencies": {
2525
"@babel/core": "^7.12.3",

examples/PlainOldReact/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plain-old-react-example",
3-
"version": "0.16.1",
3+
"version": "0.17.0",
44
"private": true,
55
"description": "Plain old React form validation example",
66
"keywords": [

examples/ServerSideRendering/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "server-side-rendering-example",
3-
"version": "0.16.1",
3+
"version": "0.17.0",
44
"private": true,
55
"description": "react-form-with-constraints server-side rendering example",
66
"keywords": [
@@ -21,8 +21,8 @@
2121
"express": "^4.17.1",
2222
"react": "^16.14.0",
2323
"react-dom": "^16.14.0",
24-
"react-form-with-constraints": "^0.16.1",
25-
"react-form-with-constraints-tools": "^0.16.1"
24+
"react-form-with-constraints": "^0.17.0",
25+
"react-form-with-constraints-tools": "^0.17.0"
2626
},
2727
"devDependencies": {
2828
"@babel/core": "^7.12.3",

examples/SignUp/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sign-up-example",
3-
"version": "0.16.1",
3+
"version": "0.17.0",
44
"private": true,
55
"description": "react-form-with-constraints SignUp example",
66
"keywords": [
@@ -23,8 +23,8 @@
2323
"lodash": "^4.17.20",
2424
"react": "^16.14.0",
2525
"react-dom": "^16.14.0",
26-
"react-form-with-constraints": "^0.16.1",
27-
"react-form-with-constraints-tools": "^0.16.1",
26+
"react-form-with-constraints": "^0.17.0",
27+
"react-form-with-constraints-tools": "^0.17.0",
2828
"react-i18next": "^11.7.3"
2929
},
3030
"devDependencies": {

examples/WizardForm/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wizard-form-example",
3-
"version": "0.16.1",
3+
"version": "0.17.0",
44
"private": true,
55
"description": "react-form-with-constraints WizardForm example",
66
"keywords": [
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"react": "^16.14.0",
2121
"react-dom": "^16.14.0",
22-
"react-form-with-constraints": "^0.16.1"
22+
"react-form-with-constraints": "^0.17.0"
2323
},
2424
"devDependencies": {
2525
"@babel/core": "^7.12.3",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.16.1",
2+
"version": "0.17.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

packages/react-form-with-constraints-bootstrap/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-form-with-constraints-bootstrap",
3-
"version": "0.16.1",
3+
"version": "0.17.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/tkrotoff/react-form-with-constraints.git"
@@ -40,7 +40,7 @@
4040
"test:coverage": "jest --coverage"
4141
},
4242
"peerDependencies": {
43-
"react-form-with-constraints": "^0.16.0"
43+
"react-form-with-constraints": "^0.17.0"
4444
},
4545
"devDependencies": {
4646
"@types/enzyme": "^3.10.7",
@@ -54,7 +54,7 @@
5454
"jscodeshift": "^0.11.0",
5555
"react": "^16.14.0",
5656
"react-dom": "^16.14.0",
57-
"react-form-with-constraints": "^0.16.1",
57+
"react-form-with-constraints": "^0.17.0",
5858
"rollup": "^2.32.0",
5959
"rollup-plugin-filesize": "^9.0.2",
6060
"rollup-plugin-typescript2": "^0.28.0",

packages/react-form-with-constraints-material-ui/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-form-with-constraints-material-ui",
3-
"version": "0.16.1",
3+
"version": "0.17.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/tkrotoff/react-form-with-constraints.git"
@@ -37,7 +37,7 @@
3737
},
3838
"peerDependencies": {
3939
"@material-ui/core": "^4.11.0",
40-
"react-form-with-constraints": "^0.16.0"
40+
"react-form-with-constraints": "^0.17.0"
4141
},
4242
"devDependencies": {
4343
"@material-ui/core": "^4.11.0",
@@ -52,7 +52,7 @@
5252
"jscodeshift": "^0.11.0",
5353
"react": "^16.14.0",
5454
"react-dom": "^16.14.0",
55-
"react-form-with-constraints": "^0.16.1",
55+
"react-form-with-constraints": "^0.17.0",
5656
"ts-jest": "^26.4.1",
5757
"typescript": "^4.0.3"
5858
}

packages/react-form-with-constraints-native/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-form-with-constraints-native",
3-
"version": "0.16.1",
3+
"version": "0.17.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/tkrotoff/react-form-with-constraints.git"
@@ -35,7 +35,7 @@
3535
"test:coverage": "jest --coverage"
3636
},
3737
"peerDependencies": {
38-
"react-form-with-constraints": "^0.16.0",
38+
"react-form-with-constraints": "^0.17.0",
3939
"react-native": ">=0.61.5"
4040
},
4141
"devDependencies": {
@@ -54,7 +54,7 @@
5454
"jscodeshift": "^0.11.0",
5555
"metro-react-native-babel-preset": "^0.63.0",
5656
"react": "^16.14.0",
57-
"react-form-with-constraints": "^0.16.1",
57+
"react-form-with-constraints": "^0.17.0",
5858
"react-native": "^0.61.5",
5959
"react-test-renderer": "^16.14.0",
6060
"ts-jest": "^26.4.1",

packages/react-form-with-constraints-tools/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-form-with-constraints-tools",
3-
"version": "0.16.1",
3+
"version": "0.17.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/tkrotoff/react-form-with-constraints.git"
@@ -39,7 +39,7 @@
3939
"test:coverage": "jest --coverage"
4040
},
4141
"peerDependencies": {
42-
"react-form-with-constraints": "^0.16.0"
42+
"react-form-with-constraints": "^0.17.0"
4343
},
4444
"devDependencies": {
4545
"@types/enzyme": "^3.10.7",
@@ -53,7 +53,7 @@
5353
"jest": "^26.6.0",
5454
"jscodeshift": "^0.11.0",
5555
"react": "^16.14.0",
56-
"react-form-with-constraints": "^0.16.1",
56+
"react-form-with-constraints": "^0.17.0",
5757
"rollup": "^2.32.0",
5858
"rollup-plugin-filesize": "^9.0.2",
5959
"rollup-plugin-typescript2": "^0.28.0",

packages/react-form-with-constraints/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-form-with-constraints",
3-
"version": "0.16.1",
3+
"version": "0.17.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/tkrotoff/react-form-with-constraints.git"

0 commit comments

Comments
 (0)