Skip to content

Commit

Permalink
chore: exit prerelease mode
Browse files Browse the repository at this point in the history
  • Loading branch information
github-bot committed Jun 14, 2024
1 parent fa9662d commit ee4843a
Show file tree
Hide file tree
Showing 18 changed files with 40 additions and 97 deletions.
5 changes: 0 additions & 5 deletions .changeset/chore-node.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cold-birds-appear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/datePicker-focus.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/feat-tabsScrollSpy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-BadgeHeight.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-NativeSelectPagination.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-datagrid.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modal-isModalClosingControlledManually.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nativeSelect-testId.md

This file was deleted.

29 changes: 0 additions & 29 deletions .changeset/pre.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/time-picker-onchange.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/timepicker-add-clearable-option.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/treeview.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-spoons-poke.md

This file was deleted.

18 changes: 18 additions & 0 deletions packages/react-magma-dom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
## 3.8.0

### Minor Changes

- fa9662d1c: feat(Tabs): Two new components, `TabsScrollSpyContainer` and `TabScrollSpyPanel` allow for a unique `Tab` layout with a scroll-spy navigation UI. Please note that this component is in beta. Use at your own risk.
- fa9662d1c: feat(TreeView): New TreeView & TreeItem components

### Patch Changes

- fa9662d1c: chore: Update nvm to `v16.20.2`
- fa9662d1c: fix(Search): Reset the value for clearable search when the X is clicked
- fa9662d1c: fix(DatePicker): Date no longer disappears if user enters a valid date, then changes it to an invalid date.
- fa9662d1c: fix(Badge): Fixes the Badge height for the label version. Both label and counter variants are now 24px in height.
- fa9662d1c: fix(NativeSelect): Fixes the issue with pagination control, rows per page, on Table and Datagrid
- fa9662d1c: fix(Datagrid): Fixed the state of pagination select not updating the new selected value.
- fa9662d1c: feat(modal): Added new `isModalClosingControlledManually` property that allows handling closing the modal on the consumer side
- fa9662d1c: fix(NativeSelect): Fix issue with data-testid
- fa9662d1c: fix(TimePicker): Returns empty when backspace is pressed
- fa9662d1c: feat(TimePicker): Added support for clearing Timepicker
- fa9662d1c: build: Update references to \_styled

## 3.7.0

Expand Down
2 changes: 1 addition & 1 deletion packages/react-magma-dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-magma-dom",
"version": "3.7.0",
"version": "3.8.0",
"description": "",
"main": "dist/index.js",
"module": "dist/esm/index.js",
Expand Down
19 changes: 19 additions & 0 deletions website/react-magma-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Change Log

## 5.0.5

### Patch Changes

- Updated dependencies [fa9662d1c]
- Updated dependencies [fa9662d1c]
- Updated dependencies [fa9662d1c]
- Updated dependencies [fa9662d1c]
- Updated dependencies [fa9662d1c]
- Updated dependencies [fa9662d1c]
- Updated dependencies [fa9662d1c]
- Updated dependencies [fa9662d1c]
- Updated dependencies [fa9662d1c]
- Updated dependencies [fa9662d1c]
- Updated dependencies [fa9662d1c]
- Updated dependencies [fa9662d1c]
- Updated dependencies [fa9662d1c]
- [email protected]

## 5.0.4-next.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions website/react-magma-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-magma-docs",
"description": "React Magma docs",
"version": "5.0.4",
"version": "5.0.5",
"private": true,
"repository": {
"type": "git",
Expand Down Expand Up @@ -50,7 +50,7 @@
"react-focus-lock": "1.18.3",
"react-helmet": "5.2.0",
"react-live": "^2.2.1",
"react-magma-dom": "3.7.0",
"react-magma-dom": "3.8.0",
"react-magma-icons": "2.3.6",
"react-select": "3.0.8",
"react-spring": "6.1.9",
Expand Down

0 comments on commit ee4843a

Please sign in to comment.