Skip to content

Commit

Permalink
chore(main): release 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yetti committed Jun 14, 2024
1 parent a5f2672 commit 5957232
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## [3.3.0](https://github.com/nla/nla-arclight/compare/3.2.0...3.3.0) (2024-06-14)


### Features

* compare note headings using parameterized values ([e3df011](https://github.com/nla/nla-arclight/commit/e3df0117f40e2f381920d43a08f19d5db8970834))
* extract EAD notes by header ([5fffcc5](https://github.com/nla/nla-arclight/commit/5fffcc5fe3876fc3aa24781c4ef2aa8cbf08241e))
* extract notes by header ([81e0a52](https://github.com/nla/nla-arclight/commit/81e0a52278e0e43361d9e57198d7aea315a97680))
* refine display and formatting of notes ([07cac10](https://github.com/nla/nla-arclight/commit/07cac10cb2a033afe35ad0d8cd29c0d16735495f))


### Bug Fixes

* normalize note paragraphs and HTML wrapping ([1c5bdd1](https://github.com/nla/nla-arclight/commit/1c5bdd1d4ae8a288e7a2e68a5d110996ef6cf325))
* return nil extent information to avoid displaying an empty heading ([8abbbaf](https://github.com/nla/nla-arclight/commit/8abbbafd9244e7ae8a2b306c0866ab6e30e4516f))
* translate Scope and Contents heading ([04cf925](https://github.com/nla/nla-arclight/commit/04cf925b87c82d8257ce134372e3625d2fdcd448))


### Build System

* **deps:** bump actionpack from 7.0.8.3 to 7.0.8.4 ([f8635bd](https://github.com/nla/nla-arclight/commit/f8635bdd914b3f0e0660843d5f39f81684ae6553))
* **deps:** bump arclight from 1.1.0 to 1.4.0 ([6477805](https://github.com/nla/nla-arclight/commit/647780514bb206beb89f2d61a6b961df359cfc79))
* **deps:** bump blacklight-frontend from 8.0.1 to 8.3.0 ([966683f](https://github.com/nla/nla-arclight/commit/966683f55d336ad3b74847a3cf90d4db5f6a70b0))
* **deps:** bump braces from 3.0.2 to 3.0.3 ([7321b67](https://github.com/nla/nla-arclight/commit/7321b67b4e04bd5c675df6f5584831ddcd1379e2))
* **deps:** bump esbuild from 0.21.4 to 0.21.5 ([17c49e8](https://github.com/nla/nla-arclight/commit/17c49e8d8a949e683744e6038c0749eca96d9bc8))
* **deps:** bump nodemon from 3.1.2 to 3.1.3 ([6c62761](https://github.com/nla/nla-arclight/commit/6c627619d12ee1c1c19381c1fff4ed596fee9f09))
* **deps:** bump sass from 1.71.1 to 1.77.5 ([cb19eb2](https://github.com/nla/nla-arclight/commit/cb19eb237538e72e9c6de0f293d498f19a6ec4ae))

## [3.2.0](https://github.com/nla/nla-arclight/compare/3.1.0...3.2.0) (2024-06-04)


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 NlaArclight
VERSION = "3.2.0"
VERSION = "3.3.0"

class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version.
Expand Down

0 comments on commit 5957232

Please sign in to comment.