From 4f3cb49a8a6173823443cba02b1ee7ccad945463 Mon Sep 17 00:00:00 2001 From: Homebound Bot Date: Mon, 23 Sep 2024 17:41:19 +0000 Subject: [PATCH] chore(release): 2.368.0 [skip ci] ## [2.368.0](https://github.com/homebound-team/beam/compare/v2.367.0...v2.368.0) (2024-09-23) ### Features * Add select on focus to text field ([#1072](https://github.com/homebound-team/beam/issues/1072)) ([6cc4009](https://github.com/homebound-team/beam/commit/6cc40094a6a7d91971cb01bafae650b38791ac82)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 494b02152..7ebf19d76 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@homebound/beam", - "version": "2.367.0", + "version": "2.368.0", "author": "Homebound", "license": "MIT", "main": "dist/index.js",