Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mimarz authored and Magnusrm committed Sep 27, 2023
1 parent b16ff39 commit 66bdd35
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 5 deletions.
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Bug Fixes

- **Accordion:** hide content in Accordions from screen readers when Accordion is closed ([#815](https://github.com/digdir/designsystem/issues/815)) ([eea59af](https://github.com/digdir/designsystem/commit/eea59af9d09c59ba8da734a0b5cf60bd704661d1))
- **Radio, Checkbox, Button, Chip.Toggle:** Remove sticky hover on touch devices ([#803](https://github.com/digdir/designsystem/issues/803)) ([a4be791](https://github.com/digdir/designsystem/commit/a4be7918b49a607ebfa7042b3aa2d8e2f798a016))
- **Radio, Checkbox, Switch:** :bug: Remove z-index on selection control icon ([#798](https://github.com/digdir/designsystem/issues/798)) ([6c1db8b](https://github.com/digdir/designsystem/commit/6c1db8bf213e62eb9b788ac82e3114e90cd9f052))

# [0.24.0](https://github.com/digdir/designsystem/compare/@digdir/[email protected]...@digdir/[email protected]) (2023-08-31)

### Features
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.24.0",
"version": "0.24.1",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"@altinn/figma-design-tokens": "^6.0.1",
"@digdir/design-system-tokens": "^0.5.0",
"@digdir/design-system-tokens": "^0.6.0",
"@floating-ui/react": "0.25.2",
"@navikt/aksel-icons": "^3.2.4",
"react-number-format": "5.2.2"
Expand Down
6 changes: 6 additions & 0 deletions packages/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Features

- added global action colors ([#779](https://github.com/digdir/designsystem/issues/779)) ([2046352](https://github.com/digdir/designsystem/commit/2046352e26f234ba304a405ed691004a1c03e0ce))

# [0.5.0](https://github.com/digdir/designsystem/compare/@digdir/[email protected]...@digdir/[email protected]) (2023-08-31)

### Bug Fixes
Expand Down
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.5.0",
"version": "0.6.0",
"description": "Tokens for the Digdir Common Design System",
"repository": "https://github.com/digdir/designsystem",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3913,7 +3913,7 @@ __metadata:
resolution: "@digdir/design-system-react@workspace:packages/react"
dependencies:
"@altinn/figma-design-tokens": ^6.0.1
"@digdir/design-system-tokens": ^0.5.0
"@digdir/design-system-tokens": ^0.6.0
"@floating-ui/react": 0.25.2
"@navikt/aksel-icons": ^3.2.4
react-number-format: 5.2.2
Expand All @@ -3923,7 +3923,7 @@ __metadata:
languageName: unknown
linkType: soft

"@digdir/design-system-tokens@*, @digdir/design-system-tokens@^0.5.0, @digdir/design-system-tokens@workspace:packages/tokens":
"@digdir/design-system-tokens@*, @digdir/design-system-tokens@^0.6.0, @digdir/design-system-tokens@workspace:packages/tokens":
version: 0.0.0-use.local
resolution: "@digdir/design-system-tokens@workspace:packages/tokens"
dependencies:
Expand Down

0 comments on commit 66bdd35

Please sign in to comment.