Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mimarz committed Sep 19, 2023
1 parent 13a4577 commit 49a75f8
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
6 changes: 6 additions & 0 deletions packages/react/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.24.2](https://github.com/digdir/designsystem/compare/@digdir/[email protected]...@digdir/[email protected]) (2023-09-19)

### Bug Fixes

- **Switch:** :bug: Adher to passed `checked` & `defaultChecked` props ([#832](https://github.com/digdir/designsystem/issues/832)) ([13a4577](https://github.com/digdir/designsystem/commit/13a45774943d01c6ea3cb9e7056b1686dfa9a358))

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

### 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.24.1",
"version": "0.24.2",
"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.6.0",
"@digdir/design-system-tokens": "^0.6.1",
"@floating-ui/react": "0.25.2",
"@navikt/aksel-icons": "^3.2.4",
"react-number-format": "5.2.2"
Expand Down
4 changes: 4 additions & 0 deletions packages/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

**Note:** Version bump only for package @digdir/design-system-tokens

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

### Features
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.6.0",
"version": "0.6.1",
"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.6.0
"@digdir/design-system-tokens": ^0.6.1
"@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.6.0, @digdir/design-system-tokens@workspace:packages/tokens":
"@digdir/design-system-tokens@*, @digdir/design-system-tokens@^0.6.1, @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 49a75f8

Please sign in to comment.