Skip to content

Commit 0f11493

Browse files
chore(main): release 0.2.0 (#29)
## 0.2.0 (2024-04-16) ## What's Changed * feat: adds support for globus.search.facet to generate filter UI based on configured facets and responses from the index by @jbottigliero in #28 * deps: bump the next group with 2 updates by @dependabot in #24 * deps: bump @types/react from 18.2.78 to 18.2.79 in the react group by @dependabot in #23 * deps: bump @emotion/styled from 11.11.0 to 11.11.5 by @dependabot in #27 * deps: bump eslint from 8.56.0 to 8.57.0 by @dependabot in #25 * deps: bump framer-motion from 10.18.0 to 11.1.1 by @dependabot in #30 **Full Changelog**: 0.1.1...0.2.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 fbab8ab commit 0f11493

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-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.1.1"
2+
".": "0.2.0"
33
}

CHANGELOG.md

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

3+
## 0.2.0 (2024-04-16)
4+
5+
## What's Changed
6+
* feat: adds support for globus.search.facet to generate filter UI based on configured facets and responses from the index by @jbottigliero in https://github.com/globus/static-search-portal/pull/28
7+
* deps: bump the next group with 2 updates by @dependabot in https://github.com/globus/static-search-portal/pull/24
8+
* deps: bump @types/react from 18.2.78 to 18.2.79 in the react group by @dependabot in https://github.com/globus/static-search-portal/pull/23
9+
* deps: bump @emotion/styled from 11.11.0 to 11.11.5 by @dependabot in https://github.com/globus/static-search-portal/pull/27
10+
* deps: bump eslint from 8.56.0 to 8.57.0 by @dependabot in https://github.com/globus/static-search-portal/pull/25
11+
* deps: bump framer-motion from 10.18.0 to 11.1.1 by @dependabot in https://github.com/globus/static-search-portal/pull/30
12+
13+
14+
**Full Changelog**: https://github.com/globus/static-search-portal/compare/0.1.1...0.2.0
15+
316
## 0.1.1 (2024-04-15)
417

518
## 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.1.1",
3+
"version": "0.2.0",
44
"repository": "github:globus/static-search-portal",
55
"files": [],
66
"scripts": {

0 commit comments

Comments
 (0)