diff --git a/.changeset/great-ravens-grab.md b/.changeset/great-ravens-grab.md deleted file mode 100644 index 986df8d19..000000000 --- a/.changeset/great-ravens-grab.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@microsoft/atlas-css': patch ---- - -Add !important flag to line-height-normal and white-space atomics. diff --git a/.changeset/smart-lions-sniff.md b/.changeset/smart-lions-sniff.md deleted file mode 100644 index df95de2b7..000000000 --- a/.changeset/smart-lions-sniff.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@microsoft/atlas-integration': minor -'@microsoft/atlas-css': minor -'@microsoft/atlas-site': minor ---- - -Adding Accordion component and relevant documentation. diff --git a/.changeset/witty-gifts-turn.md b/.changeset/witty-gifts-turn.md deleted file mode 100644 index 84ac2e738..000000000 --- a/.changeset/witty-gifts-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@microsoft/atlas-site': patch ---- - -Invert button states for hero and footer toggles. diff --git a/css/CHANGELOG.md b/css/CHANGELOG.md index 00f312ab0..7842ac6ef 100644 --- a/css/CHANGELOG.md +++ b/css/CHANGELOG.md @@ -1,5 +1,15 @@ # @microsoft/atlas-css +## 3.54.0 + +### Minor Changes + +- bd2f360a: Adding Accordion component and relevant documentation. + +### Patch Changes + +- 0f89f529: Add !important flag to line-height-normal and white-space atomics. + ## 3.53.0 ### Minor Changes diff --git a/css/package.json b/css/package.json index 7eb0824bc..18297328d 100644 --- a/css/package.json +++ b/css/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/atlas-css", - "version": "3.53.0", + "version": "3.54.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/integration/CHANGELOG.md b/integration/CHANGELOG.md index 82d95f24b..45784062e 100644 --- a/integration/CHANGELOG.md +++ b/integration/CHANGELOG.md @@ -1,5 +1,11 @@ # @microsoft/atlas-integration +## 1.8.0 + +### Minor Changes + +- bd2f360a: Adding Accordion component and relevant documentation. + ## 1.7.0 ### Minor Changes diff --git a/integration/package.json b/integration/package.json index 41e463be2..38b4afc2f 100644 --- a/integration/package.json +++ b/integration/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/atlas-integration", - "version": "1.7.0", + "version": "1.8.0", "private": true, "description": "", "scripts": { diff --git a/site/CHANGELOG.md b/site/CHANGELOG.md index 5c0e92451..44f7220f3 100644 --- a/site/CHANGELOG.md +++ b/site/CHANGELOG.md @@ -1,5 +1,15 @@ # @microsoft/atlas-site +## 0.57.0 + +### Minor Changes + +- bd2f360a: Adding Accordion component and relevant documentation. + +### Patch Changes + +- e5fc6ddf: Invert button states for hero and footer toggles. + ## 0.56.0 ### Minor Changes diff --git a/site/package.json b/site/package.json index f4c26518d..c64bd5faa 100644 --- a/site/package.json +++ b/site/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/atlas-site", - "version": "0.56.0", + "version": "0.57.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.53.0", + "@microsoft/atlas-css": "^3.54.0", "eslint-config-prettier": "^8.8.0", "parcel": "^2.12.0", "lightningcss": "^1.25.1",