diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e62337..c6f22b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,30 @@ +## [v24.12.14] - 2024-11-21 +### :recycle: Refactors +- [`aac3d65`](https://github.com/webitel/figma-style-book/commit/aac3d6599f75a3b40e7813827ffb33178618bdfc) - updating main.scss to check changlog work [WTEL-5567] (https://webitel.atlassian.net/browse/WTEL-5567) *(commit by [@VladimirBeria](https://github.com/VladimirBeria))* + +### :wrench: Chores +- [`6da5046`](https://github.com/webitel/figma-style-book/commit/6da50462d5b4fc67daf15d322c2e4ae1afdd9fb2) - bump patch version *(commit by [@VladimirBeria](https://github.com/VladimirBeria))* + + +## [v24.12.13] - 2024-11-21 +### :recycle: Refactors +- [`f2b1bea`](https://github.com/webitel/figma-style-book/commit/f2b1beabf12399f59722a63f1bde62f5251b3263) - updating main.scss to check changlog work [WTEL-5567] (https://webitel.atlassian.net/browse/WTEL-5567) *(commit by [@VladimirBeria](https://github.com/VladimirBeria))* + +### :wrench: Chores +- [`2a614f2`](https://github.com/webitel/figma-style-book/commit/2a614f2db87066ab816f99c30cd17c38385f7a43) - bump patch version *(commit by [@VladimirBeria](https://github.com/VladimirBeria))* + + +## [v24.12.12] - 2024-11-21 +### :recycle: Refactors +- [`3ce8220`](https://github.com/webitel/figma-style-book/commit/3ce822072dde242419e298a0c60920d36012d676) - adding back release to release.yml [WTEL-5567] (https://webitel.atlassian.net/browse/WTEL-5567) *(commit by [@VladimirBeria](https://github.com/VladimirBeria))* +- [`d238825`](https://github.com/webitel/figma-style-book/commit/d23882524e401cb58e037e835e9c862733b7439d) - adding git pull to release.yml [WTEL-5567] (https://webitel.atlassian.net/browse/WTEL-5567) *(commit by [@VladimirBeria](https://github.com/VladimirBeria))* + +### :wrench: Chores +- [`af94ab2`](https://github.com/webitel/figma-style-book/commit/af94ab2c0f99b3abb2d0d7f344d02a8681a05b6e) - bump patch version *(commit by [@VladimirBeria](https://github.com/VladimirBeria))* +- [`e247342`](https://github.com/webitel/figma-style-book/commit/e247342c889bc00d951084a84ce6092d9d40727e) - bump patch version *(commit by [@VladimirBeria](https://github.com/VladimirBeria))* + + ## [v24.12.10] - 2024-11-20 ### :recycle: Refactors - [`bedaa9c`](https://github.com/webitel/figma-style-book/commit/bedaa9c1a3bea9a805ef6b879d7ee5af339703d4) - rollback release from release.yml [WTEL-5567] (https://webitel.atlassian.net/browse/WTEL-5567) *(commit by [@VladimirBeria](https://github.com/VladimirBeria))* @@ -50,3 +76,6 @@ [v24.12.6]: https://github.com/webitel/figma-style-book/compare/v24.12.5...v24.12.6 [v24.12.9]: https://github.com/webitel/figma-style-book/compare/v24.12.6...v24.12.9 [v24.12.10]: https://github.com/webitel/figma-style-book/compare/v24.12.9...v24.12.10 +[v24.12.12]: https://github.com/webitel/figma-style-book/compare/v24.12.10...v24.12.12 +[v24.12.13]: https://github.com/webitel/figma-style-book/compare/v24.12.12...v24.12.13 +[v24.12.14]: https://github.com/webitel/figma-style-book/compare/v24.12.13...v24.12.14 diff --git a/package-lock.json b/package-lock.json index ecb4b4c..98bfcae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@webitel/styleguide", - "version": "24.12.12", + "version": "24.12.15", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@webitel/styleguide", - "version": "24.12.12" + "version": "24.12.15" } } } diff --git a/package.json b/package.json index 47dc525..48eb226 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@webitel/styleguide", - "version": "24.12.12", + "version": "24.12.15", "main": "", "exports": { ".": "./src/lib/main.scss",