Skip to content

Commit

Permalink
chore(main): release 0.5.0 (#42)
Browse files Browse the repository at this point in the history
## 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>
  • Loading branch information
github-actions[bot] authored Apr 19, 2024
1 parent 1cc1676 commit 3660ccc
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.4.0"
".": "0.5.0"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 3660ccc

Please sign in to comment.