Skip to content

Commit e169497

Browse files
committed
Bump version to 2.0.1
1 parent 41ea242 commit e169497

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
## [Unreleased]
2+
3+
## 2.0.1 - 2025-08-05
24
- Refactor notice flash to use tag.div in application.html.erb
35
- Fix select options background in dark mode
46

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 (2.0.0)
4+
css-zero (2.0.1)
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 = "2.0.0"
2+
VERSION = "2.0.1"
33
end

0 commit comments

Comments
 (0)