Skip to content

Commit

Permalink
chore(main): release 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 29, 2024
1 parent dfac742 commit 2ce5f11
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 2ce5f11

Please sign in to comment.