diff --git a/.changeset/pre.json b/.changeset/pre.json index a74296174a..86b37167c6 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -14,5 +14,9 @@ "@digdir/designsystemet-theme": "1.0.0-rc.13", "figma-plugin": "0.1.0" }, - "changesets": [] + "changesets": [ + "blue-rocks-pull", + "friendly-islands-punch", + "short-walls-judge" + ] } diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 0dc8d9f803..2179862929 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.1.0-next.20 + +### Patch Changes + +- [`2d1da9a`](https://github.com/digdir/designsystemet/commit/2d1da9a4f77a4d01b17a1987a79ea332465c1d99) Thanks [@mimarz](https://github.com/mimarz)! - Testing snapshot release + All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. diff --git a/packages/cli/package.json b/packages/cli/package.json index 18015211c6..1e0a1468d9 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@digdir/designsystemet", - "version": "0.1.0-alpha.19", + "version": "0.1.0-next.20", "description": "CLI for Designsystemet", "author": "Designsystemet team", "repository": { diff --git a/packages/css/CHANGELOG.md b/packages/css/CHANGELOG.md index cdcae7bf7f..aeb78a48c0 100644 --- a/packages/css/CHANGELOG.md +++ b/packages/css/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.11.0-next.10 + +### Patch Changes + +- [`2d1da9a`](https://github.com/digdir/designsystemet/commit/2d1da9a4f77a4d01b17a1987a79ea332465c1d99) Thanks [@mimarz](https://github.com/mimarz)! - Testing snapshot release + All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. diff --git a/packages/css/package.json b/packages/css/package.json index a4346932f9..14b722fcaf 100644 --- a/packages/css/package.json +++ b/packages/css/package.json @@ -1,6 +1,6 @@ { "name": "@digdir/designsystemet-css", - "version": "0.11.0-alpha.9", + "version": "0.11.0-next.10", "description": "CSS for Designsystemet", "author": "Designsystemet team", "repository": "https://github.com/digdir/designsystemet", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index fded7f93c9..fc92527aef 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 1.0.0-next.14 + +### Patch Changes + +- [`2d1da9a`](https://github.com/digdir/designsystemet/commit/2d1da9a4f77a4d01b17a1987a79ea332465c1d99) Thanks [@mimarz](https://github.com/mimarz)! - Testing snapshot release + +- [#2184](https://github.com/digdir/designsystemet/pull/2184) [`8b2abdb`](https://github.com/digdir/designsystemet/commit/8b2abdbce4f51fd7771e0ba041515e25aa5e88a3) Thanks [@mimarz](https://github.com/mimarz)! - fix(Combobox): :bug: Button for toggling open/close should now close when open + +- [#2185](https://github.com/digdir/designsystemet/pull/2185) [`567329b`](https://github.com/digdir/designsystemet/commit/567329ba0c228490c95ea4c062e7045bde597a53) Thanks [@mimarz](https://github.com/mimarz)! - feat(Combobox): :sparkles: Label now supports other elements + All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. diff --git a/packages/react/package.json b/packages/react/package.json index 0dbe6c7dbc..d835579f8f 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@digdir/designsystemet-react", - "version": "1.0.0-rc.13", + "version": "1.0.0-next.14", "description": "React components for Designsystemet", "author": "Designsystemet team", "repository": "https://github.com/digdir/designsystemet", diff --git a/packages/theme/CHANGELOG.md b/packages/theme/CHANGELOG.md index ba0b5d78c0..39e35a34fa 100644 --- a/packages/theme/CHANGELOG.md +++ b/packages/theme/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 1.0.0-next.14 + +### Patch Changes + +- [`2d1da9a`](https://github.com/digdir/designsystemet/commit/2d1da9a4f77a4d01b17a1987a79ea332465c1d99) Thanks [@mimarz](https://github.com/mimarz)! - Testing snapshot release + All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. diff --git a/packages/theme/package.json b/packages/theme/package.json index c2c3e5e433..b888cfdb08 100644 --- a/packages/theme/package.json +++ b/packages/theme/package.json @@ -1,6 +1,6 @@ { "name": "@digdir/designsystemet-theme", - "version": "1.0.0-rc.13", + "version": "1.0.0-next.14", "description": "Predefined themes for Designsystemet", "author": "Designsystemet team", "repository": "https://github.com/digdir/designsystemet",