From 295b587c0cecea563bf0ce2406d2312da56b8bb6 Mon Sep 17 00:00:00 2001 From: ci Date: Sun, 24 Mar 2024 10:55:12 +0000 Subject: [PATCH] Publish - monday-ui-react-core@2.98.3 --- 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 69ef44397c..f1feabf040 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.98.3](https://github.com/mondaycom/monday-ui-react-core/compare/monday-ui-react-core@2.98.2...monday-ui-react-core@2.98.3) (2024-03-24) + + +### Bug Fixes + +* **MultiStepIndicator:** nest divider style ([#2036](https://github.com/mondaycom/monday-ui-react-core/issues/2036)) ([2faf7e4](https://github.com/mondaycom/monday-ui-react-core/commit/2faf7e4413894e7a0739526636585353f62105ac)) + + + + + ## [2.98.2](https://github.com/mondaycom/monday-ui-react-core/compare/monday-ui-react-core@2.98.1...monday-ui-react-core@2.98.2) (2024-03-21) diff --git a/packages/core/package.json b/packages/core/package.json index 93ad9c1f20..850d68ae75 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "monday-ui-react-core", - "version": "2.98.2", + "version": "2.98.3", "description": "Official monday.com UI resources for application development in React.js", "main": "./dist/main.js", "types": "./dist/types.d.ts",