Skip to content

Commit f38fa06

Browse files
Version Packages (next) (#2188)
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/designsystemet@0.1.0-next.21 ### Patch Changes - chore: Fix rollup build warnings for react package ([#2187](#2187)) - chore: Replace eslint with biomejs ([#2189](#2189)) - fix: Export correct bin files ([`019e72314eff58e9ea575ab5dfb7b7eba6ddaa43`](019e723)) ## @digdir/designsystemet-react@1.0.0-next.15 ### Patch Changes - chore: Fix rollup build warnings for react package ([#2187](#2187)) - chore: Replace eslint with biomejs ([#2189](#2189)) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 858ec2b commit f38fa06

File tree

5 files changed

+26
-4
lines changed

5 files changed

+26
-4
lines changed

.changeset/pre.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,15 @@
1212
"@digdir/designsystemet-react": "1.0.0-rc.13",
1313
"@digdir/design-system-react": "0.54.0",
1414
"@digdir/designsystemet-theme": "1.0.0-rc.13",
15-
"figma-plugin": "0.1.0"
15+
"figma-plugin": "0.1.0",
16+
"@designsystemet/storybook": "0.1.0"
1617
},
1718
"changesets": [
1819
"blue-rocks-pull",
20+
"cool-lamps-drive",
1921
"friendly-islands-punch",
20-
"short-walls-judge"
22+
"short-walls-judge",
23+
"tender-ties-swim",
24+
"three-carrots-hammer"
2125
]
2226
}

packages/cli/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## 0.1.0-next.21
4+
5+
### Patch Changes
6+
7+
- chore: Fix rollup build warnings for react package ([#2187](https://github.com/digdir/designsystemet/pull/2187))
8+
9+
- chore: Replace eslint with biomejs ([#2189](https://github.com/digdir/designsystemet/pull/2189))
10+
11+
- fix: Export correct bin files ([`019e72314eff58e9ea575ab5dfb7b7eba6ddaa43`](https://github.com/digdir/designsystemet/commit/019e72314eff58e9ea575ab5dfb7b7eba6ddaa43))
12+
313
## 0.1.0-next.20
414

515
### Patch Changes

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@digdir/designsystemet",
3-
"version": "0.1.0-next.20",
3+
"version": "0.1.0-next.21",
44
"description": "CLI for Designsystemet",
55
"author": "Designsystemet team",
66
"repository": {

packages/react/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 1.0.0-next.15
4+
5+
### Patch Changes
6+
7+
- chore: Fix rollup build warnings for react package ([#2187](https://github.com/digdir/designsystemet/pull/2187))
8+
9+
- chore: Replace eslint with biomejs ([#2189](https://github.com/digdir/designsystemet/pull/2189))
10+
311
## 1.0.0-next.14
412

513
### Patch Changes

packages/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@digdir/designsystemet-react",
3-
"version": "1.0.0-next.14",
3+
"version": "1.0.0-next.15",
44
"description": "React components for Designsystemet",
55
"author": "Designsystemet team",
66
"repository": "https://github.com/digdir/designsystemet",

0 commit comments

Comments
 (0)