Skip to content

Commit

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

# [0.7.0](https://github.com/digdir/designsystem/compare/@digdir/[email protected]...@digdir/[email protected]) (2023-02-24)

### Bug Fixes

- **HelpText:** hide helptext button in pdfs ([#156](https://github.com/digdir/designsystem/issues/156)) ([7b9c217](https://github.com/digdir/designsystem/commit/7b9c2174b8095f7fe56c205d4a462168b734e950))

### Features

- **HelpText:** take reactnode instead of string ([#181](https://github.com/digdir/designsystem/issues/181)) ([2c1a8df](https://github.com/digdir/designsystem/commit/2c1a8df08ea91a81f95252db8c12d5a6229f9188))
- **Spinner:** Add spinner component ([#162](https://github.com/digdir/designsystem/issues/162)) ([deb6fec](https://github.com/digdir/designsystem/commit/deb6fec8524bae70a001d330ac3ca15330879ff2))

# [0.6.0](https://github.com/digdir/designsystem/compare/@digdir/[email protected]...@digdir/[email protected]) (2023-02-16)

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

0 comments on commit b134baf

Please sign in to comment.