Skip to content

Commit

Permalink
chore(version): v0.5.0→v0.5.1 & instructions tweak (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar authored May 26, 2022
1 parent 856d8ac commit c7d9fec
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.0] - 2022-25-11: Simpler CLI API, Fixes, Updates, Cleanup
## [0.5.1] - 2022-05-26: Version Rewrite

### Changed

- chore(version): v3.0→v0.5 & publish instructions (#28)

## [0.5.0] - 2022-05-25: Simpler CLI API, Fixes, Updates, Cleanup

### Added

Expand Down Expand Up @@ -103,7 +109,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.5.0...HEAD
[unreleased]: https://github.com/TACC/Core-Styles/compare/v0.5.1...HEAD
[0.5.1]: https://github.com/TACC/Core-Styles/releases/tag/v0.5.1
[0.5.0]: https://github.com/TACC/Core-Styles/releases/tag/v0.5.0
[0.4.0]: https://github.com/TACC/Core-Styles/releases/tag/v0.4.0
[0.3.0]: https://github.com/TACC/Core-Styles/releases/tag/v0.3.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ Sign your commits ([see this link](https://help.github.com/en/github/authenticat
1. Create new branch for version bump.
1. Update `CHANGELOG.md`.
1. Update version in `package.json`.
1. Run `npm i --package-lock-only` to update version in `package-lock.json`.
1. Update version in `package-lock.json` by running `npm i --package-lock-only`.
1. Commit, push, PR, review, merge.
1. Create new GitHub Release.
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.5.0",
"version": "0.5.1",
"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 c7d9fec

Please sign in to comment.