diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c801ecd..eec82d5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/appConfig.ts b/appConfig.ts index 3f5160df..b744dec5 100644 --- a/appConfig.ts +++ b/appConfig.ts @@ -3,7 +3,7 @@ const appConfig = { DC_URL: { development: "", qa: "", - production: "https://digitalcollections.nypl.org", + production: "", }, IIIF_URL: { development: "https://iiif.nypl.org", diff --git a/package.json b/package.json index 6c7e8c23..a3c332d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "digital-collections", - "version": "0.2.1", + "version": "0.2.2", "private": true, "scripts": { "dev": "next dev", diff --git a/public/CHANGELOG.md b/public/CHANGELOG.md index 4598ad52..eec82d5b 100644 --- a/public/CHANGELOG.md +++ b/public/CHANGELOG.md @@ -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 @@ -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