Skip to content

Commit

Permalink
chore(main): release 1.3.0 (#54)
Browse files Browse the repository at this point in the history
## 1.3.0 (2024-05-01)

## What's Changed

### Features
* feat: add link to Globus Web App Task Overview on successful Transfer
task creation. by @jbottigliero in
#63
* feat: adds support for `data.attributes.theme` by @jbottigliero in
#64
* feat: adds support for `data.attributes.image` by @jbottigliero in
#64
* feat: adds support for `data.attributes.image` for specifying the source
of the header image.
### Fix
* fix: improve the scroll behavior of the File Browser
### Dependency Updates
* deps: bump the typescript-eslint group across 1 directory with 2
updates by @dependabot in
#51
* deps: bump the next group across 1 directory with 2 updates by
@dependabot in #53
* deps: bump @types/react from 18.2.78 to 18.2.79 in the react group by
@dependabot in #45
* deps: bump the react group with 4 updates by @dependabot in
#55
* deps: bump eslint-plugin-react-hooks from 4.6.0 to 4.6.1 by
@dependabot in #56
* chore: adds Apache-2.0 LICENSE by @jbottigliero in
#57
* deps: bump the react group with 3 updates by @dependabot in
#59
* deps: bump eslint-plugin-react-hooks from 4.6.1 to 4.6.2 by
@dependabot in #60
* deps: bump @globus/sdk from 3.0.0-alpha.17 to 3.0.0 by @dependabot in
#61
* deps: bump the typescript-eslint group with 2 updates by @dependabot
in #62


**Full Changelog**:
1.2.3...1.3.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 May 1, 2024
1 parent 38e593d commit a3bc933
Show file tree
Hide file tree
Showing 4 changed files with 23 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 @@
{
".": "1.2.3"
".": "1.3.0"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## 1.3.0 (2024-05-01)

## What's Changed
* deps: bump the typescript-eslint group across 1 directory with 2 updates by @dependabot in https://github.com/globus/static-data-portal/pull/51
* deps: bump the next group across 1 directory with 2 updates by @dependabot in https://github.com/globus/static-data-portal/pull/53
* deps: bump @types/react from 18.2.78 to 18.2.79 in the react group by @dependabot in https://github.com/globus/static-data-portal/pull/45
* deps: bump the react group with 4 updates by @dependabot in https://github.com/globus/static-data-portal/pull/55
* deps: bump eslint-plugin-react-hooks from 4.6.0 to 4.6.1 by @dependabot in https://github.com/globus/static-data-portal/pull/56
* chore: adds Apache-2.0 LICENSE by @jbottigliero in https://github.com/globus/static-data-portal/pull/57
* deps: bump the react group with 3 updates by @dependabot in https://github.com/globus/static-data-portal/pull/59
* deps: bump eslint-plugin-react-hooks from 4.6.1 to 4.6.2 by @dependabot in https://github.com/globus/static-data-portal/pull/60
* deps: bump @globus/sdk from 3.0.0-alpha.17 to 3.0.0 by @dependabot in https://github.com/globus/static-data-portal/pull/61
* deps: bump the typescript-eslint group with 2 updates by @dependabot in https://github.com/globus/static-data-portal/pull/62
* feat: add link to Globus Web App Task Overview on successful Transfer task creation. by @jbottigliero in https://github.com/globus/static-data-portal/pull/63
* feat: adds support for `data.attributes.theme` by @jbottigliero in https://github.com/globus/static-data-portal/pull/64


**Full Changelog**: https://github.com/globus/static-data-portal/compare/1.2.3...1.3.0

## 1.2.3 (2024-04-24)

## 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-data-portal",
"version": "1.2.3",
"version": "1.3.0",
"repository": "github:globus/static-data-portal",
"files": [],
"license": "Apache-2.0",
Expand Down

0 comments on commit a3bc933

Please sign in to comment.