Skip to content

Commit

Permalink
v0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tkrotoff committed Jul 21, 2022
1 parent 2370c5c commit 2f806ee
Show file tree
Hide file tree
Showing 17 changed files with 40 additions and 36 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.19.1 (2022/07/22)

- Switch from CodeSandbox to StackBlitz

## v0.19.0 (2022/07/21)

- Fix React 18 types (#58)
Expand Down
8 changes: 4 additions & 4 deletions examples/Bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-example",
"version": "0.19.0",
"version": "0.19.1",
"private": true,
"description": "react-form-with-constraints Bootstrap example",
"keywords": [
Expand Down Expand Up @@ -28,9 +28,9 @@
"raf": "^3.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-form-with-constraints": "^0.19.0",
"react-form-with-constraints-bootstrap": "^0.19.0",
"react-form-with-constraints-tools": "^0.19.0"
"react-form-with-constraints": "^0.19.1",
"react-form-with-constraints-bootstrap": "^0.19.1",
"react-form-with-constraints-tools": "^0.19.1"
},
"devDependencies": {
"@babel/core": "^7.18.9",
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.19.0",
"version": "0.19.1",
"private": true,
"description": "react-form-with-constraints ClubMembers example",
"keywords": [
Expand All @@ -22,8 +22,8 @@
"mobx-react": "^7.5.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-form-with-constraints": "^0.19.0",
"react-form-with-constraints-tools": "^0.19.0"
"react-form-with-constraints": "^0.19.1",
"react-form-with-constraints-tools": "^0.19.1"
},
"devDependencies": {
"@babel/core": "^7.18.9",
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.19.0",
"version": "0.19.1",
"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.19.0",
"version": "0.19.1",
"private": true,
"description": "react-form-with-constraints Material-UI example",
"keywords": [
Expand All @@ -25,9 +25,9 @@
"lodash-es": "^4.17.21",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-form-with-constraints": "^0.19.0",
"react-form-with-constraints-material-ui": "^0.19.0",
"react-form-with-constraints-tools": "^0.19.0"
"react-form-with-constraints": "^0.19.1",
"react-form-with-constraints-material-ui": "^0.19.1",
"react-form-with-constraints-tools": "^0.19.1"
},
"devDependencies": {
"@babel/core": "^7.18.9",
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.19.0",
"version": "0.19.1",
"private": true,
"description": "react-form-with-constraints Password example",
"keywords": [
Expand All @@ -22,8 +22,8 @@
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-form-with-constraints": "^0.19.0",
"react-form-with-constraints-tools": "^0.19.0"
"react-form-with-constraints": "^0.19.1",
"react-form-with-constraints-tools": "^0.19.1"
},
"devDependencies": {
"@babel/core": "^7.18.9",
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.19.0",
"version": "0.19.1",
"private": true,
"description": "react-form-with-constraints Password without state example",
"keywords": [
Expand All @@ -20,7 +20,7 @@
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-form-with-constraints": "^0.19.0"
"react-form-with-constraints": "^0.19.1"
},
"devDependencies": {
"@babel/core": "^7.18.9",
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.19.0",
"version": "0.19.1",
"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.19.0",
"version": "0.19.1",
"private": true,
"description": "react-form-with-constraints server-side rendering example",
"keywords": [
Expand All @@ -21,8 +21,8 @@
"express": "^4.18.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-form-with-constraints": "^0.19.0",
"react-form-with-constraints-tools": "^0.19.0"
"react-form-with-constraints": "^0.19.1",
"react-form-with-constraints-tools": "^0.19.1"
},
"devDependencies": {
"@babel/core": "^7.18.9",
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.19.0",
"version": "0.19.1",
"private": true,
"description": "react-form-with-constraints SignUp example",
"keywords": [
Expand All @@ -24,8 +24,8 @@
"lodash-es": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-form-with-constraints": "^0.19.0",
"react-form-with-constraints-tools": "^0.19.0",
"react-form-with-constraints": "^0.19.1",
"react-form-with-constraints-tools": "^0.19.1",
"react-i18next": "^11.18.1"
},
"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.19.0",
"version": "0.19.1",
"private": true,
"description": "react-form-with-constraints WizardForm example",
"keywords": [
Expand All @@ -20,7 +20,7 @@
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-form-with-constraints": "^0.19.0"
"react-form-with-constraints": "^0.19.1"
},
"devDependencies": {
"@babel/core": "^7.18.9",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"examples/WizardForm"
],
"useNx": false,
"version": "0.19.0"
"version": "0.19.1"
}
4 changes: 2 additions & 2 deletions packages/react-form-with-constraints-bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-form-with-constraints-bootstrap",
"version": "0.19.0",
"version": "0.19.1",
"description": "Simple form validation for React",
"repository": "github:tkrotoff/react-form-with-constraints",
"license": "MIT",
Expand Down Expand Up @@ -49,7 +49,7 @@
"jest": "^26.6.3",
"jscodeshift": "^0.13.1",
"react": "^16.14.0",
"react-form-with-constraints": "^0.19.0",
"react-form-with-constraints": "^0.19.1",
"rollup": "^2.77.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.32.1",
Expand Down
4 changes: 2 additions & 2 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.19.0",
"version": "0.19.1",
"description": "Simple form validation for React",
"repository": "github:tkrotoff/react-form-with-constraints",
"license": "MIT",
Expand Down Expand Up @@ -49,7 +49,7 @@
"jscodeshift": "^0.13.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-form-with-constraints": "^0.19.0",
"react-form-with-constraints": "^0.19.1",
"ts-jest": "^26.5.6",
"typescript": "^4.7.4"
},
Expand Down
4 changes: 2 additions & 2 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.19.0",
"version": "0.19.1",
"description": "Simple form validation for React",
"repository": "github:tkrotoff/react-form-with-constraints",
"license": "MIT",
Expand Down Expand Up @@ -50,7 +50,7 @@
"jscodeshift": "^0.13.1",
"metro-react-native-babel-preset": "^0.71.3",
"react": "^16.14.0",
"react-form-with-constraints": "^0.19.0",
"react-form-with-constraints": "^0.19.1",
"react-native": "^0.63.4",
"react-test-renderer": "^16.14.0",
"ts-jest": "^26.5.6",
Expand Down
4 changes: 2 additions & 2 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.19.0",
"version": "0.19.1",
"description": "Simple form validation for React",
"repository": "github:tkrotoff/react-form-with-constraints",
"license": "MIT",
Expand Down Expand Up @@ -48,7 +48,7 @@
"jest": "^26.6.3",
"jscodeshift": "^0.13.1",
"react": "^16.14.0",
"react-form-with-constraints": "^0.19.0",
"react-form-with-constraints": "^0.19.1",
"rollup": "^2.77.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.32.1",
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.19.0",
"version": "0.19.1",
"description": "Simple form validation for React",
"repository": "github:tkrotoff/react-form-with-constraints",
"license": "MIT",
Expand Down

0 comments on commit 2f806ee

Please sign in to comment.