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 Jan 5, 2024
1 parent 421b909 commit e456b28
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 @@ -18,6 +18,7 @@
"fix-additionalContent",
"fix-additionalContentDocs",
"fix-expressiveText",
"fix-modalPadding",
"loud-poets-eat",
"strong-fans-itch"
]
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.2.0

## 4.3.0-next.6

### Patch Changes

- 421b9091a: fix(Modal): Fixed bottom padding on the Modal header.

## 4.3.0-next.5

### Minor 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.3.0-next.5",
"version": "4.3.0-next.6",
"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.5-next.8

### Patch Changes

- Updated dependencies [421b9091a]
- [email protected]

## 5.0.5-next.7

### 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.5-next.7",
"version": "5.0.5-next.8",
"private": true,
"repository": {
"type": "git",
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.3.0-next.5",
"react-magma-dom": "4.3.0-next.6",
"react-magma-icons": "^3.0.0",
"react-spring": "6.1.9",
"semver": "^7.3.4",
Expand Down

0 comments on commit e456b28

Please sign in to comment.