Skip to content

Commit 4f4c15d

Browse files
Version Packages (#764)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e4c88cf commit 4f4c15d

File tree

6 files changed

+17
-13
lines changed

6 files changed

+17
-13
lines changed

.changeset/sixty-dots-report.md

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

.changeset/witty-rocks-punch.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.67.0
4+
5+
### Minor Changes
6+
7+
- 7deedd9: Accordion will no longer have color change on hover.
8+
39
## 3.66.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.66.0",
3+
"version": "3.67.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",

extension/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 0.0.6
4+
5+
### Patch Changes
6+
7+
- e4c88cf: Update CVE dependencies
8+
- Updated dependencies [7deedd9]
9+
- @microsoft/atlas-css@3.67.0
10+
311
## 0.0.5
412

513
### Patch Changes

extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "atlas-design-system-tools",
33
"displayName": "Atlas Design System Tools",
44
"description": "VSCode tooling for using the Atlas Design System.",
5-
"version": "0.0.5",
5+
"version": "0.0.6",
66
"preview": true,
77
"private": true,
88
"publisher": "docsmsft",
@@ -42,7 +42,7 @@
4242
"esbuild-watch": "npm run esbuild-base -- --sourcemap --watch"
4343
},
4444
"dependencies": {
45-
"@microsoft/atlas-css": "^3.34.0"
45+
"@microsoft/atlas-css": "^3.67.0"
4646
},
4747
"devDependencies": {
4848
"@types/glob": "^8.1.0",

0 commit comments

Comments
 (0)