Skip to content

Commit

Permalink
chore(main): release 0.10.4 (#147)
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 Dec 20, 2024
1 parent 59abad4 commit 30ee7e6
Show file tree
Hide file tree
Showing 2 changed files with 16 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.10.4](https://github.com/Altinn/altinn-components/compare/v0.10.3...v0.10.4) (2024-12-20)


### Bug Fixes

* types were not properly exported ([#146](https://github.com/Altinn/altinn-components/issues/146)) ([59abad4](https://github.com/Altinn/altinn-components/commit/59abad496c0712d828c9095dab7ce15af2486552))

## [0.10.3](https://github.com/Altinn/altinn-components/compare/v0.10.2...v0.10.3) (2024-12-20)


Expand Down
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
{
"name": "@altinn/altinn-components",
"version": "0.10.3",
"version": "0.10.4",
"main": "dist/index.js",
"files": ["dist/", "!dist/stories/", "!dist/components/*/*.stories.js"],
"files": [
"dist/",
"!dist/stories/",
"!dist/components/*/*.stories.js"
],
"types": "dist/types/lib/index.d.ts",
"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 30ee7e6

Please sign in to comment.