diff --git a/.changeset/modern-feet-worry.md b/.changeset/modern-feet-worry.md deleted file mode 100644 index aa8a63ce1..000000000 --- a/.changeset/modern-feet-worry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@microsoft/atlas-js': patch ---- - -The layout related TypeScript should use style.setProperty to avoid downstream conflicts if sets document.documentElement.style.cssText directly. diff --git a/js/CHANGELOG.md b/js/CHANGELOG.md index 28853613b..bd41a18e4 100644 --- a/js/CHANGELOG.md +++ b/js/CHANGELOG.md @@ -1,5 +1,11 @@ # @microsoft/atlas-js +## 1.12.1 + +### Patch Changes + +- 9e64093d: The layout related TypeScript should use style.setProperty to avoid downstream conflicts if sets document.documentElement.style.cssText directly. + ## 1.12.0 ### Minor Changes diff --git a/js/package.json b/js/package.json index 5ac2a834c..545514a02 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/atlas-js", - "version": "1.12.0", + "version": "1.12.1", "public": true, "description": "Scripts backing the Atlas Design System used by Microsoft's Developer Relations.", "main": "dist/index.js",