From 0e0feb02cda64152bfbd79337ebc8d1f7fecee46 Mon Sep 17 00:00:00 2001 From: Wesley B <62723358+wesleyboar@users.noreply.github.com> Date: Wed, 13 Nov 2024 19:47:34 -0600 Subject: [PATCH] chore: v4.20.2 --- CHANGELOG.md | 13 ++++++++++++- package-lock.json | 4 ++-- package.json | 2 +- pyproject.toml | 2 +- 4 files changed, 16 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a586f8ce6..8a5c2bfa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased][unreleased] +## [4.20.2] - 2024-11-13: Complete Container Type Options + +## 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 +* refactor: reorder Container type options by @wesleyboar in https://github.com/TACC/Core-CMS/pull/898 + +**Full Changelog**: https://github.com/TACC/Core-CMS/compare/v4.20.1...v4.20.2 + ## [4.20.1] - 2024-11-06: Fix Linked Image Cards ## What's Changed @@ -1442,7 +1452,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.1...main +[unreleased]: https://github.com/TACC/Core-CMS/compare/v4.20.2...main +[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 [4.19.1]: https://github.com/TACC/Core-CMS/releases/tag/v4.19.1 diff --git a/package-lock.json b/package-lock.json index 1d67df303..2978d79e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@tacc/core-cms", - "version": "4.20.1", + "version": "4.20.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@tacc/core-cms", - "version": "4.20.1", + "version": "4.20.2", "license": "MIT", "dependencies": { "@frctl/fractal": "^1.5.14", diff --git a/package.json b/package.json index bf3d2dcae..881396f37 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tacc/core-cms", - "version": "4.20.1", + "version": "4.20.2", "license": "MIT", "author": "TACC ACI WMA ", "contributors": [ diff --git a/pyproject.toml b/pyproject.toml index 55436a01a..d85e454f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tacc-core-cms-backend" -version = "4.20.1" +version = "4.20.2" description = "DjangoCMS backend for the TACC ACI-WMA Core-CMS Codebase." authors = ["TACC-WMA "]