diff --git a/libs/core-styles/.npmrc b/libs/core-styles/.npmrc new file mode 100644 index 000000000..32fd3a789 --- /dev/null +++ b/libs/core-styles/.npmrc @@ -0,0 +1 @@ +git-tag-version=false diff --git a/libs/core-styles/CHANGELOG.md b/libs/core-styles/CHANGELOG.md index 03db4e5e8..d5b25ad80 100644 --- a/libs/core-styles/CHANGELOG.md +++ b/libs/core-styles/CHANGELOG.md @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.0-beta] - 2022-07-13: New Global Color, Fix Section Banner on Safari + +### Added + +- feat(core-styles): tup-308, new global color #25 + +### Change + +- feat(core-styles): add `.npmrc` with `git-tag-version=false` +- feat(core-styles): add git tagging to publish steps in readme + +### Fixed + +- fix(core-styles): fp-1723 fix o-section--banner on safari #29 + ## [0.6.0] - 2022-07-06: Fix CMS v3.7.0 Bugs, Button Style Updates - [0.6.0-beta.3] @@ -171,7 +186,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/tup-ui/compare/core-styles-v0.6.0...HEAD +[unreleased]: https://github.com/TACC/tup-ui/compare/core-styles-v0.7.0...HEAD +[0.7.0]: https://github.com/TACC/Core-Styles/releases/tag/core-styles-v0.7.0 [0.6.0]: https://github.com/TACC/Core-Styles/releases/tag/core-styles-v0.6.0 [0.6.0-beta.3]: https://github.com/TACC/Core-Styles/releases/tag/core-styles-v0.6.0-beta.3 [0.6.0-beta.2]: https://github.com/TACC/tup-ui/releases/tag/core-styles-v0.6.0-beta.2 diff --git a/libs/core-styles/README.md b/libs/core-styles/README.md index e300e2fe4..38a3c33ca 100644 --- a/libs/core-styles/README.md +++ b/libs/core-styles/README.md @@ -224,8 +224,11 @@ Only authorized team members may publish. 1. (one time) Login to npm i.e. `npm login`. 1. Create new branch for version bump. 1. Update `CHANGELOG.md`. -1. Update version via `npm version the.new.ver` (run from `.../core-styles/`). +1. Update version via `npm version N.N.N` (run from `.../core-styles/`). 1. Commit, push, PR, review, merge. +1. Tag version i.e. + 1. `git tag -a core-styles-vN.N.N -m "vN.N.N"` + 2. `git push origin core-styles-vN.N.N` 1. Publish to NPM via `npm publish --access public`. > **Notice**: Project build will automatically occur before publish. diff --git a/libs/core-styles/package-lock.json b/libs/core-styles/package-lock.json index 8edcc5a9d..67c5eae3f 100644 --- a/libs/core-styles/package-lock.json +++ b/libs/core-styles/package-lock.json @@ -1,12 +1,12 @@ { "name": "@tacc/core-styles", - "version": "0.6.0", + "version": "0.7.0-beta", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@tacc/core-styles", - "version": "0.6.0", + "version": "0.7.0-beta", "license": "MIT", "dependencies": { "commander": "^9.0.0", diff --git a/libs/core-styles/package.json b/libs/core-styles/package.json index d5a014f8c..c7dccd4eb 100644 --- a/libs/core-styles/package.json +++ b/libs/core-styles/package.json @@ -1,6 +1,6 @@ { "name": "@tacc/core-styles", - "version": "0.6.0", + "version": "0.7.0-beta", "license": "MIT", "author": "TACC ACI WMA ", "description": "CSS source and processor for TACC Core-CMS and Core-Portal.",