Skip to content

Commit 11d7764

Browse files
committed
version bump to v3.0.0.rc1
1 parent 1b9c443 commit 11d7764

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

Diff for: CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## next / unreleased
1+
## v3.0.0rc1
22

33
### Notable changes
44

Diff for: CONTRIBUTING.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ gem "tailwindcss-rails", path: "/path/to/tailwindcss-rails"
2929
- [ ] update `lib/tailwindcss/version.rb`
3030
- [ ] update `CHANGELOG.md`
3131
- [ ] commit and create a git tag
32-
- push
32+
- package and push
33+
- [ ] `bundle exec rake build`
3334
- [ ] `gem push pkg/*.gem`
3435
- [ ] `git push && git push --tags`
3536
- announce

Diff for: Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
tailwindcss-rails (2.7.7)
4+
tailwindcss-rails (3.0.0.rc1)
55
railties (>= 7.0.0)
66
tailwindcss-ruby
77

Diff for: lib/tailwindcss/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Tailwindcss
2-
VERSION = "2.7.7"
2+
VERSION = "3.0.0.rc1"
33
end

0 commit comments

Comments
 (0)