Skip to content

Commit 7a9af2d

Browse files
Version Packages (#814)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ea66303 commit 7a9af2d

File tree

11 files changed

+43
-25
lines changed

11 files changed

+43
-25
lines changed

.changeset/clear-jars-drive.md

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

.changeset/giant-lions-post.md

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

.changeset/new-apes-end.md

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

css/CHANGELOG.md

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

3+
## 5.0.0
4+
5+
### Major Changes
6+
7+
- ea66303: Use at-rules should use namespaces to the degree possible.
8+
- bb5bef7: Update css build to use @use and @forward instead of @import.
9+
10+
### Patch Changes
11+
12+
- 9a47e84: Updating a few rules with their corresponding logical versions
13+
314
## 4.3.1
415

516
### Patch Changes

css/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-css",
3-
"version": "4.3.1",
3+
"version": "5.0.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",
@@ -76,7 +76,7 @@
7676
"author": "Microsoft Corporation",
7777
"license": "MIT",
7878
"devDependencies": {
79-
"@microsoft/stylelint-config-atlas": "4.1.0",
79+
"@microsoft/stylelint-config-atlas": "5.0.0",
8080
"@parcel/transformer-sass": "2.16.3",
8181
"css-tree": "^2.3.1",
8282
"eslint-plugin-security": "^1.7.1",

extension/CHANGELOG.md

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

3+
## 0.0.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [ea66303]
8+
- Updated dependencies [9a47e84]
9+
- Updated dependencies [bb5bef7]
10+
- @microsoft/atlas-css@5.0.0
11+
312
## 0.0.8
413

514
### 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.8",
5+
"version": "0.0.9",
66
"preview": true,
77
"private": true,
88
"publisher": "docsmsft",
@@ -45,7 +45,7 @@
4545
"esbuild-watch": "npm run esbuild-base -- --sourcemap --watch"
4646
},
4747
"dependencies": {
48-
"@microsoft/atlas-css": "^4.0.0"
48+
"@microsoft/atlas-css": "^5.0.0"
4949
},
5050
"devDependencies": {
5151
"@types/glob": "^8.1.0",

plugins/stylelint-config-atlas/CHANGELOG.md

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

3+
## 5.0.0
4+
5+
### Major Changes
6+
7+
- bb5bef7: Update css build to use @use and @forward instead of @import.
8+
39
## 4.1.0
410

511
### Minor Changes

plugins/stylelint-config-atlas/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/stylelint-config-atlas",
3-
"version": "4.1.0",
3+
"version": "5.0.0",
44
"private": true,
55
"description": "Shareable config for stylelint",
66
"homepage": "https://github.com/microsoft/atlas-design",

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+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 9a47e84: Updating a few rules with their corresponding logical versions
8+
9+
### Patch Changes
10+
11+
- bb5bef7: Update css build to use @use and @forward instead of @import.
12+
313
## 0.67.1
414

515
### Patch Changes

0 commit comments

Comments
 (0)