Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mimarz committed Oct 11, 2023
1 parent eccc36d commit 5548d9e
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.30.0](https://github.com/digdir/designsystem/compare/@digdir/[email protected]...@digdir/[email protected]) (2023-10-11)

### Bug Fixes

- **Select:** Hide list when reference is hidden ([#917](https://github.com/digdir/designsystem/issues/917)) ([bccea75](https://github.com/digdir/designsystem/commit/bccea7520cb7f7de13b434dbd4dcef646885aa36))

### Features

- **Tooltip:** Create new tooltip component ([#914](https://github.com/digdir/designsystem/issues/914)) ([eccc36d](https://github.com/digdir/designsystem/commit/eccc36d24b4e8cdf77939d88e45a2a9eb9e76998))

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

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

0 comments on commit 5548d9e

Please sign in to comment.