Skip to content

Commit

Permalink
Version Packages (#584)
Browse files Browse the repository at this point in the history
* Version Packages

* thwart me for the last time

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
wibjorn and github-actions[bot] authored Nov 30, 2023
1 parent 46e987b commit 43b97e2
Show file tree
Hide file tree
Showing 14 changed files with 44 additions and 51 deletions.
5 changes: 0 additions & 5 deletions .changeset/cuddly-turkeys-rhyme.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/dry-elephants-provide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-parents-think.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-swans-divide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-glasses-brake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-shrimps-sip.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-pants-agree.md

This file was deleted.

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

## 3.38.0

### Minor Changes

- 46e987b: Add sidecar-left and sidecar-right layouts and relevant documentation.
- 5708e1f: Add a layout component to provide a flexible way of specifying a site's layout with minimal nesting.

## 3.37.1

### Patch 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.37.1",
"version": "3.38.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
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions plugins/parcel-transformer-markdown-html/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @microsoft/parcel-transformer-markdown-html

## 2.7.0

### Minor Changes

- 5708e1f: Update to allow a hero element to be rendered if yaml front matter containers `hero: true`.

### Patch Changes

- Updated dependencies [46e987b]
- Updated dependencies [5708e1f]
- @microsoft/atlas-css@3.38.0

## 2.6.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions plugins/parcel-transformer-markdown-html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/parcel-transformer-markdown-html",
"version": "2.6.1",
"version": "2.7.0",
"license": "MIT",
"private": true,
"repository": {
Expand All @@ -13,7 +13,7 @@
"parcel": "^2.7.0"
},
"dependencies": {
"@microsoft/atlas-css": "^3.34.0",
"@microsoft/atlas-css": "^3.38.0",
"@parcel/plugin": "^2.9.3",
"@parcel/utils": "^2.9.3",
"marked": "^5.1.0",
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.43.0

### Minor Changes

- 5708e1f: Document the layout component in /components/layout.
- 46e987b: Add sidecar-left and sidecar-right layouts and relevant documentation.
- 5708e1f: Add new code fense label html-no-example which does not render an example.
- 5708e1f: Add a mobile navigation menu.
- 5708e1f: Apply the holy grail layout from the new layout component to the site.

## 0.42.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/atlas-site",
"version": "0.42.1",
"version": "0.43.0",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -19,12 +19,12 @@
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"eslint-plugin-import": "^2.27.5",
"@microsoft/atlas-css": "^3.37.0",
"@microsoft/atlas-css": "^3.38.0",
"eslint-config-prettier": "^8.8.0",
"parcel": "^2.9.3",
"lightningcss": "1.21.1",
"@parcel/transformer-sass": "^2.9.3",
"@microsoft/parcel-transformer-markdown-html": "^2.6.0",
"@microsoft/parcel-transformer-markdown-html": "^2.7.0",
"fs-extra": "^11.1.1",
"front-matter": "^4.0.2",
"typescript": "^5.1.5"
Expand Down

0 comments on commit 43b97e2

Please sign in to comment.