Skip to content

Commit 061de5b

Browse files
Version Packages (#759)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 56f26c5 commit 061de5b

File tree

7 files changed

+19
-18
lines changed

7 files changed

+19
-18
lines changed

.changeset/great-tigers-draw.md

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

.changeset/metal-toys-shave.md

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

.changeset/sixty-hats-wash.md

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

css/CHANGELOG.md

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

3+
## 3.66.0
4+
5+
### Minor Changes
6+
7+
- 56f26c5: Adding palette, colors, and themes tokens and updating buttons to have a selected state
8+
39
## 3.65.0
410

511
### 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.65.0",
3+
"version": "3.66.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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @microsoft/atlas-site
22

3+
## 0.64.0
4+
5+
### Minor Changes
6+
7+
- 56f26c5: Add selected state for buttons to documentation
8+
9+
### Patch Changes
10+
11+
- 5dba083: Fix a typo in the tag-suggestion example
12+
313
## 0.63.0
414

515
### Minor 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.63.0",
3+
"version": "0.64.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.65.0",
22+
"@microsoft/atlas-css": "^3.66.0",
2323
"eslint-config-prettier": "^8.8.0",
2424
"parcel": "^2.12.0",
2525
"lightningcss": "^1.25.1",

0 commit comments

Comments
 (0)