Skip to content

Commit

Permalink
chore(main): release 1.2.0 (#20)
Browse files Browse the repository at this point in the history
# 1.2.0 (2024-04-15)

## What's Changed

### Features
* Updates the header authenticated state to render username; name and
organization included in menu. by @jbottigliero in
#34

### Dependency Updates
* deps: bump @types/react from 18.2.55 to 18.2.70 by @dependabot in
#4
* deps: bump framer-motion from 11.0.20 to 11.0.24 by @dependabot in
#24
* deps: bump eslint from 8.56.0 to 8.57.0 by @dependabot in
#17
* deps: bump next from 14.1.0 to 14.1.4 by @dependabot in
#18
* deps: bump @types/react-dom from 18.2.19 to 18.2.25 by @dependabot in
#33
* deps: bump eslint-plugin-react from 7.33.2 to 7.34.1 by @dependabot in
#32
* deps: bump @emotion/react from 11.11.3 to 11.11.4 by @dependabot in
#27
* deps: bump typescript from 5.3.3 to 5.4.5 by @dependabot in
#31
* deps: bump next from 14.1.4 to 14.2.1 by @dependabot in
#36
* deps: bump @types/react from 18.2.70 to 18.2.78 in the react group by
@dependabot in #35
* deps: bump eslint-config-next from 14.1.4 to 14.2.1 by @dependabot in
#39
* deps: bump typedoc from 0.25.12 to 0.25.13 by @dependabot in
#38
* deps: bump @types/node from 20.11.19 to 20.12.7 by @dependabot in
#37


**Full Changelog**:
1.1.0...1.2.0

---
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 Apr 15, 2024
1 parent 8c44905 commit 7a4201f
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 4 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.1.0"
".": "1.2.0"
}
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# 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
* deps: bump @types/node from 20.11.19 to 20.12.7 by @dependabot in https://github.com/globus/static-data-portal/pull/37


**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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 7a4201f

Please sign in to comment.