Skip to content

Commit

Permalink
version bump to v3.0.0.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Oct 2, 2024
1 parent 1b9c443 commit 11d7764
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## next / unreleased
## v3.0.0rc1

### Notable changes

Expand Down
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ gem "tailwindcss-rails", path: "/path/to/tailwindcss-rails"
- [ ] update `lib/tailwindcss/version.rb`
- [ ] update `CHANGELOG.md`
- [ ] commit and create a git tag
- push
- package and push
- [ ] `bundle exec rake build`
- [ ] `gem push pkg/*.gem`
- [ ] `git push && git push --tags`
- announce
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
tailwindcss-rails (2.7.7)
tailwindcss-rails (3.0.0.rc1)
railties (>= 7.0.0)
tailwindcss-ruby

Expand Down
2 changes: 1 addition & 1 deletion lib/tailwindcss/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Tailwindcss
VERSION = "2.7.7"
VERSION = "3.0.0.rc1"
end

0 comments on commit 11d7764

Please sign in to comment.