Skip to content

Commit

Permalink
release v3.13.0 (#2057)
Browse files Browse the repository at this point in the history
  • Loading branch information
joelhawksley authored Jul 15, 2024
1 parent 9cf8905 commit 0ad3ed0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
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:
view_component (3.12.1)
view_component (3.13.0)
activesupport (>= 5.2.0, < 8.0)
concurrent-ruby (~> 1.0)
method_source (~> 1.0)
Expand Down
2 changes: 2 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ nav_order: 5

## main

## 3.13.0

* Add ruby head and YJIT to CI.

*Reegan Viljoen*
Expand Down
2 changes: 1 addition & 1 deletion docs/_data/library.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: 3.12.1
version: 3.13.1
4 changes: 2 additions & 2 deletions lib/view_component/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
module ViewComponent
module VERSION
MAJOR = 3
MINOR = 12
PATCH = 1
MINOR = 13
PATCH = 0
PRE = nil

STRING = [MAJOR, MINOR, PATCH, PRE].compact.join(".")
Expand Down

0 comments on commit 0ad3ed0

Please sign in to comment.