From 76d23a228eb51c74c6f3243b86e8be357ca409b0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 13:12:07 -0600 Subject: [PATCH] chore(main): release 1.5.0 (#263) :robot: I have created a release *beep* *boop* --- ## [1.5.0](https://github.com/globus/static-search-portal/compare/1.4.0...1.5.0) (2024-11-14) ### Features * Adds JSON Renderer for Globus Embeds ([#262](https://github.com/globus/static-search-portal/issues/262)) ([dfd7aa0](https://github.com/globus/static-search-portal/commit/dfd7aa08065ce64d2dd1d6a057a4d7dbaa5b420c)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- src/globus/utils.ts | 2 +- 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3e9af1b..fbd9082 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.4.0" + ".": "1.5.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 31e80fd..500e645 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.0](https://github.com/globus/static-search-portal/compare/1.4.0...1.5.0) (2024-11-14) + + +### Features + +* Adds JSON Renderer for Globus Embeds ([#262](https://github.com/globus/static-search-portal/issues/262)) ([dfd7aa0](https://github.com/globus/static-search-portal/commit/dfd7aa08065ce64d2dd1d6a057a4d7dbaa5b420c)) + ## [1.4.0](https://github.com/globus/static-search-portal/compare/1.3.1...1.4.0) (2024-11-14) diff --git a/package-lock.json b/package-lock.json index 9665e40..d5bb5c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@globus/static-search-portal", - "version": "1.4.0", + "version": "1.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@globus/static-search-portal", - "version": "1.4.0", + "version": "1.5.0", "license": "Apache-2.0", "dependencies": { "@chakra-ui/icons": "^2.2.4", diff --git a/package.json b/package.json index e07219c..e802abb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@globus/static-search-portal", - "version": "1.4.0", + "version": "1.5.0", "repository": "github:globus/static-search-portal", "files": [], "license": "Apache-2.0", diff --git a/src/globus/utils.ts b/src/globus/utils.ts index 9c3ae46..33b38a5 100644 --- a/src/globus/utils.ts +++ b/src/globus/utils.ts @@ -1,6 +1,6 @@ export const CLIENT_INFO = { product: "@globus/static-search-portal", // x-release-please-start-version - version: "1.4.0", + version: "1.5.0", // x-release-please-end };