From 966375ed6787adf5704e4a12fe82e550bce28102 Mon Sep 17 00:00:00 2001 From: Wesley B <62723358+wesleyboar@users.noreply.github.com> Date: Fri, 6 Sep 2024 18:36:07 -0500 Subject: [PATCH] chore: v4.16.0 --- CHANGELOG.md | 20 ++++++++++++++++++-- package-lock.json | 4 ++-- package.json | 2 +- pyproject.toml | 2 +- 4 files changed, 22 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98247e66e..09eef93cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased][unreleased] +## [4.16.0] - 2023-09-06: BlueSky Social Media, Footer Enhancements, Fixes + +### Added + +* feat: secrets.example.py by @wesleyboar in https://github.com/TACC/Core-CMS/pull/861 +* feat: add BlueSky icon to logos-social-media by @wesleyboar in 9efb52f, 34ae5d1 +* deps: s-footer updates via core-styles 2.33.0 by @wesleyboar in https://github.com/TACC/Core-CMS/pull/866, https://github.com/TACC/Core-CMS/pull/865 + +### Fixed + +* fix: "Fluid Container" should be "Fluid container" by wesleyboar in 06137b7 +* fix: LinkedIn icon, more role="img" to SVG by @wesleyboar in 1ba01af + +**Full Changelog**: https://github.com/TACC/Core-CMS/compare/v4.15.2...v4.16.0 + ## [4.15.2] - 2023-09-05: Section via Container Have Corrected Labels ### Fixed @@ -15,7 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 **Full Changelog**: https://github.com/TACC/Core-CMS/compare/v4.15.1...v4.15.2 -## [4.15.2] - 2023-09-05: Core-Styles v2.23.1 +## [4.15.1] - 2023-09-05: Core-Styles v2.23.1 ### Updated @@ -1349,7 +1364,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.15.2...main +[unreleased]: https://github.com/TACC/Core-CMS/compare/v4.16.0...main +[4.16.0]: https://github.com/TACC/Core-CMS/releases/tag/v4.16.0 [4.15.2]: https://github.com/TACC/Core-CMS/releases/tag/v4.15.2 [4.15.1]: https://github.com/TACC/Core-CMS/releases/tag/v4.15.1 [4.15.0]: https://github.com/TACC/Core-CMS/releases/tag/v4.15.0 diff --git a/package-lock.json b/package-lock.json index 13be16e25..4b6346f46 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@tacc/core-cms", - "version": "4.15.2", + "version": "4.16.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@tacc/core-cms", - "version": "4.15.2", + "version": "4.16.0", "license": "MIT", "dependencies": { "@frctl/fractal": "^1.5.14", diff --git a/package.json b/package.json index 771c79e20..0856f1d4c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tacc/core-cms", - "version": "4.15.2", + "version": "4.16.0", "license": "MIT", "author": "TACC ACI WMA ", "description": "The TACC ACI-WMA Core CMS codebase used by TACC Portals.", diff --git a/pyproject.toml b/pyproject.toml index 6ad7da22c..053c44d0f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tacc-core-cms-backend" -version = "4.15.2" +version = "4.16.0" description = "DjangoCMS backend for the TACC ACI-WMA Core-CMS Codebase." authors = ["TACC-WMA "]