diff --git a/.changeset/pre.json b/.changeset/pre.json index 64f5e20dbd..4e4360c6e6 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -58,6 +58,7 @@ "thirty-lions-yawn", "tiny-jars-knock", "tiny-suits-smile", + "violet-llamas-cheat", "wet-avocados-speak", "wise-emus-count", "witty-rabbits-collect", diff --git a/packages/design-tokens/CHANGELOG.md b/packages/design-tokens/CHANGELOG.md index 288ed40097..99c1fc3b3d 100644 --- a/packages/design-tokens/CHANGELOG.md +++ b/packages/design-tokens/CHANGELOG.md @@ -1,5 +1,11 @@ # @sumup-oss/design-tokens +## 8.0.0-next.3 + +### Patch Changes + +- [#2747](https://github.com/sumup-oss/circuit-ui/pull/2747) [`84091c5`](https://github.com/sumup-oss/circuit-ui/commit/84091c5fb2b8f8a1f95a55fc25ab37086a879562) Thanks [@connor-baer](https://github.com/connor-baer)! - Updated the design token values for `headline-m-font-size`, `font-weight-semibold` and `font-weight-bold`. + ## 8.0.0-next.2 ### Major Changes diff --git a/packages/design-tokens/package.json b/packages/design-tokens/package.json index 5e84da9ecd..2db51dfc59 100644 --- a/packages/design-tokens/package.json +++ b/packages/design-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@sumup-oss/design-tokens", - "version": "8.0.0-next.2", + "version": "8.0.0-next.3", "description": "Visual primitives such as typography, color, and spacing that are shared across platforms.", "main": "dist/cjs/index.js", "module": "dist/es/index.js",