Skip to content

Commit

Permalink
chore: v0.10.0 (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar authored Nov 13, 2022
1 parent 2fbc09b commit 081224a
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 4 deletions.
28 changes: 27 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased][unreleased]

## [0.10.0] - 2022-11-12: New Docs, Patterns, Features; Major Dependency Bumps

### Added

* docs(components): tup-354 bootstrap.modal; assets, loremipsum by @wesleyboar (#51)
* docs(components): tup-356 bootstrap.form by @wesleyboar (#52)
* docs: tup-356 bootstrap preview & easy subdir var by @wesleyboar (#53)
* docs(components): tup-356 bootstrap.container by @wesleyboar (#54)
* feat: tup-355 links (redo #57) by @wesleyboar (#58)
* feat(elements): fp-1828 move apcd styles to core by @wesleyboar (#56) (#62)
* feat(c-button): do not show <a> tag button for `--as-link` by @wesleyboar (#59)
* feat: x-link, used by c-button--as-link & links by @wesleyboar (#60)
* feat: npm watch synced with live-refresh demo by @wesleyboar (#61)

### Changed

* feat: tup-274 peerDeps not deps by @wesleyboar (#46)
* chore: tup-293 dependency updates by @wesleyboar (#50)
* fix(trumps, and unused): complex subdir var made easy by @wesleyboar (#55)

### Fixed

* fix(c-button): fp-1791 auto width by default by @wesleyboar (#49)
* fix: fp-1828 s-affixed-input-wrapper fallback by @wesleyboar (#62)

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

### Added
Expand Down Expand Up @@ -284,7 +309,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.9.0...HEAD
[unreleased]: https://github.com/TACC/Core-Styles/compare/v0.10.0...HEAD
[0.10.0]: https://github.com/TACC/Core-Styles/releases/tag/v0.10.0
[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
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.9.0",
"version": "0.10.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 081224a

Please sign in to comment.