From c98cb3fd1b4fe03c29869639509aa6936d1cce9e Mon Sep 17 00:00:00 2001 From: Kia King Ishii Date: Fri, 26 Apr 2024 12:44:27 +0900 Subject: [PATCH] release: v3.45.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fc2f210..8e0c99ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +# [3.45.0](https://github.com/globalbrain/sefirot/compare/v3.44.0...v3.45.0) (2024-04-26) + + +### Features + +* **control:** add `:disabled` and `:tooltip` support on action bar button ([#523](https://github.com/globalbrain/sefirot/issues/523)) ([ff124a6](https://github.com/globalbrain/sefirot/commit/ff124a6addc72a0fbd8c8270eee7ac0da5b8fe99)) + # [3.44.0](https://github.com/globalbrain/sefirot/compare/v3.43.0...v3.44.0) (2024-04-24) diff --git a/package.json b/package.json index dd9f3d75..1ba5608a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@globalbrain/sefirot", - "version": "3.44.0", + "version": "3.45.0", "packageManager": "pnpm@9.0.5", "description": "Vue Components for Global Brain Design System.", "author": "Kia Ishii ",