Skip to content

Commit

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


##
[1.9.0](1.8.0...1.9.0)
(2024-08-26)


### Features

* Updates the "Path" field to be editable for easy directory navigation.
([#242](#242))
([a3a2d03](a3a2d03))


### Fixes

* Address scenarios where post-consent an existing (refreshed) token
would be used instead of the result of the token response.
([a3a2d03](a3a2d03))
* **Search:** Ensures GCSv5 Endpoints ("nonfunctional" endpoints that do
not support transfer) are not displayed in destination collection search
results.
([#231](#231))
([1702e62](1702e62))

---
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 Aug 26, 2024
1 parent b3b2ce3 commit fb0a3d3
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 10 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.8.0"
".": "1.9.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.9.0](https://github.com/globus/static-data-portal/compare/1.8.0...1.9.0) (2024-08-26)


### Features

* Updates the "Path" field to be editable for easy directory navigation. ([#242](https://github.com/globus/static-data-portal/issues/242)) ([a3a2d03](https://github.com/globus/static-data-portal/commit/a3a2d03bc4857e413c596f6884397467c259b612))


### Fixes

* Address scenarios where post-consent an existing (refreshed) token would be used instead of the result of the token response. ([a3a2d03](https://github.com/globus/static-data-portal/commit/a3a2d03bc4857e413c596f6884397467c259b612))
* **Search:** Ensures GCSv5 Endpoints ("nonfunctional" endpoints that do not support transfer) are not displayed in destination collection search results. ([#231](https://github.com/globus/static-data-portal/issues/231)) ([1702e62](https://github.com/globus/static-data-portal/commit/1702e629f4ca7f01ee692481669a5c7d165762f2))

## [1.8.0](https://github.com/globus/static-data-portal/compare/1.7.1...1.8.0) (2024-08-19)


Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@globus/static-data-portal",
"version": "1.8.0",
"version": "1.9.0",
"repository": "github:globus/static-data-portal",
"files": [],
"license": "Apache-2.0",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@globus/types": "^0.0.7",
"@heroicons/react": "^2.1.5",
"@playwright/test": "^1.46.1",
"@tanstack/eslint-plugin-query": "^5.52.0",
"@tanstack/eslint-plugin-query": "^5.51.15",
"@types/node": "^22",
"@types/react": "^18",
"@types/react-dom": "^18",
Expand Down
2 changes: 1 addition & 1 deletion utils/globus.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const CLIENT_INFO = {
product: "@globus/static-data-portal",
// x-release-please-start-version
version: "1.8.0",
version: "1.9.0",
// x-release-please-end
};

0 comments on commit fb0a3d3

Please sign in to comment.