From 7969a82eb8ed5081a67a116adc81f3af8a7928ce Mon Sep 17 00:00:00 2001 From: Will Bjorn <30843002+wibjorn@users.noreply.github.com> Date: Thu, 22 Feb 2024 11:58:30 -0800 Subject: [PATCH] Version Packages (#603) Co-authored-by: github-actions[bot] --- .changeset/fast-panthers-end.md | 5 ----- .changeset/wet-ladybugs-poke.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/fast-panthers-end.md delete mode 100644 .changeset/wet-ladybugs-poke.md diff --git a/.changeset/fast-panthers-end.md b/.changeset/fast-panthers-end.md deleted file mode 100644 index 2d6f03e1..00000000 --- a/.changeset/fast-panthers-end.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@microsoft/atlas-css': minor ---- - -Set hero image direction to prevent image flipping for rtl diff --git a/.changeset/wet-ladybugs-poke.md b/.changeset/wet-ladybugs-poke.md deleted file mode 100644 index 3ed94efe..00000000 --- a/.changeset/wet-ladybugs-poke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@microsoft/atlas-site': minor ---- - -Update hero documentation diff --git a/css/CHANGELOG.md b/css/CHANGELOG.md index c2766e18..ca0708c8 100644 --- a/css/CHANGELOG.md +++ b/css/CHANGELOG.md @@ -1,5 +1,11 @@ # @microsoft/atlas-css +## 3.39.0 + +### Minor Changes + +- cac3567: Set hero image direction to prevent image flipping for rtl + ## 3.38.1 ### Patch Changes diff --git a/css/package.json b/css/package.json index 1c2d229f..85b43507 100644 --- a/css/package.json +++ b/css/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/atlas-css", - "version": "3.38.1", + "version": "3.39.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 042dddcc..e12e4027 100644 --- a/site/CHANGELOG.md +++ b/site/CHANGELOG.md @@ -1,5 +1,11 @@ # @microsoft/atlas-site +## 0.45.0 + +### Minor Changes + +- cac3567: Update hero documentation + ## 0.44.0 ### Minor Changes diff --git a/site/package.json b/site/package.json index 703b5ff1..1750043a 100644 --- a/site/package.json +++ b/site/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/atlas-site", - "version": "0.44.0", + "version": "0.45.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.38.0", + "@microsoft/atlas-css": "^3.39.0", "eslint-config-prettier": "^8.8.0", "parcel": "^2.9.3", "lightningcss": "1.21.1",