Skip to content

Commit

Permalink
Merge pull request #53 from lyrasis/zd-13632-opt-list-change
Browse files Browse the repository at this point in the history
ZD-13632: change departments `Archaeology - NAGPRA` to `NAGPRA`
  • Loading branch information
mark-cooper authored Sep 23, 2022
2 parents b0a637e + c65098a commit 3469530
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## v1.0.11

- Change departments `Archaeology - NAGPRA` display value to `NAGPRA`
## v1.0.10

- Add `National Historic Landmark Number` and `National Register Number` to `numberTypes` option list values
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cspace-ui-plugin-profile-ohc",
"version": "1.0.10",
"version": "1.0.11",
"description": "OHC profile plugin for the CollectionSpace UI",
"author": "",
"license": "ECL-2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/optionLists/shared.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default () => ({
},
'archaeology-nagpra': {
id: 'option.departments.archaeology-nagpra',
defaultMessage: 'Archaeology - NAGPRA',
defaultMessage: 'NAGPRA',
},
education: {
id: 'option.departments.education',
Expand Down

0 comments on commit 3469530

Please sign in to comment.