Skip to content

Commit 24aeee8

Browse files
chore: new release (next)
1 parent 6ae7cc4 commit 24aeee8

File tree

9 files changed

+57
-5
lines changed

9 files changed

+57
-5
lines changed

.changeset/pre.json

+11-1
Original file line numberDiff line numberDiff line change
@@ -23,28 +23,38 @@
2323
"chilled-icons-chew",
2424
"cool-lamps-drive",
2525
"eighty-cougars-think",
26+
"empty-singers-yell",
2627
"famous-pillows-cheat",
2728
"few-brooms-confess",
2829
"fifty-buses-beam",
2930
"five-apricots-scream",
3031
"four-pears-tie",
3132
"friendly-islands-punch",
3233
"gorgeous-readers-burn",
34+
"healthy-apples-explode",
3335
"hip-masks-greet",
36+
"honest-roses-hunt",
3437
"long-boxes-sniff",
38+
"mean-ducks-argue",
39+
"metal-bananas-notice",
3540
"mighty-days-eat",
3641
"plenty-vans-sneeze",
3742
"quiet-mangos-cry",
43+
"rich-carrots-deny",
3844
"serious-frogs-rescue",
3945
"shaggy-bears-tan",
4046
"shiny-kiwis-switch",
4147
"short-walls-judge",
48+
"small-queens-breathe",
49+
"spotty-oranges-guess",
4250
"spotty-pumas-cross",
51+
"stupid-tables-applaud",
4352
"tender-grapes-refuse",
4453
"tender-ties-swim",
4554
"thin-icons-pay",
4655
"three-carrots-hammer",
4756
"three-dingos-unite",
48-
"wise-countries-double"
57+
"wise-countries-double",
58+
"witty-moons-sleep"
4959
]
5060
}

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.33
4+
35
## 1.0.0-next.32
46

57
### Minor Changes

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.32",
3+
"version": "1.0.0-next.33",
44
"description": "CLI for Designsystemet",
55
"author": "Designsystemet team",
66
"repository": {

packages/css/CHANGELOG.md

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

3+
## 1.0.0-next.33
4+
5+
### Patch Changes
6+
7+
- Chip: Text color is now `accent` ([#2371](https://github.com/digdir/designsystemet/pull/2371))
8+
9+
- Alert, Avatar, Button, Divider, Link: Use data-attributes for variant, size and color and move icons to CSS ([#2313](https://github.com/digdir/designsystemet/pull/2313))
10+
11+
- Box: Remove component ([#2372](https://github.com/digdir/designsystemet/pull/2372))
12+
13+
- Tooltip: Only expose background css variable ([#2389](https://github.com/digdir/designsystemet/pull/2389))
14+
15+
- Switch: don't show check when not checked in readonly ([#2377](https://github.com/digdir/designsystemet/pull/2377))
16+
17+
- Spinner: Style using data attributes ([#2390](https://github.com/digdir/designsystemet/pull/2390))
18+
19+
- Avatar: new component ([#2312](https://github.com/digdir/designsystemet/pull/2312))
20+
21+
- Tag: Make neutral default color in CSS ([#2397](https://github.com/digdir/designsystemet/pull/2397))
22+
323
## 1.0.0-next.32
424

525
### 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.32",
3+
"version": "1.0.0-next.33",
44
"description": "CSS for Designsystemet",
55
"author": "Designsystemet team",
66
"repository": {

packages/react/CHANGELOG.md

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

3+
## 1.0.0-next.33
4+
5+
### Patch Changes
6+
7+
- Alert, Avatar, Button, Divider, Link: Use data-attributes for variant, size and color and move icons to CSS ([#2313](https://github.com/digdir/designsystemet/pull/2313))
8+
9+
- Box: Remove component ([#2372](https://github.com/digdir/designsystemet/pull/2372))
10+
11+
- Heading: default level is now 2 ([#2378](https://github.com/digdir/designsystemet/pull/2378))
12+
13+
- Spinner: Style using data attributes ([#2390](https://github.com/digdir/designsystemet/pull/2390))
14+
15+
- Avatar: new component ([#2312](https://github.com/digdir/designsystemet/pull/2312))
16+
17+
- Tag: Make neutral default color in CSS ([#2397](https://github.com/digdir/designsystemet/pull/2397))
18+
19+
- Combobox: fix virtual combobox having large gap between items ([#2376](https://github.com/digdir/designsystemet/pull/2376))
20+
321
## 1.0.0-next.32
422

523
## 1.0.0-next.17

packages/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@digdir/designsystemet-react",
3-
"version": "1.0.0-next.32",
3+
"version": "1.0.0-next.33",
44
"description": "React components for Designsystemet",
55
"author": "Designsystemet team",
66
"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.33
4+
35
## 1.0.0-next.32
46

57
## 1.0.0-next.15

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.32",
3+
"version": "1.0.0-next.33",
44
"description": "Predefined themes for Designsystemet",
55
"author": "Designsystemet team",
66
"repository": {

0 commit comments

Comments
 (0)