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 Jan 22, 2024
1 parent 4e016eb commit 03436fd
Show file tree
Hide file tree
Showing 16 changed files with 38 additions and 63 deletions.
5 changes: 0 additions & 5 deletions .changeset/cuddly-dolphins-yell.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-fans-itch.md

This file was deleted.

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

## 3.7.0

### Minor Changes

- 4e016ebd6: feat(Paragraph): New `noTopMargin` and `noBottomMargin` props that allow customization of which margin to remove.
- 4e016ebd6: feat(Select/NativeSelect): New `additionalContent` prop to provide the ability to add extra content inline with the label similar to the Input component.
- 4e016ebd6: fix(Select/NativeSelect): Fixed alignment issues in Select regarding additional content icon. Fixed duplicate additional content in Native Select.

### Patch Changes

- 4e016ebd6: fix: Updates to the expressive font styles for both desktop and mobile.
- 4e016ebd6: fix(Modal): Fixed bottom padding on the Modal header.
- 4e016ebd6: fix(Modal): Fixed Storybook Inverse example.

### Minor Changes

- 6cc99c6de: feat(DropdownExpandableMenu): A new menu item display for the Dropdown component which enables expandable lists by one level.
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.6.0",
"version": "3.7.0",
"description": "",
"main": "dist/index.js",
"module": "dist/esm/index.js",
Expand Down
14 changes: 14 additions & 0 deletions website/react-magma-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## 5.0.5

### Patch Changes

- 4e016ebd6: build: Resolve merge conflicts when pulling main -> dev
- 4e016ebd6: fix(Select/NativeSelect): Update AdditionalContent CodeSandbox examples
- Updated dependencies [4e016ebd6]
- Updated dependencies [4e016ebd6]
- Updated dependencies [4e016ebd6]
- Updated dependencies [4e016ebd6]
- Updated dependencies [4e016ebd6]
- Updated dependencies [4e016ebd6]
- [email protected]

## 5.0.4-next.0

### 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 @@ -49,7 +49,7 @@
"react-focus-lock": "1.18.3",
"react-helmet": "5.2.0",
"react-live": "^2.2.1",
"react-magma-dom": "3.6.0",
"react-magma-dom": "3.7.0",
"react-magma-icons": "2.3.6",
"react-select": "3.0.8",
"react-spring": "6.1.9",
Expand Down
6 changes: 6 additions & 0 deletions website/react-magma-landing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.1.3

### Patch Changes

- 4e016ebd6: build(deps-dev): bump axios from 0.21.1 to 1.6.0

## 1.1.2-next.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion website/react-magma-landing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-magma-landing",
"version": "1.1.2",
"version": "1.1.3",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 03436fd

Please sign in to comment.