From d3acf35f78950062b56ae1c16761d7fa5ae3076b Mon Sep 17 00:00:00 2001 From: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> Date: Mon, 1 Apr 2024 12:59:37 +0530 Subject: [PATCH] release: v3.40.2 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c43b3178..70f78706 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ +## [3.40.2](https://github.com/globalbrain/sefirot/compare/v3.40.1...v3.40.2) (2024-04-01) + + +### Bug Fixes + +* **error:** current error shadowing error store ([#510](https://github.com/globalbrain/sefirot/issues/510)) ([440ca8f](https://github.com/globalbrain/sefirot/commit/440ca8ff7704404e1b1bd0dfa29b85925654677b)) +* **table:** correct wrong types and make pills accept array ([#508](https://github.com/globalbrain/sefirot/issues/508)) ([9e8a7af](https://github.com/globalbrain/sefirot/commit/9e8a7afd96824850237aed048ec28791f3cd0d71)) +* **url:** handle array value when corresponding target is non-array ([#505](https://github.com/globalbrain/sefirot/issues/505)) ([7a5727e](https://github.com/globalbrain/sefirot/commit/7a5727e4583f63b69df77a7be7ae5b9529075fa6)) + ## [3.40.1](https://github.com/globalbrain/sefirot/compare/v3.40.0...v3.40.1) (2024-03-27) # [3.40.0](https://github.com/globalbrain/sefirot/compare/v3.39.2...v3.40.0) (2024-03-27) diff --git a/package.json b/package.json index 6f1a62c8..e3e9ee6d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@globalbrain/sefirot", - "version": "3.40.1", + "version": "3.40.2", "packageManager": "pnpm@8.15.5", "description": "Vue Components for Global Brain Design System.", "author": "Kia Ishii ",