From 005c1891d572dac7641c8d84c57533afdfa4d158 Mon Sep 17 00:00:00 2001 From: Wesley Bomar Date: Mon, 27 Nov 2023 17:56:05 -0600 Subject: [PATCH] chore: v2.22.2 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a473de112..4af593373 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased][unreleased] +## [2.22.2] - 2023-11-27: Fix Styles Not Applying to Django CMS Form Button + +### Fixed + +- hotfix: wrong classname for django cms form button (9ac94d3) + +**Full Changelog**: https://github.com/TACC/Core-Styles/compare/v2.22.1...v2.22.2 + ## [2.22.1] - 2023-11-27: Match Space Between Form Label & "(required)" on CMS ### Fixed diff --git a/package-lock.json b/package-lock.json index 490202ec9..d6f2a4297 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@tacc/core-styles", - "version": "2.22.1", + "version": "2.22.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@tacc/core-styles", - "version": "2.22.1", + "version": "2.22.2", "license": "MIT", "bin": { "core-styles": "src/cli.js" diff --git a/package.json b/package.json index bdc2e598b..c072e634e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tacc/core-styles", - "version": "2.22.1", + "version": "2.22.2", "license": "MIT", "author": "TACC ACI WMA ", "description": "CSS source and processor for TACC Core-CMS and Core-Portal.",