From afb6970d8dac8f8136bc0947ea382d6abe6e6ca3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 20 Sep 2024 08:04:38 +0000 Subject: [PATCH] chore(release): 18.2.2 [skip ci] ## [18.2.2](https://github.com/mll-lab/react-components/compare/v18.2.1...v18.2.2) (2024-09-20) ### Bug Fixes * avoid Table with no data overlay covering other elements ([b558a64](https://github.com/mll-lab/react-components/commit/b558a644cb739c61791f3da0e799a47693e5cae5)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cb2994c..f46b79f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [18.2.2](https://github.com/mll-lab/react-components/compare/v18.2.1...v18.2.2) (2024-09-20) + + +### Bug Fixes + +* avoid Table with no data overlay covering other elements ([b558a64](https://github.com/mll-lab/react-components/commit/b558a644cb739c61791f3da0e799a47693e5cae5)) + ## [18.2.1](https://github.com/mll-lab/react-components/compare/v18.2.0...v18.2.1) (2024-09-13) diff --git a/package.json b/package.json index a59b8ac7..f4fea812 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@mll-lab/react-components", "description": "Shared React components of MLL", - "version": "18.2.1", + "version": "18.2.2", "main": "cjs/index.js", "module": "esm/index.js", "types": "types/index.d.ts",