Skip to content

Commit

Permalink
Bump version to 0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
apih committed Mar 24, 2024
1 parent d2f97a9 commit 1b2021c
Show file tree
Hide file tree
Showing 8 changed files with 174 additions and 151 deletions.
3 changes: 2 additions & 1 deletion dist/locales/en.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* quival v0.2.7 (https://github.com/apih/quival)
* quival v0.2.8 (https://github.com/apih/quival)
* (c) 2023 Mohd Hafizuddin M Marzuki <hafizuddin_83@yahoo.com>
* Released under the MIT License.
*/
Expand Down Expand Up @@ -75,6 +75,7 @@ this.quival.locales.en = (function () {
ipv4: 'The :attribute field must be a valid IPv4 address.',
ipv6: 'The :attribute field must be a valid IPv6 address.',
json: 'The :attribute field must be a valid JSON string.',
list: 'The :attribute field must be a list.',
lowercase: 'The :attribute field must be lowercase.',
lt: {
array: 'The :attribute field must have less than :value items.',
Expand Down
4 changes: 2 additions & 2 deletions dist/locales/en.min.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion dist/locales/ms.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* quival v0.2.7 (https://github.com/apih/quival)
* quival v0.2.8 (https://github.com/apih/quival)
* (c) 2023 Mohd Hafizuddin M Marzuki <hafizuddin_83@yahoo.com>
* Released under the MIT License.
*/
Expand Down Expand Up @@ -75,6 +75,7 @@ this.quival.locales.ms = (function () {
ipv4: 'Medan :attribute mesti alamat IPv4 yang sah.',
ipv6: 'Medan :attribute mesti alamat IPv6 yang sah.',
json: 'Medan :attribute mesti rentetan JSON yang sah.',
list: 'Medan :attribute mesti berbentuk senarai.',
lowercase: 'Medan :attribute mesti dalam huruf kecil.',
lt: {
array: 'Medan :attribute mesti mempunyai kurang daripada :value item.',
Expand Down
4 changes: 2 additions & 2 deletions dist/locales/ms.min.js

Large diffs are not rendered by default.

301 changes: 161 additions & 140 deletions dist/quival.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/quival.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quival",
"version": "0.2.7",
"version": "0.2.8",
"description": "Data validation à la Laravel Validation",
"author": "Mohd Hafizuddin M Marzuki <hafizuddin_83@yahoo.com>",
"license": "MIT",
Expand Down

0 comments on commit 1b2021c

Please sign in to comment.