Skip to content

Commit 2084289

Browse files
committed
Bump up version
1 parent 54743b5 commit 2084289

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 23.0.0 / unreleased
3+
## 23.0.0 / 2026-01-07
44

55
* [FEATURE] Breaking change: Add `csv` prefix to CSV related data attributes:
66
- `data-changed` => `data-csv-changed`
@@ -14,6 +14,7 @@
1414
* [BUGFIX] Allow `proc` values in length validator options
1515
* [ENHANCEMENT] Update QUnit to 2.25.0
1616
* [ENHANCEMENT] Test against Ruby 3.4 and 4.0
17+
* [ENHANCEMENT] Match node package version with gem version
1718

1819
## 22.3.1 / 2025-01-29
1920

dist/client-side-validations.esm.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/client-side-validations.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module ClientSideValidations
4-
VERSION = '23.0.0.alpha1'
4+
VERSION = '23.0.0'
55
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"/vendor/"
6666
]
6767
},
68-
"version": "0.5.0",
68+
"version": "23.0.0",
6969
"directories": {
7070
"lib": "lib",
7171
"test": "test"

vendor/assets/javascripts/rails.validations.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Client Side Validations JS - v0.5.0 (https://github.com/DavyJonesLocker/client_side_validations)
2+
* Client Side Validations JS - v23.0.0 (https://github.com/DavyJonesLocker/client_side_validations)
33
* Copyright (c) 2026 Geremia Taglialatela, Brian Cardarella
44
* Licensed under MIT (https://opensource.org/licenses/mit-license.php)
55
*/

0 commit comments

Comments
 (0)