Skip to content

Commit

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

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

### Bug Fixes

- Add missing export `ToggleGroup` ([#931](https://github.com/digdir/designsystem/issues/931)) ([782d77d](https://github.com/digdir/designsystem/commit/782d77d7cbbdba83744649134c1e30ec8a682b0d))

### Features

- **Button:** :sparkles: Support for overriding html element using `as` ([#926](https://github.com/digdir/designsystem/issues/926)) ([5689052](https://github.com/digdir/designsystem/commit/5689052b461c424bf26bc750c2e1212f3034c430))

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

### Bug Fixes
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.30.0",
"version": "0.31.0",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
Expand Down

0 comments on commit a4168f0

Please sign in to comment.