Skip to content

Commit

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

...

## [3.11.2] - 2023-06-15: Fix Accent Color From Purple Back to Blue

### Fixed

- feat(css): accent color from purple to blue (#660)
- fix(css): bump text editor css core-styles to v2.9 (#661)

## [3.11.1] - 2023-06-13: Do Not Assign Non-Existent Color Variable

### Fixed
Expand Down Expand Up @@ -620,7 +627,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.11.1...main
[unreleased]: https://github.com/TACC/Core-CMS/compare/v3.11.2...main
[3.11.2]: https://github.com/TACC/Core-CMS/releases/tag/v3.11.2
[3.11.1]: https://github.com/TACC/Core-CMS/releases/tag/v3.11.1
[3.11.0]: https://github.com/TACC/Core-CMS/releases/tag/v3.11.0
[3.11.0-beta.2]: https://github.com/TACC/Core-CMS/releases/tag/v3.11.0-beta.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.11.1",
"version": "3.11.2",
"license": "MIT",
"author": "TACC ACI WMA <[email protected]>",
"description": "The TACC ACI-WMA Core CMS codebase used by TACC Portals.",
Expand Down

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

Large diffs are not rendered by default.

Loading

0 comments on commit d40acc3

Please sign in to comment.