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 Oct 23, 2023
1 parent de22be5 commit 13a716d
Show file tree
Hide file tree
Showing 26 changed files with 64 additions and 111 deletions.
5 changes: 0 additions & 5 deletions .changeset/dropdownContent-falseChild.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

2 changes: 2 additions & 0 deletions packages/charts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @react-magma/charts

## 5.0.0

## 5.0.0-next.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-magma/charts",
"version": "5.0.0-next.0",
"version": "5.0.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -41,7 +41,7 @@
"@emotion/styled": "^10.0.27",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-magma-dom": "^4.2.0-next.0",
"react-magma-dom": "^4.2.0",
"react-magma-icons": "^3.0.0"
}
}
2 changes: 2 additions & 0 deletions packages/dropzone/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 5.0.0

## 5.0.0-next.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/dropzone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-magma/dropzone",
"version": "5.0.0-next.0",
"version": "5.0.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -42,7 +42,7 @@
"@emotion/styled": "^10.0.27",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-magma-dom": "^4.2.0-next.0",
"react-magma-dom": "^4.2.0",
"react-magma-icons": "^3.0.0"
}
}
18 changes: 18 additions & 0 deletions packages/react-magma-dom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 4.2.0

### Minor Changes

- de22be548: feat(DropdownExpandableMenu): A new menu item display for the Dropdown component which enables expandable lists by one level
- de22be548: feat(TablePagination): TablePagination component will hide rows per page select when no onRowsPerPageChange argument passed

### Patch Changes

- de22be548: fix(DropdownContent): Handle `false` as child
- de22be548: fix(StyledLabel/TabPanel): Update various labels and TabPanel content to be neutral700 (instead of neutral500)
- de22be548: fix(Select/Combobox/Dropdown/DatePicker): Added support for closing components that have menus with the escape key inside of modals while retaining an open modal state.
- de22be548: fix(PasswordInput): Update placement of Show/Hide button on Large input size
- de22be548: fix(RadioGroup): Radio Group label is now a span to improve a11y
- de22be548: fix(Input): Update Input height to match button sizes: 40px (instead of 42px) and 56px (instead of 58px)
- de22be548: fix(NativeSelect): Update NativeSelect height to match button sizes: 40px (instead of 42px)
- de22be548: fix(Table/DataGrid): Update Ascending (point up) and Descending (point down) arrows to match other design systems
- de22be548: fix(Modal): Update padding so it's equal on all sides (16px small viewport or 24px for large)

## 4.1.1

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": "4.2.0-next.14",
"version": "4.2.0",
"description": "",
"main": "dist/index.js",
"module": "dist/esm/index.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/schema-renderer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @react-magma/schema-renderer

## 5.0.0

## 5.0.0-next.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/schema-renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-magma/schema-renderer",
"version": "5.0.0-next.0",
"version": "5.0.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -41,7 +41,7 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-dropzone": "11.3.2",
"react-magma-dom": "^4.2.0-next.0",
"react-magma-dom": "^4.2.0",
"react-magma-icons": "^3.0.0",
"tsdx": "^0.14.1",
"uuid": "^8.3.0"
Expand Down
2 changes: 2 additions & 0 deletions patterns/header/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 7.0.0

## 7.0.0-next.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions patterns/header/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"publishConfig": {
"access": "public"
},
"version": "7.0.0-next.0",
"version": "7.0.0",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -38,7 +38,7 @@
"downshift": "^5.4.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-magma-dom": "^4.2.0-next.0",
"react-magma-dom": "^4.2.0",
"react-magma-icons": "^3.0.0",
"uuid": "^8.3.0"
},
Expand Down
23 changes: 23 additions & 0 deletions website/react-magma-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Change Log

## 5.0.4

### Patch Changes

- de22be548: fix(Dropdown): Removing Dropdown password examples from docs and Storybook in lieu of future fix to UI bug pertaining to the show / hide button.
- de22be548: fix(SubPageTabs): Fixed automatic browser scrolling from bottom of page, and fixed window.history manipulation
- Updated dependencies [de22be548]
- Updated dependencies [de22be548]
- Updated dependencies [de22be548]
- Updated dependencies [de22be548]
- Updated dependencies [de22be548]
- Updated dependencies [de22be548]
- Updated dependencies [de22be548]
- Updated dependencies [de22be548]
- Updated dependencies [de22be548]
- Updated dependencies [de22be548]
- Updated dependencies [de22be548]
- [email protected]
- @react-magma/charts@5.0.0
- @react-magma/dropzone@5.0.0
- @react-magma/schema-renderer@5.0.0
- @cengage-patterns/header@7.0.0

## 5.0.4-next.15

### Patch Changes
Expand Down
12 changes: 6 additions & 6 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-next.15",
"version": "5.0.4",
"private": true,
"repository": {
"type": "git",
Expand All @@ -11,15 +11,15 @@
"homepage": "https://react-magma.cengage.com",
"dependencies": {
"@babel/plugin-transform-react-jsx": "7.10.4",
"@cengage-patterns/header": "7.0.0-next.0",
"@cengage-patterns/header": "7.0.0",
"@data-driven-forms/react-form-renderer": "^3.6.0",
"@emotion/core": "^10.1.1",
"@emotion/styled": "^10.0.27",
"@mdx-js/mdx": "^1.5.5",
"@mdx-js/react": "^1.5.5",
"@react-magma/charts": "^5.0.0-next.0",
"@react-magma/dropzone": "5.0.0-next.0",
"@react-magma/schema-renderer": "^5.0.0-next.0",
"@react-magma/charts": "^5.0.0",
"@react-magma/dropzone": "5.0.0",
"@react-magma/schema-renderer": "^5.0.0",
"buble": "0.19.4",
"buffer": "^6.0.3",
"core-js": "^3.1.4",
Expand Down Expand Up @@ -49,7 +49,7 @@
"react-focus-lock": "^2.9.2",
"react-helmet": "5.2.0",
"react-live": "^2.2.1",
"react-magma-dom": "4.2.0-next.14",
"react-magma-dom": "4.2.0",
"react-magma-icons": "^3.0.0",
"react-spring": "6.1.9",
"semver": "^7.3.4",
Expand Down

0 comments on commit 13a716d

Please sign in to comment.