From f6b247e5a0ca1d92729b77f9effd1b0cb90b1a85 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 14:27:56 -0500 Subject: [PATCH] chore(main): release 0.9.0 (#190) :robot: I have created a release *beep* *boop* --- ## [0.9.0](https://github.com/globus/static-search-portal/compare/0.8.3...0.9.0) (2024-10-08) ### Features * adds support for "content" directory and landing page customization ([#189](https://github.com/globus/static-search-portal/issues/189)) ([63b3319](https://github.com/globus/static-search-portal/commit/63b3319c808cb06e52cbcbea624b6407796f7b45)) * use 'primary' and 'secondary' colors for styling ([#192](https://github.com/globus/static-search-portal/issues/192)) ([0877f8e](https://github.com/globus/static-search-portal/commit/0877f8e169cbdc03e7fd8f9b62438ffcc19f2b01)) --- 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 | 8 ++++++++ package-lock.json | 12 ++++++------ package.json | 4 ++-- src/globus/utils.ts | 2 +- 5 files changed, 18 insertions(+), 10 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a3bdfd2..6d78745 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.3" + ".": "0.9.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 8357e5d..0a01383 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.9.0](https://github.com/globus/static-search-portal/compare/0.8.3...0.9.0) (2024-10-08) + + +### Features + +* adds support for "content" directory and landing page customization ([#189](https://github.com/globus/static-search-portal/issues/189)) ([63b3319](https://github.com/globus/static-search-portal/commit/63b3319c808cb06e52cbcbea624b6407796f7b45)) +* use 'primary' and 'secondary' colors for styling ([#192](https://github.com/globus/static-search-portal/issues/192)) ([0877f8e](https://github.com/globus/static-search-portal/commit/0877f8e169cbdc03e7fd8f9b62438ffcc19f2b01)) + ## 0.8.3 (2024-05-22) ## What's Changed diff --git a/package-lock.json b/package-lock.json index 7aae05a..7d52c97 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@globus/static-search-portal", - "version": "0.8.3", + "version": "0.9.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@globus/static-search-portal", - "version": "0.8.3", + "version": "0.9.0", "license": "Apache-2.0", "dependencies": { "@chakra-ui/icons": "^2.1.1", @@ -34,7 +34,7 @@ "@heroicons/react": "^2.1.5", "@testing-library/jest-dom": "^6.5.0", "@testing-library/react": "^16.0.1", - "@types/jest": "^29.5.13", + "@types/jest": "^29.5.12", "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", @@ -3427,9 +3427,9 @@ } }, "node_modules/@types/jest": { - "version": "29.5.13", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.13.tgz", - "integrity": "sha512-wd+MVEZCHt23V0/L642O5APvspWply/rGY5BcW4SUETo2UzPU3Z26qr8jC2qxpimI2jjx9h7+2cj2FwIr01bXg==", + "version": "29.5.12", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.12.tgz", + "integrity": "sha512-eDC8bTvT/QhYdxJAulQikueigY5AsdBRH2yDKW3yveW7svY3+DzN84/2NUgkw10RTiJbWqZrTtoGVdYlvFJdLw==", "dev": true, "dependencies": { "expect": "^29.0.0", diff --git a/package.json b/package.json index d3e045d..004bafe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@globus/static-search-portal", - "version": "0.8.3", + "version": "0.9.0", "repository": "github:globus/static-search-portal", "files": [], "license": "Apache-2.0", @@ -40,7 +40,7 @@ "@heroicons/react": "^2.1.5", "@testing-library/jest-dom": "^6.5.0", "@testing-library/react": "^16.0.1", - "@types/jest": "^29.5.13", + "@types/jest": "^29.5.12", "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", diff --git a/src/globus/utils.ts b/src/globus/utils.ts index a7641c2..64633de 100644 --- a/src/globus/utils.ts +++ b/src/globus/utils.ts @@ -1,6 +1,6 @@ export const CLIENT_INFO = { product: "@globus/static-search-portal", // x-release-please-start-version - version: "0.8.3", + version: "0.9.0", // x-release-please-end };