From a65e4a396a2612e9a4ba85d559000ab010be9784 Mon Sep 17 00:00:00 2001 From: "source-release-bot[bot]" <265100246+source-release-bot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 17:58:31 +0000 Subject: [PATCH] chore(main): release 1.3.0 --- CHANGELOG.md | 16 ++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e871765..885072b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.3.0](https://github.com/source-cooperative/source.coop/compare/v1.2.0...v1.3.0) (2026-05-13) + + +### Features + +* Add custom COG viewer ([#303](https://github.com/source-cooperative/source.coop/issues/303)) ([8337407](https://github.com/source-cooperative/source.coop/commit/833740729e0cce55c6981a6293968b52308fcb20)), closes [#169](https://github.com/source-cooperative/source.coop/issues/169) +* add ROR ID field to organization profile edit form ([#280](https://github.com/source-cooperative/source.coop/issues/280)) ([00f3ff8](https://github.com/source-cooperative/source.coop/commit/00f3ff8c22a91bc0347e75e20a77f8edc6645964)) +* add schema.org Dataset metadata to product pages ([#281](https://github.com/source-cooperative/source.coop/issues/281)) ([fb1efa5](https://github.com/source-cooperative/source.coop/commit/fb1efa5c8549c2bc6fa46c64b0a9e094697b9671)) +* add schema.org Person/Organization metadata to account pages ([#282](https://github.com/source-cooperative/source.coop/issues/282)) ([dbf19c7](https://github.com/source-cooperative/source.coop/commit/dbf19c7100d34807739ebe64f1103f3ffed728e8)) +* viewer for STAC & JSON ([#200](https://github.com/source-cooperative/source.coop/issues/200)) ([476d3d2](https://github.com/source-cooperative/source.coop/commit/476d3d27fe565e805508ecea1bf17984368ec1d9)) + + +### Bug Fixes + +* Escape special characters in schema.org JSON-LD metadata ([#305](https://github.com/source-cooperative/source.coop/issues/305)) ([a904d6c](https://github.com/source-cooperative/source.coop/commit/a904d6c2b790738d6b282a4ed34e92e7099b1934)) + ## [1.2.0](https://github.com/source-cooperative/source.coop/compare/v1.1.1...v1.2.0) (2026-04-01) diff --git a/package-lock.json b/package-lock.json index 3f78797e..1638748a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "source-cooperative", - "version": "1.2.0", + "version": "1.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "source-cooperative", - "version": "1.2.0", + "version": "1.3.0", "dependencies": { "@asteasolutions/zod-to-openapi": "^7.3.4", "@aws-sdk/client-dynamodb": "^3.767.0", diff --git a/package.json b/package.json index 35431231..bf98d6c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "source-cooperative", - "version": "1.2.0", + "version": "1.3.0", "private": true, "scripts": { "dev": "next dev --turbopack",