diff --git a/.release_bot/body b/.release_bot/body index 4d5fc26..7c68b57 100644 --- a/.release_bot/body +++ b/.release_bot/body @@ -1,11 +1,11 @@ ## Summary -Release type: __patch__. There are 0 BREAKING CHANGES and 0 features. +Release type: __minor__. There are 0 BREAKING CHANGES and 1 features. -## [1.3.1](https://github.com/taskany-inc/colors/compare/v1.3.0...v1.3.1) (2023-11-29) +## [1.4.0](https://github.com/taskany-inc/colors/compare/v1.3.1...v1.4.0) (2023-12-04) -### Bug Fixes +### Features -* specificity weight of theme ([464923e](https://github.com/taskany-inc/colors/commit/464923ec039f2c780255b2074c0de07d211c3861)) +* add variables for checked button ([796cc97](https://github.com/taskany-inc/colors/commit/796cc979574ccff894085e6ea8c5c9fb1a0750d4)) diff --git a/.release_notes/1.4.0.md b/.release_notes/1.4.0.md new file mode 100644 index 0000000..f039ecf --- /dev/null +++ b/.release_notes/1.4.0.md @@ -0,0 +1,7 @@ +## [1.4.0](https://github.com/taskany-inc/colors/compare/v1.3.1...v1.4.0) (2023-12-04) + + +### Features + +* add variables for checked button ([796cc97](https://github.com/taskany-inc/colors/commit/796cc979574ccff894085e6ea8c5c9fb1a0750d4)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ce51cb..d77cd6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) for commit guidelines. +## [1.4.0](https://github.com/taskany-inc/colors/compare/v1.3.1...v1.4.0) (2023-12-04) + + +### Features + +* add variables for checked button ([796cc97](https://github.com/taskany-inc/colors/commit/796cc979574ccff894085e6ea8c5c9fb1a0750d4)) + ## [1.3.1](https://github.com/taskany-inc/colors/compare/v1.3.0...v1.3.1) (2023-11-29) diff --git a/package-lock.json b/package-lock.json index f2465f6..f42b422 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taskany/colors", - "version": "1.3.1", + "version": "1.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@taskany/colors", - "version": "1.3.1", + "version": "1.4.0", "license": "MIT", "devDependencies": { "@commitlint/cli": "17.7.1", diff --git a/package.json b/package.json index 1ea296f..13a5c8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taskany/colors", - "version": "1.3.1", + "version": "1.4.0", "description": "Taskany themes", "main": "themes/index.js", "types": "themes/index.d.ts", diff --git a/version b/version index 6261a05..e21e727 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.3.1 \ No newline at end of file +1.4.0 \ No newline at end of file