From c5607e9666b34c64573887e50c1d887ff1024546 Mon Sep 17 00:00:00 2001 From: ci Date: Mon, 15 Apr 2024 09:09:28 +0000 Subject: [PATCH] Publish - monday-ui-react-core@2.103.0 --- packages/core/CHANGELOG.md | 11 +++++++++++ packages/core/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index fafa334f24..f32d06e073 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.103.0](https://github.com/mondaycom/monday-ui-react-core/compare/monday-ui-react-core@2.102.0...monday-ui-react-core@2.103.0) (2024-04-15) + + +### Features + +* Dropdown and TextFeild accessibility improvements ([#1898](https://github.com/mondaycom/monday-ui-react-core/issues/1898)) ([de99f06](https://github.com/mondaycom/monday-ui-react-core/commit/de99f06b472b350cba6f43d960505f430769fb9e)) + + + + + # [2.102.0](https://github.com/mondaycom/monday-ui-react-core/compare/monday-ui-react-core@2.101.0...monday-ui-react-core@2.102.0) (2024-04-11) diff --git a/packages/core/package.json b/packages/core/package.json index c51ccbfa14..0f7ad48ecc 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "monday-ui-react-core", - "version": "2.102.0", + "version": "2.103.0", "description": "Official monday.com UI resources for application development in React.js", "main": "./dist/main.js", "types": "./dist/types.d.ts",