Skip to content

Commit

Permalink
chore(main): release 2.1.0 (#371)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[2.1.0](2.0.0...2.1.0)
(2024-11-15)


### Features

* Adds "Clear Selected" button to the source file browser.
([79058b6](79058b6))
* Adds "Search All Collections" toggle in the search panel.
([79058b6](79058b6))
* Updates Destination search to hide collections the user does not have
Transfer-related permissions on (by default)
([#370](#370))
([79058b6](79058b6))


### Fixes

* Address issue causing the default header image not rendering on deep
pages when portal was published.
([#369](#369))
([ac3b7d2](ac3b7d2))

---
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 Nov 15, 2024
1 parent cb35ce8 commit 86ab075
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 5 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 @@
{
".": "2.0.0"
".": "2.1.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [2.1.0](https://github.com/globus/static-data-portal/compare/2.0.0...2.1.0) (2024-11-15)


### Features

* Adds "Clear Selected" button to the source file browser. ([79058b6](https://github.com/globus/static-data-portal/commit/79058b6b2828a7c30f4c9552e42e7a730d7ca9c5))
* Adds "Search All Collections" toggle in the search panel. ([79058b6](https://github.com/globus/static-data-portal/commit/79058b6b2828a7c30f4c9552e42e7a730d7ca9c5))
* Updates Destination search to hide collections the user does not have Transfer-related permissions on (by default) ([#370](https://github.com/globus/static-data-portal/issues/370)) ([79058b6](https://github.com/globus/static-data-portal/commit/79058b6b2828a7c30f4c9552e42e7a730d7ca9c5))


### Fixes

* Address issue causing the default header image not rendering on deep pages when portal was published. ([#369](https://github.com/globus/static-data-portal/issues/369)) ([ac3b7d2](https://github.com/globus/static-data-portal/commit/ac3b7d23abbe241968b98aec993479691148ff71))

## [2.0.0](https://github.com/globus/static-data-portal/compare/1.12.0...2.0.0) (2024-10-29)


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": "2.0.0",
"version": "2.1.0",
"repository": "github:globus/static-data-portal",
"files": [],
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion utils/globus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { FileDocument } from "@globus/sdk/cjs/services/transfer/service/file-ope
export const CLIENT_INFO = {
product: "@globus/static-data-portal",
// x-release-please-start-version
version: "2.0.0",
version: "2.1.0",
// x-release-please-end
};

Expand Down

0 comments on commit 86ab075

Please sign in to comment.