Skip to content

Commit

Permalink
chore: new release candidate (next) (#2841)
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]

### Major Changes

- ValidationMessage: use `data-color="danger | success"` instead of
`data-error="true | false"`
([#2860](#2860))

### Patch Changes

- React: Set `"type": "module"` in `package.json`
([#2842](#2842))

- Rename `Accordion` to `Details`
([#2839](#2839))

## @digdir/[email protected]

### Patch Changes

- Rename `Accordion` to `Details`
([#2839](#2839))

## @digdir/[email protected]



## @digdir/[email protected]

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 9, 2024
1 parent a3545df commit 0f87a12
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"eleven-bags-shop",
"eleven-experts-raise",
"eleven-peaches-agree",
"eleven-rings-travel",
"empty-pears-hide",
"empty-singers-yell",
"fair-beds-destroy",
Expand Down Expand Up @@ -91,6 +92,7 @@
"nine-cameras-peel",
"nine-countries-invent",
"ninety-horses-juggle",
"ninety-jeans-punch",
"odd-hornets-sleep",
"old-melons-stare",
"old-sheep-dress",
Expand Down Expand Up @@ -123,6 +125,7 @@
"short-kiwis-turn",
"short-walls-judge",
"shy-cameras-approve",
"silver-penguins-occur",
"six-carrots-guess",
"six-trees-tie",
"slimy-bees-arrive",
Expand Down
2 changes: 2 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 1.0.0-next.40

## 1.0.0-next.39

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

## 1.0.0-next.40

### Patch Changes

- Rename `Accordion` to `Details` ([#2839](https://github.com/digdir/designsystemet/pull/2839))

## 1.0.0-next.39

## 1.0.0-next.38
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.39",
"version": "1.0.0-next.40",
"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.40

### Major Changes

- ValidationMessage: use `data-color="danger | success"` instead of `data-error="true | false"` ([#2860](https://github.com/digdir/designsystemet/pull/2860))

### Patch Changes

- React: Set `"type": "module"` in `package.json` ([#2842](https://github.com/digdir/designsystemet/pull/2842))

- Rename `Accordion` to `Details` ([#2839](https://github.com/digdir/designsystemet/pull/2839))

## 1.0.0-next.39

## 1.0.0-next.38
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.39",
"version": "1.0.0-next.40",
"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.40

## 1.0.0-next.39

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

0 comments on commit 0f87a12

Please sign in to comment.