From 2586e7635ba05cdc77d3bb457fa43863039f9625 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 16:20:20 +0000 Subject: [PATCH] chore(main): release 1.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 20 ++++++++++++++++++++ package-lock.json | 12 ++++++------ package.json | 4 ++-- 4 files changed, 29 insertions(+), 9 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5fdd883..c3f1463 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.0" + ".": "1.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 723509d..14c9bce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## 1.2.0 (2024-04-15) + +## What's Changed +* deps: bump @types/react from 18.2.55 to 18.2.70 by @dependabot in https://github.com/globus/static-data-portal/pull/4 +* deps: bump framer-motion from 11.0.20 to 11.0.24 by @dependabot in https://github.com/globus/static-data-portal/pull/24 +* deps: bump eslint from 8.56.0 to 8.57.0 by @dependabot in https://github.com/globus/static-data-portal/pull/17 +* deps: bump next from 14.1.0 to 14.1.4 by @dependabot in https://github.com/globus/static-data-portal/pull/18 +* feat: updates Header authenticated state to render username; name and organization included in menu. by @jbottigliero in https://github.com/globus/static-data-portal/pull/34 +* deps: bump @types/react-dom from 18.2.19 to 18.2.25 by @dependabot in https://github.com/globus/static-data-portal/pull/33 +* deps: bump eslint-plugin-react from 7.33.2 to 7.34.1 by @dependabot in https://github.com/globus/static-data-portal/pull/32 +* deps: bump @emotion/react from 11.11.3 to 11.11.4 by @dependabot in https://github.com/globus/static-data-portal/pull/27 +* deps: bump typescript from 5.3.3 to 5.4.5 by @dependabot in https://github.com/globus/static-data-portal/pull/31 +* deps: bump next from 14.1.4 to 14.2.1 by @dependabot in https://github.com/globus/static-data-portal/pull/36 +* deps: bump @types/react from 18.2.70 to 18.2.78 in the react group by @dependabot in https://github.com/globus/static-data-portal/pull/35 +* deps: bump eslint-config-next from 14.1.4 to 14.2.1 by @dependabot in https://github.com/globus/static-data-portal/pull/39 +* deps: bump typedoc from 0.25.12 to 0.25.13 by @dependabot in https://github.com/globus/static-data-portal/pull/38 + + +**Full Changelog**: https://github.com/globus/static-data-portal/compare/1.1.0...1.2.0 + ## 1.1.0 (2024-03-25) ## What's Changed diff --git a/package-lock.json b/package-lock.json index 82449ef..4bfa933 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@globus/static-data-portal", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@globus/static-data-portal", - "version": "1.1.0", + "version": "1.2.0", "dependencies": { "@chakra-ui/icons": "^2.1.1", "@chakra-ui/next-js": "^2.2.0", @@ -41,7 +41,7 @@ "eslint-plugin-react": "^7.34.1", "eslint-plugin-react-hooks": "^4.6.0", "prettier": "3.2.5", - "typedoc": "^0.25.13", + "typedoc": "^0.25.12", "typedoc-plugin-markdown": "^3.17.1", "typescript": "^5" } @@ -6878,9 +6878,9 @@ } }, "node_modules/typedoc": { - "version": "0.25.13", - "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.25.13.tgz", - "integrity": "sha512-pQqiwiJ+Z4pigfOnnysObszLiU3mVLWAExSPf+Mu06G/qsc3wzbuM56SZQvONhHLncLUhYzOVkjFFpFfL5AzhQ==", + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.25.12.tgz", + "integrity": "sha512-F+qhkK2VoTweDXd1c42GS/By2DvI2uDF4/EpG424dTexSHdtCH52C6IcAvMA6jR3DzAWZjHpUOW+E02kyPNUNw==", "dev": true, "dependencies": { "lunr": "^2.3.9", diff --git a/package.json b/package.json index b7680c6..fd391e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@globus/static-data-portal", - "version": "1.1.0", + "version": "1.2.0", "repository": "github:globus/static-data-portal", "files": [], "scripts": { @@ -44,7 +44,7 @@ "eslint-plugin-react": "^7.34.1", "eslint-plugin-react-hooks": "^4.6.0", "prettier": "3.2.5", - "typedoc": "^0.25.13", + "typedoc": "^0.25.12", "typedoc-plugin-markdown": "^3.17.1", "typescript": "^5" }