Skip to content

Commit

Permalink
Version Packages (#1543)
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
github-actions[bot] and github-actions[bot] authored Sep 24, 2024
1 parent 89e8cbc commit d53488b
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/ninety-comics-poke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-papayas-sip.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-tools-press.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/components/combobox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sl-design-system/combobox

## 0.0.2

### Patch Changes

- [#1539](https://github.com/sl-design-system/components/pull/1539) [`48cd7d6`](https://github.com/sl-design-system/components/commit/48cd7d60f994fb9517b89c3c4d2d674c5491aa30) - Show a message when there are no filter matches

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/combobox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sl-design-system/combobox",
"version": "0.0.1",
"version": "0.0.2",
"description": "Combobox component for the SL Design System",
"license": "Apache-2.0",
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions packages/components/grid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sl-design-system/grid

## 0.1.15

### Patch Changes

- [#1547](https://github.com/sl-design-system/components/pull/1547) [`89e8cbc`](https://github.com/sl-design-system/components/commit/89e8cbceeb1b2a9e1f498a26e251a956e04bb246) - Fix error in code when flattening column groups

## 0.1.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sl-design-system/grid",
"version": "0.1.14",
"version": "0.1.15",
"description": "Grid components for the SL Design System",
"license": "Apache-2.0",
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions packages/components/menu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sl-design-system/menu

## 0.1.2

### Patch Changes

- [#1540](https://github.com/sl-design-system/components/pull/1540) [`d52af39`](https://github.com/sl-design-system/components/commit/d52af39c81ca5e8ed2e5b27a79dc3bf3ad162899) - Set initial aria-details and aria-expanded on the menu button

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/menu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sl-design-system/menu",
"version": "0.1.1",
"version": "0.1.2",
"description": "Menu components for the SL Design System",
"license": "Apache-2.0",
"publishConfig": {
Expand Down

0 comments on commit d53488b

Please sign in to comment.