From 16291dce761945d9d27f8c9eb9626904faef2c56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tr=C3=A9sor=20ILOYI?= Date: Thu, 4 Jul 2024 10:27:02 +0200 Subject: [PATCH] chore(release): publish v1.75.3 --- CHANGELOG.md | 6 ++++++ lerna.json | 2 +- packages/icons/CHANGELOG.md | 6 ++++++ packages/icons/package.json | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b00dde1b..117a66d7c 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.75.3](https://github.com/adeo/mozaic-design-system/compare/v1.75.2...v1.75.3) (2024-07-04) + +### Bug Fixes + +- **foundations/icons:** update Blik logotypes ([#1603](https://github.com/adeo/mozaic-design-system/issues/1603)) ([74c65b0](https://github.com/adeo/mozaic-design-system/commit/74c65b0eaaaa7bcb86725c32bc1f221165efe778)) + ## [1.75.2](https://github.com/adeo/mozaic-design-system/compare/v1.75.1...v1.75.2) (2024-06-26) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 5f3bc0efc..5fdcc3f04 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.75.2", + "version": "1.75.3", "npmClient": "yarn", "command": { "publish": { diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 6d089ff0d..9558de26f 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/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.75.3](https://github.com/adeo/mozaic-design-system/compare/v1.75.2...v1.75.3) (2024-07-04) + +### Bug Fixes + +- **foundations/icons:** update Blik logotypes ([#1603](https://github.com/adeo/mozaic-design-system/issues/1603)) ([74c65b0](https://github.com/adeo/mozaic-design-system/commit/74c65b0eaaaa7bcb86725c32bc1f221165efe778)) + ## [1.75.2](https://github.com/adeo/mozaic-design-system/compare/v1.75.1...v1.75.2) (2024-06-26) ### Bug Fixes diff --git a/packages/icons/package.json b/packages/icons/package.json index 4d5f40e39..e24dec03a 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@mozaic-ds/icons", - "version": "1.75.2", + "version": "1.75.3", "description": "svg icons for Mozaic design system", "author": "", "main": "./js/icons.js",