From 478981dfa5e037236dbf2f73e6e363ca30b5a37e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 12:27:15 -0500 Subject: [PATCH] chore(main): release 0.6.0 (#48) ## 0.6.0 (2024-04-22) ## What's Changed * deps: bump @fontsource/ibm-plex-mono from 5.0.12 to 5.0.13 by @dependabot in https://github.com/globus/static-search-portal/pull/46 * deps: bump @fontsource/ibm-plex-sans from 5.0.19 to 5.0.20 by @dependabot in https://github.com/globus/static-search-portal/pull/45 * feat: adds support for jsonata based references in static.json by @jbottigliero in https://github.com/globus/static-search-portal/pull/47 **Full Changelog**: https://github.com/globus/static-search-portal/compare/0.5.1...0.6.0 --- 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 | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d04f223..4208b5c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.1" + ".": "0.6.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 1edb5c5..a8a83f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 0.6.0 (2024-04-22) + +## What's Changed +* deps: bump @fontsource/ibm-plex-mono from 5.0.12 to 5.0.13 by @dependabot in https://github.com/globus/static-search-portal/pull/46 +* deps: bump @fontsource/ibm-plex-sans from 5.0.19 to 5.0.20 by @dependabot in https://github.com/globus/static-search-portal/pull/45 +* feat: adds support for jsonata based references in static.json by @jbottigliero in https://github.com/globus/static-search-portal/pull/47 + + +**Full Changelog**: https://github.com/globus/static-search-portal/compare/0.5.1...0.6.0 + ## 0.5.1 (2024-04-19) **Full Changelog**: https://github.com/globus/static-search-portal/compare/0.5.0...0.5.1 diff --git a/package-lock.json b/package-lock.json index b73ac98..0bfc8f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@globus/static-search-portal", - "version": "0.5.1", + "version": "0.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@globus/static-search-portal", - "version": "0.5.1", + "version": "0.6.0", "dependencies": { "@chakra-ui/icons": "^2.1.1", "@chakra-ui/next-js": "^2.2.0", diff --git a/package.json b/package.json index 5b89d6d..5b23314 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@globus/static-search-portal", - "version": "0.5.1", + "version": "0.6.0", "repository": "github:globus/static-search-portal", "files": [], "scripts": {