Skip to content

Commit

Permalink
chore: v4.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar committed Dec 5, 2024
1 parent 6ebe67e commit 5349064
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 10 deletions.
21 changes: 15 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased][unreleased]

## [4.21.0] - 2024-12-04: Custom Links for `findLinksAndSetTargets`

### What's Changed

* feat: CMD-193 custom links for findLinksAndSetTargets by @wesleyboar in https://github.com/TACC/Core-CMS/pull/902

**Full Changelog**: https://github.com/TACC/Core-CMS/compare/v4.20.2...v4.21.0

## [4.20.2] - 2024-11-13: Complete Container Type Options

## What's Changed
### What's Changed

* fix: media editor adv unable to view/use folders by @wesleyboar in https://github.com/TACC/Core-CMS/pull/893
* fix: restore empty Container by @wesleyboar in https://github.com/TACC/Core-CMS/pull/897, b8ecc1c, 1aa1cd4
Expand All @@ -19,7 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [4.20.1] - 2024-11-06: Fix Linked Image Cards

## What's Changed
### What's Changed

* chore: core-styles v2.37.2 by @wesleyboar in 1dba400

Expand All @@ -37,7 +45,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [4.19.1] - 2024-10-25: Add Column Choices & Fix `group_perms` Command

## What's Changed
### What's Changed

* feat(settings): bootstrap4 column choices by @wesleyboar in https://github.com/TACC/Core-CMS/pull/889
* fix: group_perms error with news admin by @wesleyboar in https://github.com/TACC/Core-CMS/pull/890
Expand All @@ -46,15 +54,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [4.19.0] - 2023-10-25: Dark & Muted Columns (from Core-Styles v2.36.0)

## What's Changed
### What's Changed

* chore: bump core-styles to v2.36.0 by @wesleyboar in https://github.com/TACC/Core-CMS/pull/888

**Full Changelog**: https://github.com/TACC/Core-CMS/compare/v4.18.0...v4.19.0

## [4.18.0] - 2023-10-24: Old Styles Use @layer, Improve Blog Settings, Fixes

## What's Changed
### What's Changed

* chore: do not clone bootstrap for `tacc-search-bar` by @wesleyboar in https://github.com/TACC/Core-CMS/pull/879
* feat: WP-197 use @layer's / help migrate Frontera by @wesleyboar in https://github.com/TACC/Core-CMS/pull/856
Expand Down Expand Up @@ -1452,7 +1460,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/v4.20.2...main
[unreleased]: https://github.com/TACC/Core-CMS/compare/v4.21.0...main
[4.21.0]: https://github.com/TACC/Core-CMS/releases/tag/v4.21.0
[4.20.2]: https://github.com/TACC/Core-CMS/releases/tag/v4.20.2
[4.20.1]: https://github.com/TACC/Core-CMS/releases/tag/v4.20.1
[4.20.0]: https://github.com/TACC/Core-CMS/releases/tag/v4.20.0
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": "4.20.2",
"version": "4.21.0",
"license": "MIT",
"author": "TACC ACI WMA <[email protected]>",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tacc-core-cms-backend"
version = "4.20.2"
version = "4.21.0"
description = "DjangoCMS backend for the TACC ACI-WMA Core-CMS Codebase."
authors = ["TACC-WMA <[email protected]>"]

Expand Down

0 comments on commit 5349064

Please sign in to comment.