From 180a38eaee52d6af0a17bf84e4a8f2ba17f6afa1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 09:24:50 -0500 Subject: [PATCH] chore(main): release 1.12.0 (#336) :robot: I have created a release *beep* *boop* --- ## [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)) --- 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> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 30 +++++++++++++++--------------- package.json | 6 +++--- utils/globus.ts | 2 +- 5 files changed, 32 insertions(+), 20 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cf198b9..a09efe7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.11.0" + ".": "1.12.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d217a19..effb91d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 9310404..1aeb8f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@globus/static-data-portal", - "version": "1.11.0", + "version": "1.12.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@globus/static-data-portal", - "version": "1.11.0", + "version": "1.12.0", "license": "Apache-2.0", "dependencies": { "@chakra-ui/icons": "^2.2.4", @@ -19,8 +19,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", @@ -2348,9 +2348,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.59.16", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.59.16.tgz", - "integrity": "sha512-crHn+G3ltqb5JG0oUv6q+PMz1m1YkjpASrXTU+sYWW9pLk0t2GybUHNRqYPZWhxgjPaVGC4yp92gSFEJgYEsPw==", + "version": "5.59.6", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.59.6.tgz", + "integrity": "sha512-g58YTHe4ClRrjJ50GY9fas/0zARJVozY0Hs+hcSBOmwZaeKY+to0/LX8wKnnH/EJiLYcC1sHmE11CAS3ncfZBg==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" @@ -2366,11 +2366,11 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.59.16", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.59.16.tgz", - "integrity": "sha512-MuyWheG47h6ERd4PKQ6V8gDyBu3ThNG22e1fRVwvq6ap3EqsFhyuxCAwhNP/03m/mLg+DAb0upgbPaX6VB+CkQ==", + "version": "5.59.6", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.59.6.tgz", + "integrity": "sha512-sGg2sNKg8cYf6aS1dzDf4weN+Vt9PfUu+0btwerrbtYysdNBbcGD4rPe9jhPgMtpDDlvi4cbLv+j1Qo814Kf+Q==", "dependencies": { - "@tanstack/query-core": "5.59.16" + "@tanstack/query-core": "5.59.6" }, "funding": { "type": "github", @@ -2381,9 +2381,9 @@ } }, "node_modules/@tanstack/react-query-devtools": { - "version": "5.59.16", - "resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-5.59.16.tgz", - "integrity": "sha512-Dejo39QBXmDqXZ3vdrk7vHDvs7TvL573/AX2NveMBmRAufAPYuE3oWSKP/gGqkDfEqyr4CmldOj+v9cKskUchQ==", + "version": "5.59.6", + "resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-5.59.6.tgz", + "integrity": "sha512-N6C2hCGF9aAKx+ESWjKmf5/ZkGttPCwVtCfBK9mxGOOo3iTC96jKzrZrqxk1BThXyTqJ6au8biBO4q9h2P4M2Q==", "dependencies": { "@tanstack/query-devtools": "5.58.0" }, @@ -2392,7 +2392,7 @@ "url": "https://github.com/sponsors/tannerlinsley" }, "peerDependencies": { - "@tanstack/react-query": "^5.59.16", + "@tanstack/react-query": "^5.59.6", "react": "^18 || ^19" } }, diff --git a/package.json b/package.json index 5a514ed..38b75be 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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", diff --git a/utils/globus.ts b/utils/globus.ts index 171feb8..8be8be8 100644 --- a/utils/globus.ts +++ b/utils/globus.ts @@ -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 };