Skip to content

Commit

Permalink
Version Packages (#711)
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 25, 2024
1 parent 6de95c8 commit 4929a58
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 27 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilly-cobras-tease.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/famous-chefs-repeat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-lizards-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-numbers-notice.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-owls-attack.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.57.2

### Patch Changes

- 6de95c8d: For the layout component, the height of the header's grid track should be minmax(auto, max-content) to ensure proper height constraint happens.
- 6de95c8d: Stop accounting for rounding in calculations and remove -1px in the --atlas-contained-height property.

## 3.57.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.57.1",
"version": "3.57.2",
"description": "Styles backing the Atlas Design System used by Microsoft's Developer Relations.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down
11 changes: 11 additions & 0 deletions js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @microsoft/atlas-js

## 1.14.0

### Minor Changes

- 6de95c8d: Export a `dispatchAtlasLayoutUpdateEvent` function for easier use downstream.

### Patch Changes

- 6de95c8d: Fix bug where a hidden footer element would still register a height. Layout now always expects a header, but not necessarily a footer, since footers can be rendered within containers too.
- 6de95c8d: Move footer border to child element of layout.

## 1.13.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/atlas-js",
"version": "1.13.1",
"version": "1.14.0",
"public": true,
"description": "Scripts backing the Atlas Design System used by Microsoft's Developer Relations.",
"main": "dist/index.js",
Expand Down

0 comments on commit 4929a58

Please sign in to comment.