Skip to content

Commit

Permalink
fix: v3.10.2 (#650)
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar authored Jun 1, 2023
1 parent b788fcb commit 0580300
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased][unreleased]

## [3.10.2] - 2023-06-01: Require Search Input, Fix Override of New Window Open

### Fixed

- fix(templates): bump home_portal `<hN>` levels by #640
- fix(brainmap-cms): #556 missing items from #570 by #645
- fix(tup-cms): make search field required input by #646
- chore(deps): bump socket.io-parser from 4.2.1 to 4.2.3 by #647
- fix(js): DES-2498 auto new window ignores redirect by #649

## [3.10.1] - 2023-05-10: Fixes for Core-CMS v3.10 and ProTX CMS v3.9

### Fixed
Expand Down Expand Up @@ -558,7 +568,8 @@ formerly known as v2.5.2 published on Thu Jul 1 16:10:38 2021 -0500

v2.0.0 Production release as of Mar 31, 2021.

[unreleased]: https://github.com/TACC/Core-CMS/compare/v3.10.1...HEAD
[unreleased]: https://github.com/TACC/Core-CMS/compare/v3.10.2..HEAD
[3.10.2]: https://github.com/TACC/Core-CMS/compare/v3.10.2
[3.10.1]: https://github.com/TACC/Core-CMS/compare/v3.10.1
[3.10.0]: https://github.com/TACC/Core-CMS/compare/v3.10.0
[3.9.2]: https://github.com/TACC/Core-CMS/compare/v3.9.2
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": "@tacc/core-cms",
"version": "3.10.1",
"version": "3.10.2",
"license": "MIT",
"author": "TACC ACI WMA <[email protected]>",
"description": "The TACC ACI-WMA Core CMS codebase used by TACC Portals.",
Expand Down

0 comments on commit 0580300

Please sign in to comment.