diff --git a/CHANGELOG.md b/CHANGELOG.md index f8d5ef7..3b141f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.0.0-rc.7](https://github.com/talis/bootstrap-theme/compare/v1.0.0-rc.6...v1.0.0-rc.7) (2021-07-20) + + +### Bug Fixes + +* style progress bar ([dede691](https://github.com/talis/bootstrap-theme/commit/dede691e95d47b51de590477fd2283d508ce23ac)) +* update dropdown item focus colour ([573e501](https://github.com/talis/bootstrap-theme/commit/573e5011ba998d47f06f3e284167aa18e7125919)) +* **forms:** update validation states ([57569b0](https://github.com/talis/bootstrap-theme/commit/57569b0ac791ea47ed9d24692ec8d655c4f52145)) + ## [1.0.0-rc.6](https://github.com/talis/bootstrap-theme/compare/v1.0.0-rc.5...v1.0.0-rc.6) (2021-06-11) diff --git a/package-lock.json b/package-lock.json index 5a0477a..6109131 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@talis/bootstrap-theme", - "version": "1.0.0-rc.6", + "version": "1.0.0-rc.7", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 404bcb1..3b52ddd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@talis/bootstrap-theme", - "version": "1.0.0-rc.6", + "version": "1.0.0-rc.7", "description": "A theme to make Bootstrap look like Talis", "author": "dm@talis.com", "license": "ISC",