Skip to content

Commit

Permalink
Version Packages (#603)
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 Dec 12, 2023
1 parent 456a3ce commit 3f9c914
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/good-owls-rhyme.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/plenty-rabbits-explain.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/Dialog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @igloo-ui/dialog

## 0.7.0

### Minor Changes

- 636004c: Added dismissOnEscape to Modal and Dialog. Also fixed the issue where the modal didn't gain focus after opening.

### Patch Changes

- Updated dependencies [636004c]
- @igloo-ui/modal@1.5.0

## 0.6.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/Dialog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igloo-ui/dialog",
"version": "0.6.2",
"version": "0.7.0",
"main": "dist/Dialog.js",
"module": "dist/Dialog.js",
"types": "dist/Dialog.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/List/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @igloo-ui/list

## 0.5.3

### Patch Changes

- 456a3ce: Adjusted the height of list item in compact mode

## 0.5.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/List/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igloo-ui/list",
"version": "0.5.2",
"version": "0.5.3",
"main": "dist/List.js",
"module": "dist/List.js",
"types": "dist/List.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/Modal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @igloo-ui/modal

## 1.5.0

### Minor Changes

- 636004c: Added dismissOnEscape to Modal and Dialog. Also fixed the issue where the modal didn't gain focus after opening.

## 1.4.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/Modal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igloo-ui/modal",
"version": "1.4.3",
"version": "1.5.0",
"main": "dist/Modal.js",
"module": "dist/Modal.js",
"types": "dist/Modal.d.ts",
Expand Down

0 comments on commit 3f9c914

Please sign in to comment.