Skip to content

Commit

Permalink
Update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Jan 17, 2023
1 parent b49a49e commit 4326424
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .changeset/eight-tomatoes-breathe.md
Expand Up @@ -2,4 +2,4 @@
"@remix-run/router": minor
---

Expose deferred information from createStaticHandler
Expose deferred information from `createStaticHandler`
2 changes: 1 addition & 1 deletion .changeset/light-pandas-confess.md
Expand Up @@ -2,4 +2,4 @@
"react-router": patch
---

update <Await> to accept ReactNode as children function return result
update `<Await>` to accept ReactNode as children function return result
1 change: 1 addition & 0 deletions .changeset/violet-timers-type.md
@@ -1,4 +1,5 @@
---
"react-router": minor
"react-router-dom": minor
---

Expand Down
2 changes: 1 addition & 1 deletion packages/react-router/CHANGELOG.md
Expand Up @@ -18,7 +18,7 @@

### Patch Changes

- update <Await> to accept ReactNode as children function return result ([#9896](https://github.com/remix-run/react-router/pull/9896))
- update `<Await>` to accept ReactNode as children function return result ([#9896](https://github.com/remix-run/react-router/pull/9896))

## 6.7.0-pre.1

Expand Down
2 changes: 1 addition & 1 deletion packages/router/CHANGELOG.md
Expand Up @@ -23,7 +23,7 @@

### Minor Changes

- Expose deferred information from createStaticHandler ([#9760](https://github.com/remix-run/react-router/pull/9760))
- Expose deferred information from `createStaticHandler` ([#9760](https://github.com/remix-run/react-router/pull/9760))

### Patch Changes

Expand Down

0 comments on commit 4326424

Please sign in to comment.