Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mimarz committed Jul 24, 2023
1 parent 921b9c7 commit 8d2198b
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
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.20.0](https://github.com/digdir/designsystem/compare/@digdir/[email protected]...@digdir/[email protected]) (2023-07-24)

### Bug Fixes

- **Button:** :wheelchair: Added 44px clickbound for `small` size ([#676](https://github.com/digdir/designsystem/issues/676)) ([921b9c7](https://github.com/digdir/designsystem/commit/921b9c73315232e83fb25cd7365133e5e0dff3f1))
- **Button:** Correct sizes when only icon is used ([#674](https://github.com/digdir/designsystem/issues/674)) ([0598060](https://github.com/digdir/designsystem/commit/05980600bdb122ebf0965540ea1d0fbf65e26c7f))

### Features

- **Chip:** implemented Chip.Toggle ([#669](https://github.com/digdir/designsystem/issues/669)) ([bc50da4](https://github.com/digdir/designsystem/commit/bc50da48bd834b80f256a835c3bb7fd7c5b17afc))

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

### 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.19.0",
"version": "0.20.0",
"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.1.5",
"@digdir/design-system-tokens": "^0.1.6",
"@floating-ui/react": "0.24.1",
"@navikt/aksel-icons": "^3.2.4",
"@navikt/ds-icons": "^2.3.0",
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.1.6](https://github.com/digdir/designsystem/compare/@digdir/[email protected]...@digdir/[email protected]) (2023-07-24)

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

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

### 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.1.5",
"version": "0.1.6",
"description": "Tokens for the Digdir Common Design System",
"repository": "https://github.com/digdir/designsystem",
"license": "MIT",
Expand Down

0 comments on commit 8d2198b

Please sign in to comment.