Skip to content

Commit 2d6b51a

Browse files
chore: new release candidate (next) (#3168)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c14441a commit 2d6b51a

File tree

9 files changed

+47
-5
lines changed

9 files changed

+47
-5
lines changed

.changeset/pre.json

+6
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
},
1616
"changesets": [
1717
"angry-planes-thank",
18+
"beige-eggs-sip",
1819
"beige-grapes-report",
1920
"blue-rocks-pull",
2021
"blue-singers-switch",
@@ -31,6 +32,8 @@
3132
"chilled-badgers-jog",
3233
"chilled-icons-chew",
3334
"chilled-pumas-march",
35+
"chilled-ravens-rush",
36+
"chilled-terms-look",
3437
"chilly-walls-hunt",
3538
"clean-insects-move",
3639
"clean-lizards-chew",
@@ -73,6 +76,7 @@
7376
"flat-experts-drop",
7477
"fluffy-coins-run",
7578
"fluffy-moose-swim",
79+
"fluffy-pears-pull",
7680
"four-crabs-chew",
7781
"four-jokes-lick",
7882
"four-pears-tie",
@@ -138,6 +142,7 @@
138142
"mighty-buttons-yell",
139143
"mighty-days-eat",
140144
"modern-hats-destroy",
145+
"nasty-ligers-reflect",
141146
"nasty-monkeys-care",
142147
"nasty-turtles-happen",
143148
"new-kangaroos-count",
@@ -189,6 +194,7 @@
189194
"selfish-meals-pump",
190195
"serious-ears-tan",
191196
"serious-frogs-rescue",
197+
"serious-readers-marry",
192198
"seven-ladybugs-admire",
193199
"seven-tips-rest",
194200
"shaggy-bears-tan",

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.50
4+
35
## 1.0.0-next.49
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.49",
3+
"version": "1.0.0-next.50",
44
"description": "CLI for Designsystemet",
55
"author": "Designsystemet team",
66
"engines": {

packages/css/CHANGELOG.md

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

3+
## 1.0.0-next.50
4+
5+
### Patch Changes
6+
7+
- **Details**: Change `--dsc-details-heading-*` to `--dsc-details-summary-*` ([#3166](https://github.com/digdir/designsystemet/pull/3166))
8+
9+
- **Details:** Hide native `<summary>` arrow in Safari ([#3179](https://github.com/digdir/designsystemet/pull/3179))
10+
11+
- **Badge**: Fix empty badge not being displayed ([#3165](https://github.com/digdir/designsystemet/pull/3165))
12+
13+
- Dialog: ([#3163](https://github.com/digdir/designsystemet/pull/3163))
14+
- Add missing `overflow: auto`
15+
- Position with `transform` for easier `translate` animation
16+
317
## 1.0.0-next.49
418

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

packages/react/CHANGELOG.md

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

3+
## 1.0.0-next.50
4+
5+
### Minor Changes
6+
7+
- Changed alias for type declaration exports ([#3156](https://github.com/digdir/designsystemet/pull/3156))
8+
- React: export alias `./react-types.d.ts` was changed to `./react-types`
9+
- Theme: added `types` field to default export in package.json, so now it should be posssible to use `"@digdir/designsystemet-theme"`
10+
11+
### Patch Changes
12+
13+
- **Suggestion.Empty**: Remove `asChild` support ([#3162](https://github.com/digdir/designsystemet/pull/3162))
14+
315
## 1.0.0-next.49
416

517
### 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.49",
4+
"version": "1.0.0-next.50",
55
"description": "React components for Designsystemet",
66
"author": "Designsystemet team",
77
"repository": {

packages/theme/CHANGELOG.md

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

3+
## 1.0.0-next.50
4+
5+
### Minor Changes
6+
7+
- Changed alias for type declaration exports ([#3156](https://github.com/digdir/designsystemet/pull/3156))
8+
- React: export alias `./react-types.d.ts` was changed to `./react-types`
9+
- Theme: added `types` field to default export in package.json, so now it should be posssible to use `"@digdir/designsystemet-theme"`
10+
311
## 1.0.0-next.49
412

513
### Minor Changes

packages/theme/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@digdir/designsystemet-theme",
3-
"version": "1.0.0-next.49",
3+
"version": "1.0.0-next.50",
44
"description": "Predefined themes for Designsystemet",
55
"author": "Designsystemet team",
66
"repository": {
@@ -13,7 +13,7 @@
1313
".": {
1414
"types": "./brand/colors.d.ts",
1515
"default": "./brand/digdir.css"
16-
} ,
16+
},
1717
"./*": "./brand/*"
1818
},
1919
"files": [

0 commit comments

Comments
 (0)