Skip to content

Commit

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

### Patch Changes

- Fixes issue where all React prop types were inlined instead of
referenced ([#2912](#2912))

## @digdir/[email protected]



## @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 17, 2024
1 parent 79c8f0d commit bb60200
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 4 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@
"plenty-singers-matter",
"plenty-vans-sneeze",
"popular-jeans-happen",
"popular-parrots-begin",
"pretty-dancers-taste",
"proud-walls-flash",
"purple-berries-repeat",
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.44

## 1.0.0-next.43

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

## 1.0.0-next.44

## 1.0.0-next.43

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

## 1.0.0-next.44

### Patch Changes

- Fixes issue where all React prop types were inlined instead of referenced ([#2912](https://github.com/digdir/designsystemet/pull/2912))

## 1.0.0-next.43

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

## 1.0.0-next.43

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

0 comments on commit bb60200

Please sign in to comment.