Skip to content

Commit

Permalink
chore(main): release 0.14.0 (#178)
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 15, 2025
1 parent 93af0c6 commit 28f85e2
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.14.0](https://github.com/Altinn/altinn-components/compare/v0.13.4...v0.14.0) (2025-01-15)


### Features

* colors and themes ([#177](https://github.com/Altinn/altinn-components/issues/177)) ([93af0c6](https://github.com/Altinn/altinn-components/commit/93af0c693179ef1ea05ee4f33adfa3fef2f3b010))

## [0.13.4](https://github.com/Altinn/altinn-components/compare/v0.13.3...v0.13.4) (2025-01-14)


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.13.4",
"version": "0.14.0",
"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 28f85e2

Please sign in to comment.