Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Will Bjorn 2024-09-17 17:01:24 -07:00 коммит произвёл GitHub
Родитель 7b49a87676
Коммит a1b01be0ac
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
9 изменённых файлов: 24 добавлений и 28 удалений

Просмотреть файл

@ -1,5 +0,0 @@
---
'@microsoft/atlas-site': minor
---
Update doc site to use a view transition when changing between layout examples.

Просмотреть файл

@ -1,5 +0,0 @@
---
'@microsoft/atlas-site': minor
---
Document scrollbar-gutter atomics

Просмотреть файл

@ -1,5 +0,0 @@
---
'@microsoft/atlas-css': patch
---
Refactor all layouts to use minmax(0 Xfr), where prior they were Xfr.

Просмотреть файл

@ -1,5 +0,0 @@
---
'@microsoft/atlas-site': patch
---
Provide Figma embeds with an accessible name.

Просмотреть файл

@ -1,5 +0,0 @@
---
'@microsoft/atlas-css': minor
---
Add scrollbar-gutter atomics

Просмотреть файл

@ -1,5 +1,15 @@
# @microsoft/atlas-css
## 3.49.0
### Minor Changes
- 2d6bf161: Add scrollbar-gutter atomics
### Patch Changes
- 1441c85d: Refactor all layouts to use minmax(0 Xfr), where prior they were Xfr.
## 3.48.0
### Minor Changes

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@microsoft/atlas-css",
"version": "3.48.0",
"version": "3.49.0",
"description": "Styles backing the Atlas Design System used by Microsoft's Developer Relations.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",

Просмотреть файл

@ -1,5 +1,16 @@
# @microsoft/atlas-site
## 0.52.0
### Minor Changes
- 1441c85d: Update doc site to use a view transition when changing between layout examples.
- 2d6bf161: Document scrollbar-gutter atomics
### Patch Changes
- 7b49a876: Provide Figma embeds with an accessible name.
## 0.51.0
### Minor Changes

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@microsoft/atlas-site",
"version": "0.51.0",
"version": "0.52.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.48.0",
"@microsoft/atlas-css": "^3.49.0",
"eslint-config-prettier": "^8.8.0",
"parcel": "^2.12.0",
"lightningcss": "^1.25.1",