Skip to content

Commit

Permalink
Merge pull request #1050 from nla/release-please--branches--main--com…
Browse files Browse the repository at this point in the history
…ponents--nla-blacklight

chore(main): release nla-blacklight 3.4.1
  • Loading branch information
CEdwardsBlasikiewicz authored Sep 6, 2024
2 parents 7676d49 + 010f2c2 commit 40027e8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.4.0"
".": "3.4.1"
}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ⤵️
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 40027e8

Please sign in to comment.