Skip to content

Commit

Permalink
chore(main): release 0.7.2 (#99)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 29, 2024
1 parent 3c347da commit 0061eec
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.2](https://github.com/Altinn/altinn-components/compare/v0.7.1...v0.7.2) (2024-11-29)


### Bug Fixes

* menu-item + loading skeleton + header badge, details ([#98](https://github.com/Altinn/altinn-components/issues/98)) ([3c347da](https://github.com/Altinn/altinn-components/commit/3c347dad1d67cca68df20a39c7fed5f94955bda0))

## [0.7.1](https://github.com/Altinn/altinn-components/compare/v0.7.0...v0.7.1) (2024-11-29)


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.1",
"version": "0.7.2",
"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 0061eec

Please sign in to comment.