Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2022-10-27 16:31:19 -05:00 коммит произвёл GitHub
Родитель 59e0151fa4
Коммит 598dfd389d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
7 изменённых файлов: 20 добавлений и 19 удалений

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

@ -1,5 +0,0 @@
---
'@microsoft/atlas-site': minor
---
Add a 404 page.

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

@ -1,6 +0,0 @@
---
'@microsoft/atlas-css': minor
'@microsoft/atlas-site': minor
---
Ensure forced colors mode doesn't interfere with fill: currentColor

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

@ -1,5 +0,0 @@
---
'@microsoft/atlas-site': patch
---
Add site favicon

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

@ -1,5 +1,11 @@
# @microsoft/atlas-css
## 3.27.0
### Minor Changes
- a1ab928: Ensure forced colors mode doesn't interfere with fill: currentColor
## 3.26.0
### Minor Changes

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

@ -1,6 +1,6 @@
{
"name": "@microsoft/atlas-css",
"version": "3.26.0",
"version": "3.27.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.34.0
### Minor Changes
- 884a338: Add a 404 page.
- a1ab928: Ensure forced colors mode doesn't interfere with fill: currentColor
### Patch Changes
- 7ee045c: Add site favicon
## 0.33.0
### Minor Changes

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

@ -1,6 +1,6 @@
{
"name": "@microsoft/atlas-site",
"version": "0.33.0",
"version": "0.34.0",
"license": "MIT",
"private": true,
"scripts": {
@ -19,7 +19,7 @@
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0",
"eslint-plugin-import": "^2.26.0",
"@microsoft/atlas-css": "^3.26.0",
"@microsoft/atlas-css": "^3.27.0",
"eslint-config-prettier": "^8.5.0",
"parcel": "^2.7.0",
"lightningcss": "1.16.0",