diff --git a/.changeset/config.json b/.changeset/config.json index 6d30005329..3ae96efbd6 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -5,7 +5,17 @@ { "repo": "swisspost/design-system" } ], "commit": false, - "fixed": [], + "fixed": [ + [ + "@swisspost/design-system-styles", + "@swisspost/design-system-components", + "@swisspost/design-system-components-angular", + "@swisspost/design-system-components-react", + "@swisspost/design-system-intranet-header", + "@swisspost/design-system-icons", + "@swisspost/design-system-migrations" + ] + ], "linked": [], "access": "restricted", "baseBranch": "main", diff --git a/.changeset/fifty-rabbits-flow.md b/.changeset/fifty-rabbits-flow.md new file mode 100644 index 0000000000..25edb6d9c1 --- /dev/null +++ b/.changeset/fifty-rabbits-flow.md @@ -0,0 +1,21 @@ +--- +'@swisspost/design-system-components': major +'@swisspost/design-system-components-angular': major +'@swisspost/design-system-components-react': major +'@swisspost/design-system-styles': major +'@swisspost/design-system-migrations': major +'@swisspost/design-system-icons': major +'@swisspost/design-system-intranet-header': major +--- + +Syncing versions of the following packages: + +- @swisspost/design-system-styles +- @swisspost/design-system-components +- @swisspost/design-system-components-react +- @swisspost/design-system-components-angular +- @swisspost/design-system-migrations +- @swisspost/design-system-icons +- @swisspost/design-system-intranet-header + +This will help understanding the dependencies between these packages at a glance but also means that for the individual pacakges, semver is no longer being used. This enables us also to talk about and document Design System versions as a whole instead of documenting the fragmented versions in a complex lookup table.