Skip to content

Commit 778f7cc

Browse files
committed
Bump version to 3.0.0
1 parent 0992c44 commit 778f7cc

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,6 +1,6 @@
11
## [Unreleased]
22

3-
## 2.2.0 - 2025-11-10
3+
## 3.0.0 - 2025-11-10
44
- Remove disabled and check styles from card.css
55
- Add list component with styles and usage documentation
66
- Add support for short date, and time ago formats to local_time

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.2.0)
4+
css-zero (3.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 = "2.2.0"
2+
VERSION = "3.0.0"
33
end

0 commit comments

Comments
 (0)