Skip to content

Commit

Permalink
Updating collection card url and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
7emansell committed Nov 20, 2024
1 parent 660d5a2 commit 5108679
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [0.2.1] 2024-11-20

### Updated

- Update collection links to be relative

## [0.2.0] 2024-11-20

### Removed
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": "digital-collections",
"version": "0.2.0",
"version": "0.2.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
12 changes: 11 additions & 1 deletion public/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [0.2.1] 2024-11-20

### Updated

- Update collection links to be relative

## [0.2.0] 2024-11-20

### Removed
### Removed

- Remove banner that links to OG Digital Collections (DR-3263)

### Updated

- Update links on /divisions page to point to /divisions/:slug pages (DR-3142)

## [0.1.19] 2024-11-18

### Updated

- Moved `/divisions` and `/divisions/[slug]` from behind middleware, now accessible (DR-3132, DR-3133)
- Updated collection card urls to use uuid
- Updated item card urls to use uuid
- Updated collection card urls to use legacy url
- Updated prod ECS cluster name to `new-digitalcollections-prod`

## [0.1.18] 2024-11-18

- merged into 0.1.19

## [0.1.17] 2024-11-14
Expand Down

0 comments on commit 5108679

Please sign in to comment.