Skip to content

Commit

Permalink
chore(main): release 0.15.3 (#232)
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 Jan 30, 2025
1 parent 0116d5f commit a35ef14
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.15.2"
".": "0.15.3"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.15.3](https://github.com/Altinn/altinn-components/compare/v0.15.2...v0.15.3) (2025-01-30)


### Bug Fixes

* on enter not working in auto complete ([#231](https://github.com/Altinn/altinn-components/issues/231)) ([0116d5f](https://github.com/Altinn/altinn-components/commit/0116d5f8c98f2e42e64b4e43705e705e05c4b6a4))

## [0.15.2](https://github.com/Altinn/altinn-components/compare/v0.15.1...v0.15.2) (2025-01-30)


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.15.2",
"version": "0.15.3",
"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 a35ef14

Please sign in to comment.