Skip to content

Commit

Permalink
chore(main): release 0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanShaw committed Oct 2, 2024
1 parent e8791d2 commit eabeef6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.2.8](https://github.com/nla/nla-blacklight_common/compare/0.2.7...0.2.8) (2024-10-02)


### Build System

* **deps-dev:** bump rspec-rails from 6.1.4 to 7.0.1 ([4b3c1d7](https://github.com/nla/nla-blacklight_common/commit/4b3c1d790a9cdc6198bdd70e395f429e60aa1ce1))
* **deps-dev:** bump rubocop-rails from 2.25.1 to 2.26.2 ([bbd8fad](https://github.com/nla/nla-blacklight_common/commit/bbd8fad6511f3c9f3164f0be201ae82a86a4d2e3))
* **deps-dev:** bump rubocop-rspec from 3.0.4 to 3.1.0 ([59180f8](https://github.com/nla/nla-blacklight_common/commit/59180f884f27e304faad265c9cd8c9a53274e2bc))
* **deps-dev:** bump selenium-webdriver from 4.23.0 to 4.25.0 ([357e932](https://github.com/nla/nla-blacklight_common/commit/357e93296a80d414045e0b06cc901c3cf90ee48b))
* **deps:** bump brakeman from 6.1.2 to 6.2.1 ([941bde2](https://github.com/nla/nla-blacklight_common/commit/941bde21cdb1e586fd57a84f16822414295b55d9))
* **deps:** bump bundler-audit from 0.9.1 to 0.9.2 ([d6eea0c](https://github.com/nla/nla-blacklight_common/commit/d6eea0cf7f1c603717363ef2060a2edebe5793a6))
* **deps:** bump isbang/compose-action from 2.0.1 to 2.0.2 ([c44e4a7](https://github.com/nla/nla-blacklight_common/commit/c44e4a774ef1c485ca0ed39c83f797cd6aa5bab2))
* **deps:** bump jwt from 2.8.2 to 2.9.1 ([f96ffaa](https://github.com/nla/nla-blacklight_common/commit/f96ffaa58a4e064457fc14d321a5ee0d57d9d77e))
* **deps:** bump puma from 6.4.2 to 6.4.3 ([cdac8df](https://github.com/nla/nla-blacklight_common/commit/cdac8dfcc9d5411819bec35b05e676c0557fc0e1))
* **deps:** bump strong_migrations from 1.8.0 to 2.0.0 ([fd4e7e6](https://github.com/nla/nla-blacklight_common/commit/fd4e7e6242357b686437df7d6c67230820abf02a))

## [0.2.7](https://github.com/nla/nla-blacklight_common/compare/0.2.6...0.2.7) (2024-08-29)


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:
nla-blacklight_common (0.2.7)
nla-blacklight_common (0.2.8)
activerecord-session_store (~> 2.0)
annotaterb
blacklight (>= 8.0.0, < 9)
Expand Down
2 changes: 1 addition & 1 deletion lib/nla/blacklight_common/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Nla
module BlacklightCommon
VERSION = "0.2.7"
VERSION = "0.2.8"
end
end

0 comments on commit eabeef6

Please sign in to comment.