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 Feb 4, 2025
1 parent 0c60454 commit f6dc532
Show file tree
Hide file tree
Showing 9 changed files with 87 additions and 4 deletions.
15 changes: 15 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"eight-dancers-deliver",
"eighty-cougars-relax",
"eighty-cougars-think",
"eleven-apples-clean",
"eleven-bags-shop",
"eleven-experts-raise",
"eleven-peaches-agree",
Expand Down Expand Up @@ -76,10 +77,12 @@
"funny-boxes-remember",
"funny-peaches-lie",
"fuzzy-needles-explode",
"fuzzy-shrimps-hang",
"fuzzy-snails-arrive",
"gold-chairs-jog",
"gorgeous-geese-boil",
"gorgeous-readers-burn",
"gorgeous-rockets-jam",
"gorgeous-shrimps-crash",
"great-cameras-check",
"green-plums-scream",
Expand All @@ -95,6 +98,7 @@
"hip-schools-greet",
"hip-weeks-fetch",
"honest-roses-hunt",
"hot-chairs-drop",
"hot-crews-perform",
"hot-ligers-rush",
"hot-weeks-tease",
Expand All @@ -103,6 +107,7 @@
"kind-eyes-cheat",
"lazy-wolves-provide",
"lemon-countries-smoke",
"light-avocados-flow",
"little-berries-divide",
"long-boxes-sniff",
"long-countries-check",
Expand Down Expand Up @@ -143,17 +148,21 @@
"plenty-singers-matter",
"plenty-vans-sneeze",
"poor-roses-film",
"poor-toes-return",
"poor-tools-brush",
"popular-jeans-happen",
"popular-parrots-begin",
"popular-tools-impress",
"pretty-dancers-taste",
"proud-dogs-ring",
"proud-walls-flash",
"purple-berries-repeat",
"quick-ladybugs-marry",
"quiet-mangos-cry",
"quiet-rings-heal",
"real-zoos-fail",
"red-chefs-refuse",
"red-eagles-give",
"red-gorillas-argue",
"red-queens-love",
"rich-carrots-deny",
Expand All @@ -162,6 +171,7 @@
"rotten-zoos-live",
"rude-lies-smile",
"selfish-meals-pump",
"serious-ears-tan",
"serious-frogs-rescue",
"seven-ladybugs-admire",
"seven-tips-rest",
Expand All @@ -178,6 +188,7 @@
"silly-flowers-decide",
"silver-penguins-occur",
"six-carrots-guess",
"six-sheep-hunt",
"six-trees-tie",
"slimy-bees-arrive",
"slimy-buttons-train",
Expand All @@ -188,6 +199,8 @@
"small-seahorses-add",
"smooth-radios-leave",
"smooth-wombats-grab",
"sour-frogs-arrive",
"spotty-ants-tickle",
"spotty-oranges-guess",
"spotty-pumas-cross",
"stale-tables-eat",
Expand Down Expand Up @@ -219,6 +232,7 @@
"twelve-onions-laugh",
"twelve-paws-jog",
"twenty-cheetahs-leave",
"two-spoons-glow",
"unlucky-hairs-sit",
"violet-paws-begin",
"violet-steaks-repeat",
Expand All @@ -231,6 +245,7 @@
"witty-clouds-judge",
"witty-moons-sleep",
"witty-moose-scream",
"yellow-days-talk",
"yellow-zoos-camp",
"young-bikes-try"
]
Expand Down
24 changes: 24 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Change Log

## 1.0.0-next.49

### Minor Changes

- Renamed background, surface and contrast color tokens and CSS variables ([#3053](https://github.com/digdir/designsystemet/pull/3053))

- Increased lightness of global `orange` color ([#3094](https://github.com/digdir/designsystemet/pull/3094))

- Renamed color step `contrast-1` to `16` ([#2911](https://github.com/digdir/designsystemet/pull/2911))

- Added new step to color scale, now with a total of 16 ([#2911](https://github.com/digdir/designsystemet/pull/2911))

- Changed order for semantic color tokens in design-tokens ([#2911](https://github.com/digdir/designsystemet/pull/2911))

- Changed `warning` colors to use global `orange` ([#3094](https://github.com/digdir/designsystemet/pull/3094))

- Renamed color step `contrast-2` to `15` ([#2911](https://github.com/digdir/designsystemet/pull/2911))

- Removed global `yellow` color. ([#3094](https://github.com/digdir/designsystemet/pull/3094))

### Patch Changes

- Added migration for color tokens renaming. Run `designsystemet migrate css-renames-next48-to-next49 --glob "./**/*.css"` ([#3053](https://github.com/digdir/designsystemet/pull/3053))

## 1.0.0-next.48

### 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.48",
"version": "1.0.0-next.49",
"description": "CLI for Designsystemet",
"author": "Designsystemet team",
"engines": {
Expand Down
12 changes: 12 additions & 0 deletions packages/css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 1.0.0-next.49

### Patch Changes

- **Button**: Make loading spinner scale accordion to button size ([#3074](https://github.com/digdir/designsystemet/pull/3074))

- **Breadcrumbs:** Prevent shrinking chevron ([#3103](https://github.com/digdir/designsystemet/pull/3103))

- **Table**: Added component token `--dsc-table-divider-border-color` ([#3081](https://github.com/digdir/designsystemet/pull/3081))

- **Card**: Add css properties for `Card.Block` border (`--dsc-card-block-border-*`) ([#3093](https://github.com/digdir/designsystemet/pull/3093))

## 1.0.0-next.48

### Minor 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.48",
"version": "1.0.0-next.49",
"description": "CSS for Designsystemet",
"author": "Designsystemet team",
"repository": {
Expand Down
12 changes: 12 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 1.0.0-next.49

### Minor Changes

- Disallow arbitrary strings for data-size, and only allow arbitrary strings for data-color if generated color types haven't been added to the downstream TypeScript environment. This fixes missing controls for data-size and data-color in the Storybook docs. ([#3042](https://github.com/digdir/designsystemet/pull/3042))

### Patch Changes

- **Button**: `loading` type now correctly accepts a `ReactNode` ([#3074](https://github.com/digdir/designsystemet/pull/3074))

- **Button**: Make loading spinner scale accordion to button size ([#3074](https://github.com/digdir/designsystemet/pull/3074))

## 1.0.0-next.48

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

## 1.0.0-next.49

### Minor Changes

- Renamed background, surface and contrast color tokens and CSS variables ([#3053](https://github.com/digdir/designsystemet/pull/3053))

- Increased lightness of global `orange` color ([#3094](https://github.com/digdir/designsystemet/pull/3094))

- Renamed color step `contrast-1` to `16` ([#2911](https://github.com/digdir/designsystemet/pull/2911))

- Added new step to color scale, now with a total of 16 ([#2911](https://github.com/digdir/designsystemet/pull/2911))

- Changed order for semantic color tokens in design-tokens ([#2911](https://github.com/digdir/designsystemet/pull/2911))

- Changed `warning` colors to use global `orange` ([#3094](https://github.com/digdir/designsystemet/pull/3094))

- Renamed color step `contrast-2` to `15` ([#2911](https://github.com/digdir/designsystemet/pull/2911))

- Removed global `yellow` color. ([#3094](https://github.com/digdir/designsystemet/pull/3094))

## 1.0.0-next.48

## 1.0.0-next.47
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.48",
"version": "1.0.0-next.49",
"description": "Predefined themes for Designsystemet",
"author": "Designsystemet team",
"repository": {
Expand Down

0 comments on commit f6dc532

Please sign in to comment.