Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
stuyam committed Dec 4, 2019
1 parent 7ba7ac4 commit 97f6b6c
Show file tree
Hide file tree
Showing 22 changed files with 29 additions and 19 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "simple-react-validator",
"description": "A simple react form validator inspired by Laravel validation.",
"main": "dist/simple-react-validator.min.js",
"version": "1.2.5",
"version": "1.3.0",
"authors": [
"Stuart Yamartino"
],
Expand Down
3 changes: 2 additions & 1 deletion dist/locale/es.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Simple React Validator v1.2.5 | Created By Dockwa | MIT License | 2017 - Present
// Simple React Validator v1.3.0 | Created By Dockwa | MIT License | 2017 - Present
;(function(root, factory) {
if (typeof define === 'function' && define.amd) {
define(['simple-react-validator'], factory);
Expand All @@ -10,6 +10,7 @@
}(this, function(SimpleReactValidator) {
"use strict";

// Spanish
var es = {
accepted: ':attribute debe ser aceptado.',
after: ':attribute debe ser una fecha posterior a :date.',
Expand Down
3 changes: 2 additions & 1 deletion dist/locale/fa.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Simple React Validator v1.2.5 | Created By Dockwa | MIT License | 2017 - Present
// Simple React Validator v1.3.0 | Created By Dockwa | MIT License | 2017 - Present
;(function(root, factory) {
if (typeof define === 'function' && define.amd) {
define(['simple-react-validator'], factory);
Expand All @@ -10,6 +10,7 @@
}(this, function(SimpleReactValidator) {
"use strict";

// Persian
var fa = {
accepted: ':attribute مورد قبول قرار نگرفت',
after: ':attribute باید تاریخی بعد از :date باشد.',
Expand Down
3 changes: 2 additions & 1 deletion dist/locale/fr.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Simple React Validator v1.2.5 | Created By Dockwa | MIT License | 2017 - Present
// Simple React Validator v1.3.0 | Created By Dockwa | MIT License | 2017 - Present
;(function(root, factory) {
if (typeof define === 'function' && define.amd) {
define(['simple-react-validator'], factory);
Expand All @@ -10,6 +10,7 @@
}(this, function(SimpleReactValidator) {
"use strict";

// French
var fr = {
accepted: 'Le champ :attribute doit être accepté.',
after: 'Le champ :attribute doit être après :date.',
Expand Down
2 changes: 1 addition & 1 deletion dist/locale/min/es.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/locale/min/fa.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/locale/min/fr.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/locale/min/sr.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/locale/min/template-en.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion dist/locale/sr.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Simple React Validator v1.2.5 | Created By Dockwa | MIT License | 2017 - Present
// Simple React Validator v1.3.0 | Created By Dockwa | MIT License | 2017 - Present
;(function(root, factory) {
if (typeof define === 'function' && define.amd) {
define(['simple-react-validator'], factory);
Expand All @@ -10,6 +10,7 @@
}(this, function(SimpleReactValidator) {
"use strict";

// Serbian
var sr = {
accepted: 'Polje :attribute mora biti prihvaćeno.',
after: 'Polje :attribute mora biti nakon :date.',
Expand Down
3 changes: 2 additions & 1 deletion dist/locale/template-en.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Simple React Validator v1.2.5 | Created By Dockwa | MIT License | 2017 - Present
// Simple React Validator v1.3.0 | Created By Dockwa | MIT License | 2017 - Present
;(function(root, factory) {
if (typeof define === 'function' && define.amd) {
define(['simple-react-validator'], factory);
Expand All @@ -24,6 +24,7 @@ and hopefully someone else will contribute to fill in the gaps later!
Note: the "const" variable name will be the camelCase filename.
/**********************************************/
// English
var templateEn = {
accepted: 'The :attribute must be accepted.',
after: 'The :attribute must be after :date.',
Expand Down
4 changes: 2 additions & 2 deletions dist/simple-react-validator.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Simple React Validator v1.2.5 | Created By Dockwa | MIT License | 2017 - Present
// Simple React Validator v1.3.0 | Created By Dockwa | MIT License | 2017 - Present
;(function(root, factory) {
if (typeof define === 'function' && define.amd) {
define(['react'], factory);
Expand Down Expand Up @@ -563,7 +563,7 @@ function () {
return SimpleReactValidator;
}();

_defineProperty(SimpleReactValidator, "version", '1.2.5');
_defineProperty(SimpleReactValidator, "version", '1.3.0');

_defineProperty(SimpleReactValidator, "locales", {
'en': {}
Expand Down
Loading

0 comments on commit 97f6b6c

Please sign in to comment.