Skip to content

Commit df59d90

Browse files
committed
Bump version to 2.0.0 and update changelog
1 parent d834ffb commit df59d90

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [Unreleased]
1+
## 2.0.0 - 2025-08-04
22
- Add debouncedSubmit to form_controller
33
- Add minimal Trix editor variant without file and history tools
44
- Add --carousel-items-gap variable

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
css-zero (1.2.0)
4+
css-zero (2.0.0)
55

66
GEM
77
remote: https://rubygems.org/

lib/css_zero/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module CssZero
2-
VERSION = "1.2.0"
2+
VERSION = "2.0.0"
33
end

0 commit comments

Comments
 (0)