diff --git a/.changeset/fix-sass-slash-div.md b/.changeset/fix-sass-slash-div.md deleted file mode 100644 index 47c0e2ab1..000000000 --- a/.changeset/fix-sass-slash-div.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@sparkpost/design-tokens": patch ---- - -Replace deprecated `/` division with `math.div()` in generated SCSS `rem()` and `em()` functions to fix Dart Sass 2.0 deprecation warnings diff --git a/package-lock.json b/package-lock.json index bb394ad17..7c196d769 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32089,7 +32089,7 @@ }, "packages/design-tokens": { "name": "@sparkpost/design-tokens", - "version": "7.1.1", + "version": "7.1.2", "license": "MIT", "devDependencies": { "style-dictionary": "^3.0.3" diff --git a/packages/design-tokens/CHANGELOG.md b/packages/design-tokens/CHANGELOG.md index 1da764168..4649c4115 100644 --- a/packages/design-tokens/CHANGELOG.md +++ b/packages/design-tokens/CHANGELOG.md @@ -1,5 +1,11 @@ # @sparkpost/design-tokens +## 7.1.2 + +### Patch Changes + +- ab001bb3: Replace deprecated `/` division with `math.div()` in generated SCSS `rem()` and `em()` functions to fix Dart Sass 2.0 deprecation warnings + ## 7.1.1 ### Patch Changes diff --git a/packages/design-tokens/package.json b/packages/design-tokens/package.json index f24edfef1..758c8b4f4 100644 --- a/packages/design-tokens/package.json +++ b/packages/design-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@sparkpost/design-tokens", - "version": "7.1.1", + "version": "7.1.2", "description": "SparkPost Design Tokens", "main": "index.js", "types": "index.d.ts",