Skip to content

Commit

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


##
[1.12.0](1.11.0...1.12.0)
(2024-10-25)


### Features

* Adds button to open files in a new tab when collections support HTTPS.
([#337](#337))
([d6cc729](d6cc729))


### Fixes

* use zustand for state management and resolve various state issues in
the File Browser
([#335](#335))
([6b221e5](6b221e5))

---
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 Oct 28, 2024
1 parent 07aab07 commit 180a38e
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 20 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.11.0"
".": "1.12.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

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


### Features

* Adds button to open files in a new tab when collections support HTTPS. ([#337](https://github.com/globus/static-data-portal/issues/337)) ([d6cc729](https://github.com/globus/static-data-portal/commit/d6cc729252243fd79c434f4dd8fdf2041803c7b0))


### Fixes

* use zustand for state management and resolve various state issues in the File Browser ([#335](https://github.com/globus/static-data-portal/issues/335)) ([6b221e5](https://github.com/globus/static-data-portal/commit/6b221e598067c5a945582a50820618d4b3bef503))

## [1.11.0](https://github.com/globus/static-data-portal/compare/1.10.2...1.11.0) (2024-10-09)


Expand Down
30 changes: 15 additions & 15 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@globus/static-data-portal",
"version": "1.11.0",
"version": "1.12.0",
"repository": "github:globus/static-data-portal",
"files": [],
"license": "Apache-2.0",
Expand All @@ -24,8 +24,8 @@
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.2.14",
"@tanstack/react-query": "^5.59.16",
"@tanstack/react-query-devtools": "^5.59.16",
"@tanstack/react-query": "^5.59.6",
"@tanstack/react-query-devtools": "^5.59.6",
"@types/mdx": "^2.0.13",
"framer-motion": "^11.9.0",
"lodash": "^4.17.21",
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: "1.11.0",
version: "1.12.0",
// x-release-please-end
};

Expand Down

0 comments on commit 180a38e

Please sign in to comment.