Skip to content

Commit

Permalink
chore(main): release 0.7.0 (#95)
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 28, 2024
1 parent 16c95b9 commit 7a5fa9e
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.0](https://github.com/Altinn/altinn-components/compare/v0.6.12...v0.7.0) (2024-11-28)


### Features

* autocomplete items and improved list items ([#93](https://github.com/Altinn/altinn-components/issues/93)) ([16c95b9](https://github.com/Altinn/altinn-components/commit/16c95b95066b8c9bdf65e30aceecb2aa3901d33d))

## [0.6.12](https://github.com/Altinn/altinn-components/compare/v0.6.11...v0.6.12) (2024-11-27)


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.6.12",
"version": "0.7.0",
"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 7a5fa9e

Please sign in to comment.