Skip to content

Commit

Permalink
ci: don't link design-token version to CC version (#7983)
Browse files Browse the repository at this point in the history
**Related Issue:** #

## Summary

We don't want the design tokens version to be in sync with the CC
version, that is just for the component wrapper packages.
  • Loading branch information
benelan authored Oct 12, 2023
1 parent 2c34b42 commit 575c038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/syncLinkedPackageVersions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
const LINKED_VERSIONS_HEAD_PACKAGE = "@esri/calcite-components";

// next releases will be blocked if HEAD's version is less than a TRACKING package's version
const LINKED_VERSIONS_TRACKING_PACKAGES = ["@esri/calcite-components-react", "@esri/calcite-design-tokens"];
const LINKED_VERSIONS_TRACKING_PACKAGES = ["@esri/calcite-components-react"];

interface PackageData {
name: string;
Expand Down

0 comments on commit 575c038

Please sign in to comment.