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 Jul 12, 2023
1 parent 7c8a9f5 commit 102e4fe
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 3 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
},
"changesets": [
"dropdown-noitems",
"fix-inputBase",
"maxLength-warnings",
"tabprops",
"update-changelog"
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 @@
## 3.5.1-next.1

## 3.5.1-next.2

### Patch Changes

- 7c8a9f5ad: fix(Input Base): Fixed case where default value of `0` did not render the default value in the input field.

### Patch Changes

- 1fa916be0: fix(Input/Textarea): Fix `maxLength` console warning regarding passing a boolean attribute
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.5.1-next.1",
"version": "3.5.1-next.2",
"description": "",
"main": "dist/index.js",
"module": "dist/esm/index.js",
Expand Down
7 changes: 7 additions & 0 deletions website/react-magma-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 5.0.3-next.3

### Patch Changes

- Updated dependencies [7c8a9f5ad]
- [email protected]

## 5.0.3-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.3-next.2",
"version": "5.0.3-next.3",
"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.5.1-next.1",
"react-magma-dom": "3.5.1-next.2",
"react-magma-icons": "2.3.6",
"react-select": "3.0.8",
"react-spring": "6.1.9",
Expand Down

0 comments on commit 102e4fe

Please sign in to comment.