Skip to content

Commit 616a8d3

Browse files
chore(main): release 0.4.0 (#38)
## 0.4.0 (2024-04-17) ## What's Changed * feat: adds basic pagination and improved loading state by @jbottigliero in #37 * deps: bump @globus/sdk from 3.0.0-alpha.8 to 3.0.0-alpha.17 by @dependabot in #34 **Full Changelog**: 0.3.0...0.4.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 8cb38bf commit 616a8d3

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.3.0"
2+
".": "0.4.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.4.0 (2024-04-17)
4+
5+
## What's Changed
6+
* feat: adds basic pagination and improved loading state by @jbottigliero in https://github.com/globus/static-search-portal/pull/37
7+
* deps: bump @globus/sdk from 3.0.0-alpha.8 to 3.0.0-alpha.17 by @dependabot in https://github.com/globus/static-search-portal/pull/34
8+
9+
10+
**Full Changelog**: https://github.com/globus/static-search-portal/compare/0.3.0...0.4.0
11+
312
## 0.3.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.3.0",
3+
"version": "0.4.0",
44
"repository": "github:globus/static-search-portal",
55
"files": [],
66
"scripts": {

0 commit comments

Comments
 (0)