Skip to content

Commit

Permalink
chore: v0.11.0 (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar authored Nov 14, 2022
1 parent 511c870 commit b1f3343
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased][unreleased]

## [0.11.0] - 2022-11-14: Table Pattern, Many Demo Fixes, Demo Build Dir Clarity

### Added

* feat(elements): fp-1878 table pattern (#64) (b3bc511)

### Changed

* docs: nest demo assets in `/assets` directory (#65)

### Fixed

* fix(bootstrap): broken paths in static build (47047a4)
* fix: pattern demo repair suite (#66)

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

### Added
Expand Down Expand Up @@ -309,7 +324,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.10.0...HEAD
[unreleased]: https://github.com/TACC/Core-Styles/compare/v0.11.0...HEAD
[0.11.0]: https://github.com/TACC/Core-Styles/releases/tag/v0.11.0
[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
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.10.0",
"version": "0.11.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 b1f3343

Please sign in to comment.