Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Will Bjorn 2024-02-22 11:58:30 -08:00 коммит произвёл GitHub
Родитель 4f231dd486
Коммит 7969a82eb8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
6 изменённых файлов: 15 добавлений и 13 удалений

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

@ -1,5 +0,0 @@
---
'@microsoft/atlas-css': minor
---
Set hero image direction to prevent image flipping for rtl

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

@ -1,5 +0,0 @@
---
'@microsoft/atlas-site': minor
---
Update hero documentation

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

@ -1,5 +1,11 @@
# @microsoft/atlas-css
## 3.39.0
### Minor Changes
- cac3567: Set hero image direction to prevent image flipping for rtl
## 3.38.1
### Patch Changes

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

@ -1,6 +1,6 @@
{
"name": "@microsoft/atlas-css",
"version": "3.38.1",
"version": "3.39.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-site
## 0.45.0
### Minor Changes
- cac3567: Update hero documentation
## 0.44.0
### Minor Changes

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

@ -1,6 +1,6 @@
{
"name": "@microsoft/atlas-site",
"version": "0.44.0",
"version": "0.45.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.38.0",
"@microsoft/atlas-css": "^3.39.0",
"eslint-config-prettier": "^8.8.0",
"parcel": "^2.9.3",
"lightningcss": "1.21.1",