Skip to content

Commit

Permalink
chore: enter prerelease mode
Browse files Browse the repository at this point in the history
  • Loading branch information
github-bot committed Nov 8, 2024
1 parent 78fc319 commit 15fbcc2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"feat-select-combobox-dropdown-viewport",
"feat-success-button",
"feat-treeview-add-support-for-isdisabled",
"feat-treeview-onexpandedchange",
"fix-blockQuote-border-color",
"fix-initial-expanded-items-should-expand-all-parents",
"fix-input-focus-outline",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-magma-dom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## 4.6.0

## 4.7.0-next.43

### Minor Changes

- 78fc319ba: feat(TreeView): onExpandedChange returns an array of expanded IDs

## 4.7.0-next.42

### Patch Changes
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.7.0-next.42",
"version": "4.7.0-next.43",
"description": "",
"main": "dist/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 15fbcc2

Please sign in to comment.