From 3660ccc386249a8ba7a9c221cec53340bb1698da Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 16:10:34 -0500 Subject: [PATCH] chore(main): release 0.5.0 (#42) ## 0.5.0 (2024-04-19) ## What's Changed * feat: Basic support Image and RGBA fields. * feat: ResultListing now supports a `image` property. * fix: Addresses count issues with pagination. * feat: Introduces authorization feature. --- * deps: bump the next group with 2 updates by @dependabot in https://github.com/globus/static-search-portal/pull/39 * deps: bump framer-motion from 11.1.1 to 11.1.7 by @dependabot in https://github.com/globus/static-search-portal/pull/43 **Full Changelog**: https://github.com/globus/static-search-portal/compare/0.4.0...0.5.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 | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index da59f99..2aca35a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.0" + ".": "0.5.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 277ba9f..c5d319f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 0.5.0 (2024-04-19) + +## What's Changed +* deps: bump the next group with 2 updates by @dependabot in https://github.com/globus/static-search-portal/pull/39 +* deps: bump framer-motion from 11.1.1 to 11.1.7 by @dependabot in https://github.com/globus/static-search-portal/pull/43 + + +**Full Changelog**: https://github.com/globus/static-search-portal/compare/0.4.0...0.5.0 + ## 0.4.0 (2024-04-17) ## What's Changed diff --git a/package-lock.json b/package-lock.json index 30df1a0..f3ade77 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@globus/static-search-portal", - "version": "0.4.0", + "version": "0.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@globus/static-search-portal", - "version": "0.4.0", + "version": "0.5.0", "dependencies": { "@chakra-ui/icons": "^2.1.1", "@chakra-ui/next-js": "^2.2.0", diff --git a/package.json b/package.json index 016a956..1f4a662 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@globus/static-search-portal", - "version": "0.4.0", + "version": "0.5.0", "repository": "github:globus/static-search-portal", "files": [], "scripts": {