Skip to content

Commit 035cc66

Browse files
Version Packages (#721)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3c48da8 commit 035cc66

File tree

8 files changed

+19
-25
lines changed

8 files changed

+19
-25
lines changed

.changeset/beige-monkeys-yell.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/itchy-spoons-sort.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/large-buttons-ring.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/olive-numbers-shout.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

css/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @microsoft/atlas-css
22

3+
## 3.59.0
4+
5+
### Minor Changes
6+
7+
- 6940e18f: Updating button's hover styles in site-header
8+
- d6a18063: Update badge styles to handle icon only badges. Add new extra large badge size.
9+
- 3c48da87: Added timeline pattern and css styles.
10+
311
## 3.58.0
412

513
### Minor Changes

css/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/atlas-css",
3-
"version": "3.58.0",
3+
"version": "3.59.0",
44
"description": "Styles backing the Atlas Design System used by Microsoft's Developer Relations.",
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1",

site/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @microsoft/atlas-site
22

3+
## 0.60.0
4+
5+
### Minor Changes
6+
7+
- 2fc04208: Update color atomics documentation.
8+
- d6a18063: Update badge styles to handle icon only badges. Add new extra large badge size.
9+
- 3c48da87: Added timeline pattern and css styles.
10+
311
## 0.59.1
412

513
### Patch Changes

site/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/atlas-site",
3-
"version": "0.59.1",
3+
"version": "0.60.0",
44
"license": "MIT",
55
"private": true,
66
"scripts": {
@@ -19,7 +19,7 @@
1919
"@typescript-eslint/eslint-plugin": "^5.60.1",
2020
"@typescript-eslint/parser": "^5.60.1",
2121
"eslint-plugin-import": "^2.27.5",
22-
"@microsoft/atlas-css": "^3.58.0",
22+
"@microsoft/atlas-css": "^3.59.0",
2323
"eslint-config-prettier": "^8.8.0",
2424
"parcel": "^2.12.0",
2525
"lightningcss": "^1.25.1",

0 commit comments

Comments
 (0)