From d671b251b5f7bd8a2e6185b5b1dd2ccfeaaaeb27 Mon Sep 17 00:00:00 2001 From: ci Date: Mon, 25 Mar 2024 15:52:45 +0000 Subject: [PATCH] Publish - monday-ui-react-core@2.99.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 4a83cf9598..7cdf60a559 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.99.0](https://github.com/mondaycom/monday-ui-react-core/compare/monday-ui-react-core@2.98.4...monday-ui-react-core@2.99.0) (2024-03-25) + + +### Features + +* **IconButton:** loading state ([#2029](https://github.com/mondaycom/monday-ui-react-core/issues/2029)) ([a38dd2b](https://github.com/mondaycom/monday-ui-react-core/commit/a38dd2b3d1af515ca51859b7e2e7915b11fc1d89)) + + + + + ## [2.98.4](https://github.com/mondaycom/monday-ui-react-core/compare/monday-ui-react-core@2.98.3...monday-ui-react-core@2.98.4) (2024-03-25) **Note:** Version bump only for package monday-ui-react-core diff --git a/packages/core/package.json b/packages/core/package.json index b52a29210f..557035e779 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "monday-ui-react-core", - "version": "2.98.4", + "version": "2.99.0", "description": "Official monday.com UI resources for application development in React.js", "main": "./dist/main.js", "types": "./dist/types.d.ts",