From c7d9fec7560aea4266378958bd05dcf91d7c0ced Mon Sep 17 00:00:00 2001 From: Wesley B <62723358+wesleyboar@users.noreply.github.com> Date: Thu, 26 May 2022 10:59:59 -0500 Subject: [PATCH] =?UTF-8?q?chore(version):=20v0.5.0=E2=86=92v0.5.1=20&=20i?= =?UTF-8?q?nstructions=20tweak=20(#29)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 11 +++++++++-- README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d506f72a..b7a875bc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/README.md b/README.md index a768ac771..bcefbe7ca 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package-lock.json b/package-lock.json index a7df127af..9658057a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@tacc/core-styles", - "version": "0.5.0", + "version": "0.5.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@tacc/core-styles", - "version": "0.5.0", + "version": "0.5.1", "license": "MIT", "dependencies": { "commander": "^9.0.0", diff --git a/package.json b/package.json index fb45ad591..8e44148b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tacc/core-styles", - "version": "0.5.0", + "version": "0.5.1", "license": "MIT", "author": "TACC ACI WMA ", "description": "CSS source and processor for TACC Core-CMS and Core-Portal.",