Skip to content

Commit

Permalink
chore: v0.9.0 (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar authored Oct 26, 2022
1 parent 22783d8 commit 2e25877
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased][unreleased]

## [0.9.0] - 2022-10-26: Fonts, C-Message, Generic CMS Form, A11y Color Tweak

### Added

- feat: support (and add) fonts (#41)
- feat: add c-message component (#41)
- feat: add and edit cms form styles (#41)
- feat!: rename and edit cms element styles (#41)
- feat: add postcss-replace (to manage font paths) (#41)

### Fixed

- fix: accessible error colors (#41)

## [0.8.7] - 2022-09-16: Fix Bad Import Path, NPM Run Command Doc Tweaks

### Changed
Expand Down Expand Up @@ -270,7 +284,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

[unreleased]: https://github.com/TACC/Core-Styles/compare/v0.8.7...HEAD
[unreleased]: https://github.com/TACC/Core-Styles/compare/v0.9.0...HEAD
[0.9.0]: https://github.com/TACC/Core-Styles/releases/tag/v0.9.0
[0.8.7]: https://github.com/TACC/Core-Styles/releases/tag/v0.8.7
[0.8.6]: https://github.com/TACC/Core-Styles/releases/tag/v0.8.6
[0.8.2]: https://github.com/TACC/Core-Styles/releases/tag/v0.8.2
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": "0.8.7",
"version": "0.9.0",
"license": "MIT",
"author": "TACC ACI WMA <[email protected]>",
"description": "CSS source and processor for TACC Core-CMS and Core-Portal.",
Expand Down

0 comments on commit 2e25877

Please sign in to comment.