Skip to content

Commit

Permalink
chore: new release candidate (next) (#2966)
Browse files Browse the repository at this point in the history
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to next, this PR will
be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

`next` is currently in **pre mode** so this branch has prereleases
rather than normal releases. If you want to exit prereleases, run
`changeset pre exit` on `next`.

⚠️⚠️⚠️⚠️⚠️⚠️

# Releases
## @digdir/[email protected]

### Minor Changes

- Add JSON schema for CLI config file, which enables editor hints. To
use it, do something like this:
([#2972](#2972))

    ```jsonc
    {
"$schema":
"node_modules/@digdir/designsystemet/dist/config.schema.json",
      // ...config options here...
    }
    ```

- cli: better error messages for wrong or missing options
([#2970](#2970))

### Patch Changes

- tokens: fix wrong reference for focus color.
([#2989](#2989))

- refactor: Changed border-radius token to dimension type
([#2990](#2990))

- Add json config file support for `tokens create`
([#2847](#2847))

- Changed focus color to use neutral instead of accent color
([#2989](#2989))

- tokens build: fix invalid values in --ds-size calculations
([#2975](#2975))

- outDir option was required, but it should have a default value
([#2969](#2969))

## @digdir/[email protected]

### Patch Changes

- Helptext: Remove component
([#2956](#2956))

- Field: Don't show as disabled when option is disabled
([#2980](#2980))

- Changed focus color to use neutral instead of accent color
([#2989](#2989))

- Tabs: Rework component CSS
([#2991](#2991))

## @digdir/[email protected]

### Patch Changes

- Input: Add whitelist for `type`
([#2974](#2974))

- Helptext: Remove component
([#2956](#2956))

- Textfield: Add whitelist for `type`
([#2974](#2974))

- Tabs: Content will get focus when it has no focusable elements
([#2991](#2991))

## @digdir/[email protected]

### Patch Changes

- Changed focus color to use neutral instead of accent color
([#2989](#2989))

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 14, 2025
1 parent 25898bd commit bfc2563
Show file tree
Hide file tree
Showing 9 changed files with 77 additions and 4 deletions.
14 changes: 14 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"cyan-adults-roll",
"dull-buttons-argue",
"eight-dancers-deliver",
"eighty-cougars-relax",
"eighty-cougars-think",
"eleven-bags-shop",
"eleven-experts-raise",
Expand All @@ -47,8 +48,10 @@
"fair-beds-destroy",
"fair-gorillas-pay",
"famous-pillows-cheat",
"fast-cows-impress",
"fast-cows-march",
"few-brooms-confess",
"few-brooms-draw",
"few-plums-drum",
"few-squids-speak",
"fifty-buses-beam",
Expand All @@ -63,9 +66,12 @@
"four-schools-wait",
"fresh-planes-complain",
"friendly-cups-kiss",
"friendly-hotels-behave",
"friendly-islands-punch",
"funny-boxes-remember",
"funny-peaches-lie",
"fuzzy-needles-explode",
"fuzzy-snails-arrive",
"gold-chairs-jog",
"gorgeous-geese-boil",
"gorgeous-readers-burn",
Expand All @@ -76,6 +82,7 @@
"happy-hounds-tie",
"happy-worms-applaud",
"healthy-apples-explode",
"healthy-fishes-brush",
"healthy-monkeys-repair",
"heavy-rabbits-boil",
"hip-brooms-brush",
Expand All @@ -99,10 +106,13 @@
"mean-ducks-argue",
"mean-penguins-sing",
"mean-snails-visit",
"mean-starfishes-hear",
"metal-bananas-notice",
"metal-tomatoes-compete",
"mighty-buttons-yell",
"mighty-days-eat",
"modern-hats-destroy",
"nasty-monkeys-care",
"nasty-turtles-happen",
"nine-cameras-peel",
"nine-countries-invent",
Expand Down Expand Up @@ -130,6 +140,7 @@
"quiet-rings-heal",
"real-zoos-fail",
"red-chefs-refuse",
"red-gorillas-argue",
"red-queens-love",
"rich-carrots-deny",
"rotten-tomatoes-run",
Expand Down Expand Up @@ -184,9 +195,12 @@
"three-moles-attack",
"tidy-balloons-rule",
"tidy-cheetahs-cry",
"tricky-ghosts-flow",
"tricky-islands-jam",
"twelve-onions-laugh",
"twelve-paws-jog",
"twenty-cheetahs-leave",
"unlucky-hairs-sit",
"violet-paws-begin",
"violet-steaks-repeat",
"weak-keys-tap",
Expand Down
29 changes: 29 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Change Log

## 1.0.0-next.46

### Minor Changes

- Add JSON schema for CLI config file, which enables editor hints. To use it, do something like this: ([#2972](https://github.com/digdir/designsystemet/pull/2972))

```jsonc
{
"$schema": "node_modules/@digdir/designsystemet/dist/config.schema.json",
// ...config options here...
}
```

- cli: better error messages for wrong or missing options ([#2970](https://github.com/digdir/designsystemet/pull/2970))

### Patch Changes

- tokens: fix wrong reference for focus color. ([#2989](https://github.com/digdir/designsystemet/pull/2989))

- refactor: Changed border-radius token to dimension type ([#2990](https://github.com/digdir/designsystemet/pull/2990))

- Add json config file support for `tokens create` ([#2847](https://github.com/digdir/designsystemet/pull/2847))

- Changed focus color to use neutral instead of accent color ([#2989](https://github.com/digdir/designsystemet/pull/2989))

- tokens build: fix invalid values in --ds-size calculations ([#2975](https://github.com/digdir/designsystemet/pull/2975))

- outDir option was required, but it should have a default value ([#2969](https://github.com/digdir/designsystemet/pull/2969))

## 1.0.0-next.45

### 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.45",
"version": "1.0.0-next.46",
"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.46

### Patch Changes

- Helptext: Remove component ([#2956](https://github.com/digdir/designsystemet/pull/2956))

- Field: Don't show as disabled when option is disabled ([#2980](https://github.com/digdir/designsystemet/pull/2980))

- Changed focus color to use neutral instead of accent color ([#2989](https://github.com/digdir/designsystemet/pull/2989))

- Tabs: Rework component CSS ([#2991](https://github.com/digdir/designsystemet/pull/2991))

## 1.0.0-next.45

### 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.45",
"version": "1.0.0-next.46",
"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.46

### Patch Changes

- Input: Add whitelist for `type` ([#2974](https://github.com/digdir/designsystemet/pull/2974))

- Helptext: Remove component ([#2956](https://github.com/digdir/designsystemet/pull/2956))

- Textfield: Add whitelist for `type` ([#2974](https://github.com/digdir/designsystemet/pull/2974))

- Tabs: Content will get focus when it has no focusable elements ([#2991](https://github.com/digdir/designsystemet/pull/2991))

## 1.0.0-next.45

### 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,7 +1,7 @@
{
"name": "@digdir/designsystemet-react",
"type": "module",
"version": "1.0.0-next.45",
"version": "1.0.0-next.46",
"description": "React components for Designsystemet",
"author": "Designsystemet team",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.0.0-next.46

### Patch Changes

- Changed focus color to use neutral instead of accent color ([#2989](https://github.com/digdir/designsystemet/pull/2989))

## 1.0.0-next.45

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

0 comments on commit bfc2563

Please sign in to comment.