Skip to content

Commit

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

# [0.8.0](https://github.com/digdir/designsystem/compare/@digdir/[email protected]...@digdir/[email protected]) (2023-03-09)

### Bug Fixes

- **CheckboxGroup:** fix state handling problem ([#205](https://github.com/digdir/designsystem/issues/205)) ([50aab5a](https://github.com/digdir/designsystem/commit/50aab5ad8152083c9c4efaa8b7fac48ed77284ce))
- **HelpText:** helptext´s content not reachable with NVDA screenreader ([#206](https://github.com/digdir/designsystem/issues/206)) ([e4c115f](https://github.com/digdir/designsystem/commit/e4c115f11d95442372fbcee3c690ed617de0860a))
- Set correct font size in all text input fields ([#201](https://github.com/digdir/designsystem/issues/201)) ([2f1a903](https://github.com/digdir/designsystem/commit/2f1a9030b94c6938d8b8719cf6ed7f92d4eaa4b6))

### Features

- Add table component ([#207](https://github.com/digdir/designsystem/issues/207)) ([c07a288](https://github.com/digdir/designsystem/commit/c07a288daac0cc39e8bc8e78b5e214cb3c45a2f8))

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

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions 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.7.0",
"version": "0.8.0",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
Expand All @@ -18,7 +18,7 @@
},
"devDependencies": {
"@digdir/design-system-icons": "*",
"@digdir/design-system-tokens": "*"
"@digdir/design-system-tokens": "^0.0.2"
},
"peerDependencies": {
"react": ">=16.8",
Expand Down
8 changes: 8 additions & 0 deletions packages/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.2 (2023-03-09)

**Note:** Version bump only for package @digdir/design-system-tokens
2 changes: 1 addition & 1 deletion packages/tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digdir/design-system-tokens",
"version": "0.0.1",
"version": "0.0.2",
"description": "Tokens for the Digdir Common Design System",
"repository": "https://github.com/digdir/designsystem",
"license": "MIT",
Expand Down

0 comments on commit 6ed0278

Please sign in to comment.