Skip to content

Commit 7763523

Browse files
Version Packages (#818)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 27bcfc6 commit 7763523

File tree

9 files changed

+21
-28
lines changed

9 files changed

+21
-28
lines changed

.changeset/common-beers-yell.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fiery-badgers-sit.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fiery-moles-clap.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/heavy-games-wink.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/metal-dryers-report.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

css/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @microsoft/atlas-css
22

3+
## 5.1.0
4+
5+
### Minor Changes
6+
7+
- 15478c0: Add a new .reading-width class to help constrain content to a good recommended reading width.
8+
9+
### Patch Changes
10+
11+
- 27bcfc6: Reduce h2 and h6 typography token sizes by 2px and align markdown h6 to token sizing.
12+
- 15478c0: Adjust --layout-gap variable to use the correct mobile padding of 1rem (16px) to match header. Desktop and wider screens are unaffected.
13+
314
## 5.0.0
415

516
### Major Changes

css/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/atlas-css",
3-
"version": "5.0.0",
3+
"version": "5.1.0",
44
"description": "Styles backing the Atlas Design System used by Microsoft's Developer Relations.",
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1",

site/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @microsoft/atlas-site
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- ff8267c: Fix the development server's file watcher, which stopped watching at the npm module boundary after a dependency upgrade.
8+
- 15478c0: Add the .reading-width component to the site's article-like content.
9+
310
## 1.0.0
411

512
### Major Changes

site/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/atlas-site",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"license": "MIT",
55
"private": true,
66
"engines": {
@@ -29,7 +29,7 @@
2929
"@typescript-eslint/eslint-plugin": "^5.60.1",
3030
"@typescript-eslint/parser": "^5.60.1",
3131
"eslint-plugin-import": "^2.27.5",
32-
"@microsoft/atlas-css": "5.0.0",
32+
"@microsoft/atlas-css": "5.1.0",
3333
"eslint-config-prettier": "^8.8.0",
3434
"parcel": "2.16.3",
3535
"lightningcss": "1.30.2",

0 commit comments

Comments
 (0)