Skip to content

Commit

Permalink
chore(version): v3 (#26)
Browse files Browse the repository at this point in the history
After this, I'll change v1–v3 to v0.3–v0.5.
  • Loading branch information
wesleyboar authored May 25, 2022
1 parent 5addafd commit 42cafd8
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.0.0] - 2022-25-11: Simpler CLI API, Fixes, Updates, Cleanup

### Changed

- feat(tup-151): offset content less offset (#21)
- FP-1648: Build Individual Stylesheets — ⚠️ API Change (#23)
- feat(fp-1491): c-button updates from portal & use x-truncate (#20)

### Fixed

- fix(x-truncate): typo kills x-truncate--one-line (#22)
- fix(FP-1596): pagination @import used external url
- fix(fp-1542): figure img margin for link img's too (#25)

### Deleted

- chore(gitignore): remove outdated file

## [2.0.0] - 2022-05-11: Return Some CMS Styles, Many New Patterns

### Added
Expand Down Expand Up @@ -81,7 +99,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/v2.0.0...HEAD
[unreleased]: https://github.com/TACC/Core-Styles/compare/v3.0.0...HEAD
[3.0.0]: https://github.com/TACC/Core-Styles/releases/tag/v3.0.0
[2.0.0]: https://github.com/TACC/Core-Styles/releases/tag/v2.0.0
[1.0.0]: https://github.com/TACC/Core-Styles/releases/tag/v1.0.0
[0.2.0]: https://github.com/TACC/Core-Styles/releases/tag/v0.2.0
Expand Down
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.0.0",
"version": "3.0.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 42cafd8

Please sign in to comment.