Skip to content

Commit

Permalink
Merge pull request #243 from NYPL/hotfix/DR-3298/update-prod-dc-url
Browse files Browse the repository at this point in the history
Hotfix/dr 3298/update prod dc url
  • Loading branch information
avertrees authored Nov 20, 2024
2 parents e98ee53 + 27d1b35 commit e6abddb
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [0.2.2] 2024-11-20

### Updated

- Update production DC_URL in appConfig.ts file

## [0.2.1] 2024-11-20

Expand Down
2 changes: 1 addition & 1 deletion appConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const appConfig = {
DC_URL: {
development: "",
qa: "",
production: "https://digitalcollections.nypl.org",
production: "",
},
IIIF_URL: {
development: "https://iiif.nypl.org",
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.1",
"version": "0.2.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
7 changes: 7 additions & 0 deletions public/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [0.2.2] 2024-11-20

### Updated

- Update production DC_URL in appConfig.ts file

## [0.2.1] 2024-11-20

Expand All @@ -22,6 +27,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Updated

- Update links on /divisions page to point to /divisions/:slug pages (DR-3142)
- Updating pagination text on division landing page
- Updating Next Image quality

## [0.1.19] 2024-11-18

Expand Down

0 comments on commit e6abddb

Please sign in to comment.