Skip to content

Commit

Permalink
chore(main): release 0.10.3 (#145)
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 292001a commit 5ac534c
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.3](https://github.com/Altinn/altinn-components/compare/v0.10.2...v0.10.3) (2024-12-20)


### Bug Fixes

* cleanup dist output ([#144](https://github.com/Altinn/altinn-components/issues/144)) ([292001a](https://github.com/Altinn/altinn-components/commit/292001a1441a42ce052141e99d7ab05f8d4cf212))

## [0.10.2](https://github.com/Altinn/altinn-components/compare/v0.10.1...v0.10.2) (2024-12-19)


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.1",
"version": "0.10.3",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": ["dist/", "!dist/stories/", "!dist/components/*/*.stories.js"],
"files": [
"dist/",
"!dist/stories/",
"!dist/components/*/*.stories.js"
],
"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 5ac534c

Please sign in to comment.