Skip to content

Commit 3660ccc

Browse files
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 #39 * deps: bump framer-motion from 11.1.1 to 11.1.7 by @dependabot in #43 **Full Changelog**: 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>
1 parent 1cc1676 commit 3660ccc

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.4.0"
2+
".": "0.5.0"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 0.5.0 (2024-04-19)
4+
5+
## What's Changed
6+
* deps: bump the next group with 2 updates by @dependabot in https://github.com/globus/static-search-portal/pull/39
7+
* deps: bump framer-motion from 11.1.1 to 11.1.7 by @dependabot in https://github.com/globus/static-search-portal/pull/43
8+
9+
10+
**Full Changelog**: https://github.com/globus/static-search-portal/compare/0.4.0...0.5.0
11+
312
## 0.4.0 (2024-04-17)
413

514
## What's Changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@globus/static-search-portal",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"repository": "github:globus/static-search-portal",
55
"files": [],
66
"scripts": {

0 commit comments

Comments
 (0)