Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Barsnes committed Oct 6, 2023
1 parent f0cfa2a commit 1c873e9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.28.1](https://github.com/digdir/designsystem/compare/@digdir/[email protected]...@digdir/[email protected]) (2023-10-06)

### Bug Fixes

- **Accordion:** Make border styling overridable ([#900](https://github.com/digdir/designsystem/issues/900)) ([b4af852](https://github.com/digdir/designsystem/commit/b4af8521ecf66bb0dbd38bc431cec4db98e6ebc7))
- **Radio:** Adhere to provided name prop ([#903](https://github.com/digdir/designsystem/issues/903)) ([f0cfa2a](https://github.com/digdir/designsystem/commit/f0cfa2a1139b5e2291123763cba5a8ac69f390f5))

# [0.28.0](https://github.com/digdir/designsystem/compare/@digdir/[email protected]...@digdir/[email protected]) (2023-10-05)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digdir/design-system-react",
"version": "0.28.0",
"version": "0.28.1",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
Expand Down

0 comments on commit 1c873e9

Please sign in to comment.