Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Will Bjorn 2023-04-14 14:54:53 -07:00 коммит произвёл GitHub
Родитель 86ac418ba6
Коммит 6557eeebd8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
18 изменённых файлов: 54 добавлений и 61 удалений

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

@ -1,5 +0,0 @@
---
'@microsoft/atlas-integration': minor
---
Add automated accessibility testing to integration pipeline.

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

@ -1,5 +0,0 @@
---
'@microsoft/atlas-site': patch
---
Updating form documentation page.

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

@ -1,6 +0,0 @@
---
'@microsoft/atlas-css': minor
'@microsoft/atlas-site': minor
---
Adding line-height-normal typography atomic and updating relevant documentation.

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

@ -1,5 +0,0 @@
---
'@microsoft/atlas-css': patch
---
Updating button's icon size.

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

@ -1,5 +0,0 @@
---
'@microsoft/atlas-site': patch
---
Fix typos in flex.md.

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

@ -1,6 +0,0 @@
---
'@microsoft/atlas-css': minor
'@microsoft/atlas-site': minor
---
Adding banner component and relevant documentation.

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

@ -1,6 +0,0 @@
---
'@microsoft/atlas-css': minor
'@microsoft/atlas-site': minor
---
Adding text-align-left typography atomic and updating relevant documentation.

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

@ -1,5 +0,0 @@
---
"@microsoft/atlas-css": minor
---
For browsers that support target-text, update the background color to make text and URLs more visible when highlighted

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

@ -1,6 +0,0 @@
---
'@microsoft/parcel-transformer-markdown-html': patch
'@microsoft/atlas-site': patch
---
Add various accessibility fixes as a result of running automated axe/playwright tests.

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

@ -1,6 +0,0 @@
---
'@microsoft/atlas-css': minor
'@microsoft/atlas-site': minor
---
Adding notification component and relevant documentation.

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

@ -1,5 +1,19 @@
# @microsoft/atlas-css
## 3.31.0
### Minor Changes
- 5aebf54: Adding line-height-normal typography atomic and updating relevant documentation.
- c9e0b4a: Adding banner component and relevant documentation.
- 5aebf54: Adding text-align-left typography atomic and updating relevant documentation.
- 86ac418: For browsers that support target-text, update the background color to make text and URLs more visible when highlighted
- c9e0b4a: Adding notification component and relevant documentation.
### Patch Changes
- afc478a: Updating button's icon size.
## 3.30.0
### Minor Changes

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

@ -1,6 +1,6 @@
{
"name": "@microsoft/atlas-css",
"version": "3.30.0",
"version": "3.31.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,11 @@
# @microsoft/atlas-integration
## 1.4.0
### Minor Changes
- 13bd1cf: Add automated accessibility testing to integration pipeline.
## 1.3.0
### Minor Changes

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

@ -1,6 +1,6 @@
{
"name": "@microsoft/atlas-integration",
"version": "1.3.0",
"version": "1.4.0",
"private": true,
"description": "",
"scripts": {

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

@ -1,5 +1,18 @@
# @microsoft/parcel-transformer-markdown-html
## 2.6.1
### Patch Changes
- 13bd1cf: Add various accessibility fixes as a result of running automated axe/playwright tests.
- Updated dependencies [5aebf54]
- Updated dependencies [afc478a]
- Updated dependencies [c9e0b4a]
- Updated dependencies [5aebf54]
- Updated dependencies [86ac418]
- Updated dependencies [c9e0b4a]
- @microsoft/atlas-css@3.31.0
## 2.6.0
### Minor Changes

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

@ -1,6 +1,6 @@
{
"name": "@microsoft/parcel-transformer-markdown-html",
"version": "2.6.0",
"version": "2.6.1",
"license": "MIT",
"private": true,
"repository": {
@ -13,7 +13,7 @@
"parcel": "^2.7.0"
},
"dependencies": {
"@microsoft/atlas-css": "^3.30.0",
"@microsoft/atlas-css": "^3.31.0",
"@parcel/plugin": "^2.8.3",
"@parcel/utils": "^2.8.3",
"marked": "^4.3.0",

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

@ -1,5 +1,20 @@
# @microsoft/atlas-site
## 0.37.0
### Minor Changes
- 5aebf54: Adding line-height-normal typography atomic and updating relevant documentation.
- c9e0b4a: Adding banner component and relevant documentation.
- 5aebf54: Adding text-align-left typography atomic and updating relevant documentation.
- c9e0b4a: Adding notification component and relevant documentation.
### Patch Changes
- 380d6d4: Updating form documentation page.
- d1e4404: Fix typos in flex.md.
- 13bd1cf: Add various accessibility fixes as a result of running automated axe/playwright tests.
## 0.36.0
### Minor Changes

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

@ -1,6 +1,6 @@
{
"name": "@microsoft/atlas-site",
"version": "0.36.0",
"version": "0.37.0",
"license": "MIT",
"private": true,
"scripts": {
@ -19,7 +19,7 @@
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"eslint-plugin-import": "^2.27.5",
"@microsoft/atlas-css": "^3.30.0",
"@microsoft/atlas-css": "^3.31.0",
"eslint-config-prettier": "^8.8.0",
"parcel": "^2.8.3",
"lightningcss": "1.19.0",