From cfb50050bf4a0d9d638abf08e4c06a3deeb68810 Mon Sep 17 00:00:00 2001 From: Homebound Bot Date: Tue, 11 Jun 2024 16:34:36 +0000 Subject: [PATCH] chore(release): 2.354.1 [skip ci] ## [2.354.1](https://github.com/homebound-team/beam/compare/v2.354.0...v2.354.1) (2024-06-11) ### Bug Fixes * Expose 'multiline' prop for TreeSelectField ([#1043](https://github.com/homebound-team/beam/issues/1043)) ([7e94fc6](https://github.com/homebound-team/beam/commit/7e94fc6b729585ee79ee13befc6f337b96ad5c1f)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 09c6057b5..516a2a052 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@homebound/beam", - "version": "2.354.0", + "version": "2.354.1", "author": "Homebound", "license": "MIT", "main": "dist/index.js",