From 439ca67accad231efa857a797123e5491e4379a0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 20 Nov 2024 21:50:12 +0000 Subject: [PATCH] Version Packages --- .changeset/dull-parrots-thank.md | 5 ----- .changeset/thirty-ads-think.md | 5 ----- css/CHANGELOG.md | 6 ++++++ css/package.json | 2 +- site/CHANGELOG.md | 6 ++++++ site/package.json | 4 ++-- 6 files changed, 15 insertions(+), 13 deletions(-) delete mode 100644 .changeset/dull-parrots-thank.md delete mode 100644 .changeset/thirty-ads-think.md diff --git a/.changeset/dull-parrots-thank.md b/.changeset/dull-parrots-thank.md deleted file mode 100644 index ae8759140..000000000 --- a/.changeset/dull-parrots-thank.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@microsoft/atlas-css': minor ---- - -Update primary colors to align with Fluent 2 colors. diff --git a/.changeset/thirty-ads-think.md b/.changeset/thirty-ads-think.md deleted file mode 100644 index 00bfa6d9f..000000000 --- a/.changeset/thirty-ads-think.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@microsoft/atlas-site': minor ---- - -Add button for easier manual right to left testing. diff --git a/css/CHANGELOG.md b/css/CHANGELOG.md index cfebc5026..9b516a120 100644 --- a/css/CHANGELOG.md +++ b/css/CHANGELOG.md @@ -1,5 +1,11 @@ # @microsoft/atlas-css +## 3.60.0 + +### Minor Changes + +- 0c61b765: Update primary colors to align with Fluent 2 colors. + ## 3.59.0 ### Minor Changes diff --git a/css/package.json b/css/package.json index cd473fc77..9335b33b6 100644 --- a/css/package.json +++ b/css/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/atlas-css", - "version": "3.59.0", + "version": "3.60.0", "description": "Styles backing the Atlas Design System used by Microsoft's Developer Relations.", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/site/CHANGELOG.md b/site/CHANGELOG.md index 3e600f3d8..9c8af9156 100644 --- a/site/CHANGELOG.md +++ b/site/CHANGELOG.md @@ -1,5 +1,11 @@ # @microsoft/atlas-site +## 0.61.0 + +### Minor Changes + +- 9634b6dc: Add button for easier manual right to left testing. + ## 0.60.0 ### Minor Changes diff --git a/site/package.json b/site/package.json index cbe88c1c0..11a295be6 100644 --- a/site/package.json +++ b/site/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/atlas-site", - "version": "0.60.0", + "version": "0.61.0", "license": "MIT", "private": true, "scripts": { @@ -19,7 +19,7 @@ "@typescript-eslint/eslint-plugin": "^5.60.1", "@typescript-eslint/parser": "^5.60.1", "eslint-plugin-import": "^2.27.5", - "@microsoft/atlas-css": "^3.59.0", + "@microsoft/atlas-css": "^3.60.0", "eslint-config-prettier": "^8.8.0", "parcel": "^2.12.0", "lightningcss": "^1.25.1",