Skip to content

Commit

Permalink
chore: new release (next)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 16, 2024
1 parent 4bbdc93 commit d0e5086
Show file tree
Hide file tree
Showing 9 changed files with 67 additions and 4 deletions.
12 changes: 12 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"chatty-cheetahs-fetch",
"chilled-icons-chew",
"chilled-pumas-march",
"clean-lizards-chew",
"clever-cobras-rescue",
"cool-lamps-drive",
"curvy-oranges-notice",
Expand All @@ -39,6 +40,7 @@
"five-apricots-scream",
"flat-experts-drop",
"four-pears-tie",
"friendly-cups-kiss",
"friendly-islands-punch",
"gold-chairs-jog",
"gorgeous-readers-burn",
Expand All @@ -52,15 +54,19 @@
"honest-roses-hunt",
"hot-ligers-rush",
"hot-weeks-tease",
"kind-eyes-cheat",
"lemon-countries-smoke",
"long-boxes-sniff",
"loud-tips-return",
"mean-ducks-argue",
"mean-snails-visit",
"metal-bananas-notice",
"metal-tomatoes-compete",
"mighty-buttons-yell",
"mighty-days-eat",
"nine-cameras-peel",
"odd-hornets-sleep",
"orange-months-listen",
"plenty-parents-rest",
"plenty-vans-sneeze",
"pretty-dancers-taste",
Expand All @@ -69,6 +75,7 @@
"quiet-mangos-cry",
"red-queens-love",
"rich-carrots-deny",
"rotten-zoos-live",
"serious-frogs-rescue",
"seven-ladybugs-admire",
"shaggy-bears-tan",
Expand All @@ -78,7 +85,10 @@
"six-carrots-guess",
"six-trees-tie",
"slimy-bees-arrive",
"slimy-buttons-train",
"small-queens-breathe",
"smooth-radios-leave",
"smooth-wombats-grab",
"spotty-oranges-guess",
"spotty-pumas-cross",
"strong-flowers-ring",
Expand All @@ -93,6 +103,8 @@
"three-carrots-hammer",
"three-dingos-unite",
"three-ducks-chew",
"tidy-cheetahs-cry",
"twelve-onions-laugh",
"wise-countries-double",
"witty-clouds-judge",
"witty-moons-sleep",
Expand Down
6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.0.0-next.36

### Patch Changes

- Removed `init` command. Use `tokens create` instead. ([#2616](https://github.com/digdir/designsystemet/pull/2616))

## 1.0.0-next.35

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digdir/designsystemet",
"version": "1.0.0-next.35",
"version": "1.0.0-next.36",
"description": "CLI for Designsystemet",
"author": "Designsystemet team",
"repository": {
Expand Down
28 changes: 28 additions & 0 deletions packages/css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Change Log

## 1.0.0-next.36

### Patch Changes

- ValidationMessage: Add icon when `error={true}` ([#2596](https://github.com/digdir/designsystemet/pull/2596))

- Input: Sufficient color contrast for readonly ([#2621](https://github.com/digdir/designsystemet/pull/2621))

- chip: Fix wrong font sizes ([#2595](https://github.com/digdir/designsystemet/pull/2595))

- Button: Fix SVG and images shrinking in flex containers ([#2612](https://github.com/digdir/designsystemet/pull/2612))

- Button: Use font-weight `--ds-font-weight-medium` ([#2618](https://github.com/digdir/designsystemet/pull/2618))

- Combobox: fix overflow on screens narrower than ~340px ([#2570](https://github.com/digdir/designsystemet/pull/2570))

- Label: Use data attributes for styling ([#2588](https://github.com/digdir/designsystemet/pull/2588))

ValidationMessage: Use data attributes for styling

- Select + Textarea: ([#2571](https://github.com/digdir/designsystemet/pull/2571))

- Remove `label`, `hideLabel`, `description`, `characterLimit` and `error` as these will be part of `Field` API

- Remove `baseline` layer and fix layerorder for typography ([#2588](https://github.com/digdir/designsystemet/pull/2588))

- Modal backdrop was invisible in some browser versions. See https://caniuse.com/mdn-css_selectors_backdrop_inherit_from_originating_element for affected versions. ([#2615](https://github.com/digdir/designsystemet/pull/2615))

## 1.0.0-next.35

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digdir/designsystemet-css",
"version": "1.0.0-next.35",
"version": "1.0.0-next.36",
"description": "CSS for Designsystemet",
"author": "Designsystemet team",
"repository": {
Expand Down
15 changes: 15 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## 1.0.0-next.36

### Patch Changes

- Input: Sufficient color contrast for readonly ([#2621](https://github.com/digdir/designsystemet/pull/2621))

- Modal: Fix `onClose` not being called ([#2622](https://github.com/digdir/designsystemet/pull/2622))

- Label: Use data attributes for styling ([#2588](https://github.com/digdir/designsystemet/pull/2588))

ValidationMessage: Use data attributes for styling

- Select + Textarea: ([#2571](https://github.com/digdir/designsystemet/pull/2571))
- Remove `label`, `hideLabel`, `description`, `characterLimit` and `error` as these will be part of `Field` API

## 1.0.0-next.35

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digdir/designsystemet-react",
"version": "1.0.0-next.35",
"version": "1.0.0-next.36",
"description": "React components for Designsystemet",
"author": "Designsystemet team",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions packages/theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 1.0.0-next.36

## 1.0.0-next.35

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digdir/designsystemet-theme",
"version": "1.0.0-next.35",
"version": "1.0.0-next.36",
"description": "Predefined themes for Designsystemet",
"author": "Designsystemet team",
"repository": {
Expand Down

0 comments on commit d0e5086

Please sign in to comment.