Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/cengage/react-magma into ch…
Browse files Browse the repository at this point in the history
…ore/sync4.2.0
  • Loading branch information
silvalaura committed Oct 25, 2023
2 parents 8939e14 + 13a716d commit 9792b09
Show file tree
Hide file tree
Showing 32 changed files with 125 additions and 338 deletions.
5 changes: 0 additions & 5 deletions .changeset/dropdown-menuItemRole.md

This file was deleted.

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-datePickerEscape.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-expandableDropdown.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-expandableDropdownDisabled.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

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.

21 changes: 2 additions & 19 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,5 @@
"react-magma-docs": "5.0.3",
"react-magma-landing": "1.1.2"
},
"changesets": [
"dropdown-menuItemRole",
"dropdownContent-falseChild",
"feat-dropdownExpandableMenu",
"feat-optionalPerPageSelect",
"fix-datePickerEscape",
"fix-dropdownDocsStorybook",
"fix-expandableDropdown",
"fix-expandableDropdownDisabled",
"fix-labelsColors",
"fix-modalEscape",
"fix-passInputLarge",
"fix-radioGroup",
"inputHeight",
"nativeSelectHeight",
"sortArrows",
"update-modalPadding"
]
}
"changesets": []
}
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.

75 changes: 3 additions & 72 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 All @@ -9,8 +11,6 @@

## 4.0.2

## 4.0.2-next.0

### Patch Changes

- Updated dependencies [871820e8d]
Expand All @@ -22,22 +22,14 @@

- 1238e8d: Fix handleKeyboardInstructionsButtonKeydown type error

## 4.0.1-next.0

### Patch Changes

- a81b0728b: Fix handleKeyboardInstructionsButtonKeydown type error

## 4.0.0

## 4.0.0-next.1

### Patch Changes

- Updated dependencies [3d00dcc7e]
- [email protected]

## 3.0.1-next.0
## 3.0.1

### Patch Changes

Expand All @@ -50,95 +42,34 @@

- c01c53838: chore: Update to React v17.0.2

## 3.0.0-next.0

### Major Changes

- c01c53838: chore: Update to React v17.0.2

### Patch Changes

- Updated dependencies [adba671f3]
- Updated dependencies [c01c53838]
- [email protected]

## 2.0.1

### Patch Changes

- 7b4549726: Update react-magma-icons version to 2.3.6

## 2.0.1-next.1

### Patch Changes

- 7b4549726: Update react-magma-icons version to 2.3.6

## 2.0.1-next.0

### Patch Changes

- Updated dependencies [f5189569b]
- [email protected]

## 2.0.0

### Patch Changes

- 95fc5ae7: chore(npm/node): Update versions

## 2.0.0-next.1

### Patch Changes

- 95fc5ae72: chore(npm/node): Update versions

## 2.0.0-next.0

### Patch Changes

- Updated dependencies [47015f38]
- [email protected]

## 1.0.2

### Patch Changes

- 0de78513: build(deps): Bump react-magma-icons to 2.3.4

## 1.0.2-next.1

### Patch Changes

- 0de78513c: build(deps): Bump react-magma-icons to 2.3.4

## 1.0.2-next.0

### Patch Changes

- Updated dependencies [17ee57afe]
- [email protected]

## 1.0.1

## 1.0.1-next.0

### Patch Changes

- Updated dependencies [fc8a20bf]
- [email protected]

## 1.0.0

## 1.0.0-next.0

### Patch Changes

- Updated dependencies [366b25af]
- [email protected]

## 0.0.4

## 0.0.3

## 0.0.2
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"
}
}
Loading

0 comments on commit 9792b09

Please sign in to comment.