diff --git a/.changeset/calm-toys-raise.md b/.changeset/calm-toys-raise.md deleted file mode 100644 index aca92f1..0000000 --- a/.changeset/calm-toys-raise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@waveplay/pilot': patch ---- - -fix: make sure to await renderPage in \_document diff --git a/packages/pilot/CHANGELOG.md b/packages/pilot/CHANGELOG.md index 74517f0..f595eff 100644 --- a/packages/pilot/CHANGELOG.md +++ b/packages/pilot/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.0.0-canary-20221119225656 + +### Patch Changes + +- 06d1255: fix: make sure to await renderPage in \_document + ## 0.0.0-canary-20221119044259 ### Major Changes @@ -7,6 +13,7 @@ - 3e03873: BREAKING: decoupled native runtime cache ### Minor Changes + - 07ce324: feat: new AppEntry.js and document.js files for convenience ## 2.3.0 diff --git a/packages/pilot/package.json b/packages/pilot/package.json index 2d672dd..385cbb5 100644 --- a/packages/pilot/package.json +++ b/packages/pilot/package.json @@ -1,6 +1,6 @@ { "name": "@waveplay/pilot", - "version": "0.0.0-canary-20221119044259", + "version": "0.0.0-canary-20221119225656", "private": false, "description": "NextJS-like routing for React Native", "repository": {