Skip to content

Commit

Permalink
Version Packages (#691)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
wibjorn and github-actions[bot] authored Oct 4, 2024
1 parent 0f89f52 commit 3383c26
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/great-ravens-grab.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/smart-lions-sniff.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-gifts-turn.md

This file was deleted.

10 changes: 10 additions & 0 deletions css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @microsoft/atlas-css

## 3.54.0

### Minor Changes

- bd2f360a: Adding Accordion component and relevant documentation.

### Patch Changes

- 0f89f529: Add !important flag to line-height-normal and white-space atomics.

## 3.53.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/atlas-css",
"version": "3.53.0",
"version": "3.54.0",
"description": "Styles backing the Atlas Design System used by Microsoft's Developer Relations.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down
6 changes: 6 additions & 0 deletions integration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @microsoft/atlas-integration

## 1.8.0

### Minor Changes

- bd2f360a: Adding Accordion component and relevant documentation.

## 1.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion integration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/atlas-integration",
"version": "1.7.0",
"version": "1.8.0",
"private": true,
"description": "",
"scripts": {
Expand Down
10 changes: 10 additions & 0 deletions site/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @microsoft/atlas-site

## 0.57.0

### Minor Changes

- bd2f360a: Adding Accordion component and relevant documentation.

### Patch Changes

- e5fc6ddf: Invert button states for hero and footer toggles.

## 0.56.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/atlas-site",
"version": "0.56.0",
"version": "0.57.0",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -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.53.0",
"@microsoft/atlas-css": "^3.54.0",
"eslint-config-prettier": "^8.8.0",
"parcel": "^2.12.0",
"lightningcss": "^1.25.1",
Expand Down

0 comments on commit 3383c26

Please sign in to comment.