From 8d635b428e0fb6aa0b9e7c9a0db2d1f42750a7c6 Mon Sep 17 00:00:00 2001 From: Hamza Miloud Amar Date: Tue, 29 Oct 2024 13:48:31 +0100 Subject: [PATCH] chore(CORE): add new patch release to the core package --- packages/pillar-core/CHANGELOG.md | 6 ++++++ packages/pillar-core/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/pillar-core/CHANGELOG.md b/packages/pillar-core/CHANGELOG.md index d5f36d25..167ba876 100644 --- a/packages/pillar-core/CHANGELOG.md +++ b/packages/pillar-core/CHANGELOG.md @@ -1,5 +1,11 @@ # @pillar/core +## 0.10.11 + +### Patch Changes + +- Add new Patch Release to fix the issue with peerDep and changeset that cause a build issue + ## 0.10.10 ### Patch Changes diff --git a/packages/pillar-core/package.json b/packages/pillar-core/package.json index 08416a9e..6901e19d 100644 --- a/packages/pillar-core/package.json +++ b/packages/pillar-core/package.json @@ -1,6 +1,6 @@ { "name": "@pillar-ui/core", - "version": "0.10.10", + "version": "0.10.11", "description": "@pillar-ui/core is a lightweight and comprehensive UI component library packed with reusable and customizable UI components designed for modern web development. Our components adhere to best practices, ensuring a consistent and accessible user experience across your applications, without sacrificing performance.", "author": { "name": "Hamza Miloud Amar",