From 2309be244243bdc8fa2b5965d073a90e0b072a3d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 13:44:08 +0100 Subject: [PATCH] chore(main): release 0.4.1 (#44) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec89281..bfb5755 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.1](https://github.com/Altinn/altinn-components/compare/v0.4.0...v0.4.1) (2024-11-11) + + +### Bug Fixes + +* css changes to dialog ([#43](https://github.com/Altinn/altinn-components/issues/43)) ([79e3287](https://github.com/Altinn/altinn-components/commit/79e3287dc2efbce8ba7a9c0b94f955514289c0d3)) + ## [0.4.0](https://github.com/Altinn/altinn-components/compare/v0.3.0...v0.4.0) (2024-11-08) diff --git a/package.json b/package.json index d5745d3..bfd2102 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@altinn/altinn-components", - "version": "0.4.0", + "version": "0.4.1", "main": "lib/index.ts", "description": "Reusable react components", "scripts": {