Skip to content

Commit

Permalink
chore: v2.24.0 (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar committed Feb 20, 2024
1 parent 31e4404 commit e94c4ef
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 7 deletions.
23 changes: 19 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,35 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased][unreleased]


## [2.24.0] - 2024-02-20: Table Redesign, Fix Button & Tag Component Bugs

### Added

- task/tup-534 Adds in media query for tables (#275)

### Fixed

- hotfix: center text horizontally in button (#307)
- fix: import docs in base layer, like other clients (#303)
- fix: c-tag padding should be static and less (#301)

**Full Changelog**: https://github.com/TACC/Core-Styles/compare/v2.23.1...v2.24.0

## [2.23.1] - 2024-01-11: Fix Button Link, Icon Alignment, Card Demo

## Fixed
### Fixed

- fix: CMS button--as-link has button padding (#298)
- fix: publish contact card styles (#294)
- Task/tup-674 Fix hanging indent (#289)

## Changed
### Changed

- refactor: card image demo grid (#296)
- refactor: c-card--image-bottom (#297)
- refactor: more icon alignment (#293)

## Updated
### Updated

- build(deps-dev): bump follow-redirects from 1.15.2 to 1.15.4 (#295)

Expand Down Expand Up @@ -978,7 +992,8 @@ See [2.5.0] instead.

Initial working code. (This code may not work on all environments.)

[unreleased]: https://github.com/TACC/Core-Styles/compare/v2.23.1...HEAD
[unreleased]: https://github.com/TACC/Core-Styles/compare/v2.24.0...HEAD
[2.24.0]: https://github.com/TACC/Core-Styles/releases/tag/v2.24.0
[2.23.1]: https://github.com/TACC/Core-Styles/releases/tag/v2.23.1
[2.23.0]: https://github.com/TACC/Core-Styles/releases/tag/v2.23.0
[2.22.6]: https://github.com/TACC/Core-Styles/releases/tag/v2.22.7
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-styles",
"version": "2.23.1",
"version": "2.24.0",
"license": "MIT",
"author": "TACC ACI WMA <wma-portals@gmail.com>",
"description": "CSS source and processor for TACC Core-CMS and Core-Portal.",
Expand Down

0 comments on commit e94c4ef

Please sign in to comment.