From 2ce5f117592b0f22af87f02fe295dae9fbd3b5f8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 08:09:22 +0000 Subject: [PATCH] chore(main): release 0.7.1 --- CHANGELOG.md | 7 +++++++ package.json | 11 ++++++++--- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a5f587..56e63cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.1](https://github.com/Altinn/altinn-components/compare/v0.7.0...v0.7.1) (2024-11-29) + + +### Bug Fixes + +* controls (previous action) for list item ([#96](https://github.com/Altinn/altinn-components/issues/96)) ([dfac742](https://github.com/Altinn/altinn-components/commit/dfac7425639489b18451ace202fb26c6741aa967)) + ## [0.7.0](https://github.com/Altinn/altinn-components/compare/v0.6.12...v0.7.0) (2024-11-28) diff --git a/package.json b/package.json index ecd6bf6..b22610e 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,17 @@ { "name": "@altinn/altinn-components", - "version": "0.7.0", + "version": "0.7.1", "main": "dist/index.js", "types": "dist/index.d.ts", - "files": ["dist", "!dist/stories"], + "files": [ + "dist", + "!dist/stories" + ], "type": "module", "description": "Reusable react components", - "sideEffects": ["*.css"], + "sideEffects": [ + "*.css" + ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "storybook": "storybook dev -p 6006",