From 5164fa86a371e882cbd17971b5bf117dd7630a1f Mon Sep 17 00:00:00 2001 From: Kia King Ishii Date: Mon, 11 Mar 2024 14:18:05 +0900 Subject: [PATCH] release: v3.37.0 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ed28313..d3666ba9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ +# [3.37.0](https://github.com/globalbrain/sefirot/compare/v3.36.0...v3.37.0) (2024-03-11) + + +### Bug Fixes + +* **validation:** disallow uppercase letters from slack channel name ([#492](https://github.com/globalbrain/sefirot/issues/492)) ([#493](https://github.com/globalbrain/sefirot/issues/493)) ([c582c55](https://github.com/globalbrain/sefirot/commit/c582c55af2dac25cd71c57739f9461b7cbb6575b)) + + +### Features + +* **policy:** add policy composable ([#491](https://github.com/globalbrain/sefirot/issues/491)) ([a26b9b3](https://github.com/globalbrain/sefirot/commit/a26b9b3e795997d1ef74ea5a9ed13715653af2ea)) +* **validation:** enable vuelidate config and extract notification ([#494](https://github.com/globalbrain/sefirot/issues/494)) ([aaeefbe](https://github.com/globalbrain/sefirot/commit/aaeefbe67af4a6bf70eaf52b7e3c406ed5cb36d5)) + # [3.36.0](https://github.com/globalbrain/sefirot/compare/v3.35.3...v3.36.0) (2024-3-6) diff --git a/package.json b/package.json index b246c917..f4564bd6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@globalbrain/sefirot", - "version": "3.36.0", + "version": "3.37.0", "packageManager": "pnpm@8.15.4", "description": "Vue Components for Global Brain Design System.", "author": "Kia Ishii ",