diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9dc6cef9..b805e9a8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.4.0" + ".": "3.4.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index cf0f346e..040a9117 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [3.4.1](https://github.com/nla/nla-blacklight/compare/nla-blacklight-v3.5.0...nla-blacklight/3.4.1) (2024-09-06) + +### Attempt to fix release-please... + ## [3.3.1](https://github.com/nla/nla-blacklight/compare/nla-blacklight/3.3.0...nla-blacklight/3.3.1) (2024-09-05) diff --git a/Gemfile b/Gemfile index 3b8a9a7e..ec5b2103 100644 --- a/Gemfile +++ b/Gemfile @@ -89,7 +89,7 @@ gem "ebsco-eds", "~> 1.1", ">= 1.1.5" gem "email_validator", "~> 2.2" gem "phonelib", "~> 0.9.1" -gem "nla-blacklight_common", git: "https://github.com/nla/nla-blacklight_common", branch: "main" +gem "nla-blacklight_common", git: "https://github.com/nla/nla-blacklight_common", tag: "0.2.7" gem "bento_search", git: "https://github.com/nla/bento_search.git", tag: "0.0.1" gem "blacklight_range_limit", "~> 8.0", "< 9" # For local development, comment out above ⤴️ and uncomment below ⤵️ diff --git a/Gemfile.lock b/Gemfile.lock index 703505aa..33121398 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -18,7 +18,7 @@ GIT GIT remote: https://github.com/nla/nla-blacklight_common revision: c13854cc911a8c5a42eb1d8c9183d8db6f99d3fd - branch: main + tag: 0.2.7 specs: nla-blacklight_common (0.2.7) activerecord-session_store (~> 2.0) diff --git a/config/application.rb b/config/application.rb index 602cc3fd..91364139 100644 --- a/config/application.rb +++ b/config/application.rb @@ -24,7 +24,7 @@ end module NlaBlacklight - VERSION = "3.4.0" + VERSION = "3.4.1" class Application < Rails::Application # Initialize configuration defaults for originally generated Rails version.