Skip to content

Commit

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

# [0.37.0](https://github.com/digdir/designsystem/compare/@digdir/[email protected]...@digdir/[email protected]) (2023-11-17)

### Bug Fixes

- **Button:** :bug: Adjust sizing to match `Textfield` and other fixes according to Figma ([#1023](https://github.com/digdir/designsystem/issues/1023)) ([a3252f9](https://github.com/digdir/designsystem/commit/a3252f99c135936b50454957914914e8d965cb5d))
- **Divider:** :label: Optional `color` prop ([#1085](https://github.com/digdir/designsystem/issues/1085)) ([7ae9eca](https://github.com/digdir/designsystem/commit/7ae9eca79fe6f522d1ee3af1cf0ae3c424b5ede6))
- **Divider:** Add so it can recieve `HTMLHRElement` props ([#1064](https://github.com/digdir/designsystem/issues/1064)) ([c7c3acd](https://github.com/digdir/designsystem/commit/c7c3acdb2e2d8520e1fedd9961a4c2789ed847d8))
- **List:** :label: Default type for `children` ([#1032](https://github.com/digdir/designsystem/issues/1032)) ([4f83fa0](https://github.com/digdir/designsystem/commit/4f83fa0a3b4a27fbbd9821b6b95ee2c311cdd647))
- **OverridableComponent:** Add `displayName` to type ([#1106](https://github.com/digdir/designsystem/issues/1106)) ([416810c](https://github.com/digdir/designsystem/commit/416810cd974974e6ece20ebc703ec8850a1679ff))
- **Switch:** :bug: Should reduce-motion ([#1049](https://github.com/digdir/designsystem/issues/1049)) ([58926be](https://github.com/digdir/designsystem/commit/58926be00777eb70d2ccf98332ed0d47d09e0d4f))

### Features

- :sparkles: New `Search` component ([#858](https://github.com/digdir/designsystem/issues/858)) ([b4888c4](https://github.com/digdir/designsystem/commit/b4888c43398447a58d17d36920888c4d77ccccbf))
- **Box:** add `forwardRef`, make props default `undefined` ([#1059](https://github.com/digdir/designsystem/issues/1059)) ([7e0cd1c](https://github.com/digdir/designsystem/commit/7e0cd1c80c0169b8066d1ab1a40b5317efbf4299))
- **Box:** Make the component ([#1001](https://github.com/digdir/designsystem/issues/1001)) ([1651d4d](https://github.com/digdir/designsystem/commit/1651d4d2b03f50d27a9b252556b18ebb30dea217))
- **Combobox:** Create the component ([#774](https://github.com/digdir/designsystem/issues/774)) ([23d4027](https://github.com/digdir/designsystem/commit/23d4027ae422531cc279e2b00b25ab679ba524dd))
- **Divider:** ✨ New component ([#1057](https://github.com/digdir/designsystem/issues/1057)) ([9d5d257](https://github.com/digdir/designsystem/commit/9d5d257860dc7f2a0886bf8e610799eefe8a62a5))
- **DropdownMenu:** ✨ New component ([#1070](https://github.com/digdir/designsystem/issues/1070)) ([23bfddf](https://github.com/digdir/designsystem/commit/23bfddf724c9ead13d284e9ac0d02ddf5ccfd71d))
- **Modal:** ✨ New component ([#1037](https://github.com/digdir/designsystem/issues/1037)) ([8b720cf](https://github.com/digdir/designsystem/commit/8b720cf32c77ca1f5b8a080b067bac2789afcfef))
- Remove density tokens ([#1079](https://github.com/digdir/designsystem/issues/1079)) ([d25c4fd](https://github.com/digdir/designsystem/commit/d25c4fdf77080776cfd71c69a88da4013edc4caf))
- **ResponsiveTable:** 🗑️ Change to Legacy ([#1108](https://github.com/digdir/designsystem/issues/1108)) ([348d03b](https://github.com/digdir/designsystem/commit/348d03b8be6996ac1d4a2093aecdbfa66cb1bf86))
- **Select:** should be able to add name to the select component ([#1046](https://github.com/digdir/designsystem/issues/1046)) ([4d9fbb2](https://github.com/digdir/designsystem/commit/4d9fbb28925b9aa052bb8d0026e2c46527c00e0f))

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

### 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.36.0",
"version": "0.37.0",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
Expand All @@ -26,7 +26,7 @@
},
"dependencies": {
"@altinn/figma-design-tokens": "^6.0.1",
"@digdir/design-system-tokens": "^0.9.0",
"@digdir/design-system-tokens": "^0.10.0",
"@floating-ui/react": "0.25.2",
"@navikt/aksel-icons": "^3.2.4",
"cssnano": "^6.0.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/tokens/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.10.0](https://github.com/digdir/designsystem/compare/@digdir/[email protected]...@digdir/[email protected]) (2023-11-17)

### Bug Fixes

- Update box shadow tokens ([#1065](https://github.com/digdir/designsystem/issues/1065)) ([4931d6d](https://github.com/digdir/designsystem/commit/4931d6d245b687128ebd4096568318e22d135e78))

### Features

- Change divider color tokens ([#1056](https://github.com/digdir/designsystem/issues/1056)) ([b01b107](https://github.com/digdir/designsystem/commit/b01b10768f9cda698facf2a7686e495a6df32884))
- Remove density tokens ([#1079](https://github.com/digdir/designsystem/issues/1079)) ([d25c4fd](https://github.com/digdir/designsystem/commit/d25c4fdf77080776cfd71c69a88da4013edc4caf))

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

### 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.9.0",
"version": "0.10.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 @@ -2573,7 +2573,7 @@ __metadata:
resolution: "@digdir/design-system-react@workspace:packages/react"
dependencies:
"@altinn/figma-design-tokens": ^6.0.1
"@digdir/design-system-tokens": ^0.9.0
"@digdir/design-system-tokens": ^0.10.0
"@floating-ui/react": 0.25.2
"@navikt/aksel-icons": ^3.2.4
"@types/fs-extra": ^11.0.4
Expand All @@ -2588,7 +2588,7 @@ __metadata:
languageName: unknown
linkType: soft

"@digdir/design-system-tokens@*, @digdir/design-system-tokens@^0.9.0, @digdir/design-system-tokens@workspace:packages/tokens":
"@digdir/design-system-tokens@*, @digdir/design-system-tokens@^0.10.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 45258cb

Please sign in to comment.