Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Will Bjorn 2023-11-07 11:35:28 -08:00 коммит произвёл GitHub
Родитель 4b0e01e919
Коммит 113f94fe2d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
10 изменённых файлов: 30 добавлений и 25 удалений

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

@ -1,5 +0,0 @@
---
'@microsoft/atlas-css': patch
---
Updating persona's name font-weight.

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

@ -1,6 +0,0 @@
---
'@microsoft/atlas-integration': minor
'@microsoft/atlas-css': minor
---
Add standardized message styles

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

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

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

@ -1,5 +0,0 @@
---
'@microsoft/atlas-site': minor
---
Add standardized chat styles

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

@ -1,5 +1,15 @@
# @microsoft/atlas-css
## 3.37.0
### Minor Changes
- ae05959: Add standardized message styles
### Patch Changes
- 9a4479a: Updating persona's name font-weight.
## 3.36.1
### Patch Changes

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

@ -1,6 +1,6 @@
{
"name": "@microsoft/atlas-css",
"version": "3.36.1",
"version": "3.37.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.5.0
### Minor Changes
- ae05959: Add standardized message styles
## 1.4.0
### Minor Changes

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

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

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

@ -1,5 +1,15 @@
# @microsoft/atlas-site
## 0.42.0
### Minor Changes
- ae05959: Add standardized chat styles
### Patch Changes
- 4b0e01e: Fix typo in select.md
## 0.41.0
### Minor Changes

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

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