From a6eba5b21e407230fc29af04a4074c2ff63e2b4a Mon Sep 17 00:00:00 2001 From: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> Date: Mon, 26 Feb 2024 10:43:53 +0530 Subject: [PATCH] release: v3.33.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc7114fa..dfe75860 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [3.33.1](https://github.com/globalbrain/sefirot/compare/v3.33.0...v3.33.1) (2024-2-26) + + +### Bug Fixes + +* **base:** wrap text content to avoid breaking layout ([#480](https://github.com/globalbrain/sefirot/issues/480)) ([0d7d56c](https://github.com/globalbrain/sefirot/commit/0d7d56c81c0c7f0744f20cff6b5fcd381e620f35)) + # [3.33.0](https://github.com/globalbrain/sefirot/compare/v3.32.0...v3.33.0) (2024-02-22) diff --git a/package.json b/package.json index ef38198c..f4759165 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@globalbrain/sefirot", - "version": "3.33.0", + "version": "3.33.1", "packageManager": "pnpm@8.15.4", "description": "Vue Components for Global Brain Design System.", "author": "Kia Ishii ",