From e0bfb5eb5d71638e008773f70f3712f77fa4c157 Mon Sep 17 00:00:00 2001 From: Wesley Bomar Date: Fri, 15 Jul 2022 16:44:29 -0500 Subject: [PATCH] chore(core-styles): v0.7.0 --- libs/core-styles/CHANGELOG.md | 7 +++++++ libs/core-styles/package-lock.json | 4 ++-- libs/core-styles/package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/libs/core-styles/CHANGELOG.md b/libs/core-styles/CHANGELOG.md index d5b25ad80..020abc610 100644 --- a/libs/core-styles/CHANGELOG.md +++ b/libs/core-styles/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.0] - 2022-07-15: New Global Color, Fix Section Banner on Safari + +### Change + +- release [0.7.0-beta] as [0.7.0] + ## [0.7.0-beta] - 2022-07-13: New Global Color, Fix Section Banner on Safari ### Added @@ -188,6 +194,7 @@ Initial working code. (This code may not work on all environments.) [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.7.0-beta]: https://github.com/TACC/Core-Styles/releases/tag/core-styles-v0.7.0-beta [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/package-lock.json b/libs/core-styles/package-lock.json index 67c5eae3f..b29e41bbf 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.7.0-beta", + "version": "0.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@tacc/core-styles", - "version": "0.7.0-beta", + "version": "0.7.0", "license": "MIT", "dependencies": { "commander": "^9.0.0", diff --git a/libs/core-styles/package.json b/libs/core-styles/package.json index c7dccd4eb..c4eb959f3 100644 --- a/libs/core-styles/package.json +++ b/libs/core-styles/package.json @@ -1,6 +1,6 @@ { "name": "@tacc/core-styles", - "version": "0.7.0-beta", + "version": "0.7.0", "license": "MIT", "author": "TACC ACI WMA ", "description": "CSS source and processor for TACC Core-CMS and Core-Portal.",