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 Dec 5, 2023
1 parent 1fb88b6 commit 4fc6642
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 @@ -15,6 +15,7 @@
"cuddly-dolphins-yell",
"feat-selectChildren",
"fix-additionalContent",
"fix-expressiveText",
"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.4

### Patch Changes

- 1fb88b6fc: fix: Updates to the expressive font styles for both desktop and mobile.

## 4.3.0-next.3

### 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.3",
"version": "4.3.0-next.4",
"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.5

### Patch Changes

- Updated dependencies [1fb88b6fc]
- [email protected]

## 5.0.5-next.4

### 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.4",
"version": "5.0.5-next.5",
"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.3",
"react-magma-dom": "4.3.0-next.4",
"react-magma-icons": "^3.0.0",
"react-spring": "6.1.9",
"semver": "^7.3.4",
Expand Down

0 comments on commit 4fc6642

Please sign in to comment.