Skip to content

Commit a1e9c1b

Browse files
chore: new release (next) (#3203)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ee4fe43 commit a1e9c1b

File tree

9 files changed

+32
-4
lines changed

9 files changed

+32
-4
lines changed

.changeset/pre.json

+6
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
"fast-cows-impress",
6464
"fast-cows-march",
6565
"fast-months-compare",
66+
"fast-toys-explain",
6667
"few-brooms-confess",
6768
"few-brooms-draw",
6869
"few-plums-drum",
@@ -92,6 +93,7 @@
9293
"fuzzy-shrimps-hang",
9394
"fuzzy-snails-arrive",
9495
"gold-chairs-jog",
96+
"gold-lemons-fry",
9597
"gorgeous-geese-boil",
9698
"gorgeous-lizards-begin",
9799
"gorgeous-readers-burn",
@@ -107,8 +109,10 @@
107109
"healthy-fishes-brush",
108110
"healthy-monkeys-repair",
109111
"heavy-rabbits-boil",
112+
"hip-beans-walk",
110113
"hip-brooms-brush",
111114
"hip-masks-greet",
115+
"hip-papayas-decide",
112116
"hip-schools-greet",
113117
"hip-weeks-fetch",
114118
"honest-roses-hunt",
@@ -228,6 +232,7 @@
228232
"spotty-ants-tickle",
229233
"spotty-oranges-guess",
230234
"spotty-pumas-cross",
235+
"stale-flowers-count",
231236
"stale-tables-eat",
232237
"strange-feet-check",
233238
"strange-jars-compete",
@@ -250,6 +255,7 @@
250255
"three-carrots-hammer",
251256
"three-dingos-unite",
252257
"three-ducks-chew",
258+
"three-humans-poke",
253259
"three-moles-attack",
254260
"tidy-balloons-rule",
255261
"tidy-cheetahs-cry",

packages/cli/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Change Log
22

3+
## 1.0.0-next.51
4+
35
## 1.0.0-next.50
46

57
## 1.0.0-next.49

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@digdir/designsystemet",
3-
"version": "1.0.0-next.50",
3+
"version": "1.0.0-next.51",
44
"description": "CLI for Designsystemet",
55
"author": "Designsystemet team",
66
"engines": {

packages/css/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Change Log
22

3+
## 1.0.0-next.51
4+
5+
### Patch Changes
6+
7+
- **Checkbox**: Reduce border-radius by one size, making them more square. ([#3202](https://github.com/digdir/designsystemet/pull/3202))
8+
9+
- **Popover**: Added shadow and fixed default background color ([#3188](https://github.com/digdir/designsystemet/pull/3188))
10+
11+
- **SkipLink**: Increaed padding bottom by one size ([#3189](https://github.com/digdir/designsystemet/pull/3189))
12+
13+
- **Dropdown**: Fix background to surface color variable ([#3185](https://github.com/digdir/designsystemet/pull/3185))
14+
15+
- **Table**: Use correct background color variables on th ([#3190](https://github.com/digdir/designsystemet/pull/3190))
16+
17+
- **Dialog**: Fix background to surface color variable ([#3184](https://github.com/digdir/designsystemet/pull/3184))
18+
319
## 1.0.0-next.50
420

521
### Patch Changes

packages/css/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@digdir/designsystemet-css",
3-
"version": "1.0.0-next.50",
3+
"version": "1.0.0-next.51",
44
"description": "CSS for Designsystemet",
55
"author": "Designsystemet team",
66
"repository": {

packages/react/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Change Log
22

3+
## 1.0.0-next.51
4+
35
## 1.0.0-next.50
46

57
### Minor Changes

packages/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@digdir/designsystemet-react",
33
"type": "module",
4-
"version": "1.0.0-next.50",
4+
"version": "1.0.0-next.51",
55
"description": "React components for Designsystemet",
66
"author": "Designsystemet team",
77
"repository": {

packages/theme/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Change Log
22

3+
## 1.0.0-next.51
4+
35
## 1.0.0-next.50
46

57
### Minor Changes

packages/theme/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@digdir/designsystemet-theme",
3-
"version": "1.0.0-next.50",
3+
"version": "1.0.0-next.51",
44
"description": "Predefined themes for Designsystemet",
55
"author": "Designsystemet team",
66
"repository": {

0 commit comments

Comments
 (0)