Skip to content

Commit

Permalink
Release good_job v3.27.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Mar 27, 2024
1 parent de7fd66 commit aeb44a3
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [v3.27.2](https://github.com/bensheldon/good_job/tree/v3.27.2) (2024-03-27)

[Full Changelog](https://github.com/bensheldon/good_job/compare/v3.27.1...v3.27.2)

**Fixed bugs:**

- Use scope-resolutioned constants in Notifier loop [\#1300](https://github.com/bensheldon/good_job/pull/1300) ([bensheldon](https://github.com/bensheldon))
- Invoke inline Bootstrap Color Mode javascript above CSS link tag to better avoid flash of un-themed content [\#1298](https://github.com/bensheldon/good_job/pull/1298) ([bensheldon](https://github.com/bensheldon))

**Closed issues:**

- Buggy theme animation while switching tabs [\#1224](https://github.com/bensheldon/good_job/issues/1224)

## [v3.27.1](https://github.com/bensheldon/good_job/tree/v3.27.1) (2024-03-24)

[Full Changelog](https://github.com/bensheldon/good_job/compare/v3.27.0...v3.27.1)
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:
good_job (3.27.1)
good_job (3.27.2)
activejob (>= 6.0.0)
activerecord (>= 6.0.0)
concurrent-ruby (>= 1.0.2)
Expand Down
1 change: 1 addition & 0 deletions checksums/good_job-3.27.2.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
17116d2fe38951ba351795c2570dc1316fd8f0ed3ff79dc3eaf1844b277bfdf1
1 change: 1 addition & 0 deletions checksums/good_job-3.27.2.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6ce15dadc89576a1385fdfd0d0dca5dd74f73e8f91230bf8b218d49bc862302aa5cee7f9feed96e01c18c2f0e605162b5750a2266503a1e519347764a12c13b6
2 changes: 1 addition & 1 deletion lib/good_job/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module GoodJob
# GoodJob gem version.
VERSION = '3.27.1'
VERSION = '3.27.2'

# GoodJob version as Gem::Version object
GEM_VERSION = Gem::Version.new(VERSION)
Expand Down

0 comments on commit aeb44a3

Please sign in to comment.