diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c7d9ca59..52961f9c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.80.0](https://github.com/adeo/mozaic-design-system/compare/v1.79.0...v1.80.0) (2024-11-25) + +### Features + +- **tools/tokens:** update Bricoman preset for Button and Flag ([#1625](https://github.com/adeo/mozaic-design-system/issues/1625)) ([4ef0304](https://github.com/adeo/mozaic-design-system/commit/4ef03046b85985dc7d08575f95ba289d64700c0a)) + # [1.79.0](https://github.com/adeo/mozaic-design-system/compare/v1.78.0...v1.79.0) (2024-11-22) ### Features diff --git a/lerna.json b/lerna.json index 5c077521f..78aaa9903 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.79.0", + "version": "1.80.0", "npmClient": "yarn", "command": { "publish": { diff --git a/packages/styles/CHANGELOG.md b/packages/styles/CHANGELOG.md index 858a990fb..a107eb13b 100644 --- a/packages/styles/CHANGELOG.md +++ b/packages/styles/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.80.0](https://github.com/adeo/mozaic-design-system/compare/v1.79.0...v1.80.0) (2024-11-25) + +**Note:** Version bump only for package @mozaic-ds/styles + # [1.79.0](https://github.com/adeo/mozaic-design-system/compare/v1.78.0...v1.79.0) (2024-11-22) ### Features diff --git a/packages/styles/package.json b/packages/styles/package.json index 31b3f6afa..19fb51ad6 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -1,10 +1,10 @@ { "name": "@mozaic-ds/styles", - "version": "1.79.0", + "version": "1.80.0", "description": "Styles scss for Designe System Adeo", "author": "", "license": "ISC", "dependencies": { - "@mozaic-ds/tokens": "^1.79.0" + "@mozaic-ds/tokens": "^1.80.0" } } diff --git a/packages/tokens/CHANGELOG.md b/packages/tokens/CHANGELOG.md index 8b565e64c..7c8453eca 100644 --- a/packages/tokens/CHANGELOG.md +++ b/packages/tokens/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.80.0](https://github.com/adeo/mozaic-design-system/compare/v1.79.0...v1.80.0) (2024-11-25) + +### Features + +- **tools/tokens:** update Bricoman preset for Button and Flag ([#1625](https://github.com/adeo/mozaic-design-system/issues/1625)) ([4ef0304](https://github.com/adeo/mozaic-design-system/commit/4ef03046b85985dc7d08575f95ba289d64700c0a)) + # [1.79.0](https://github.com/adeo/mozaic-design-system/compare/v1.78.0...v1.79.0) (2024-11-22) ### Features diff --git a/packages/tokens/package.json b/packages/tokens/package.json index cd4399346..ed2e2ef53 100644 --- a/packages/tokens/package.json +++ b/packages/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@mozaic-ds/tokens", - "version": "1.79.0", + "version": "1.80.0", "description": "Tokens to Design Systeme Adeo", "author": "", "license": "ISC",