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 15, 2024
1 parent b5ee067 commit 13b086a
Show file tree
Hide file tree
Showing 9 changed files with 56 additions and 4 deletions.
9 changes: 9 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 Down Expand Up @@ -56,11 +57,14 @@
"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 +73,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 +83,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 +101,7 @@
"three-carrots-hammer",
"three-dingos-unite",
"three-ducks-chew",
"tidy-cheetahs-cry",
"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
24 changes: 24 additions & 0 deletions packages/css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Change Log

## 1.0.0-next.36

### Patch Changes

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

- 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))

## 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
11 changes: 11 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 1.0.0-next.36

### Patch Changes

- 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 13b086a

Please sign in to comment.