diff --git a/.changeset/funny-seals-run.md b/.changeset/funny-seals-run.md deleted file mode 100644 index dcae1d3a..00000000 --- a/.changeset/funny-seals-run.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@rocket/engine': patch ---- - -Remove the lit workaround to globally load the `global-dom-shim` in the "main thread". -Which means only the worker that does the actual SSR rendering will load it. diff --git a/packages/engine/CHANGELOG.md b/packages/engine/CHANGELOG.md index a190bd11..e6fef29e 100644 --- a/packages/engine/CHANGELOG.md +++ b/packages/engine/CHANGELOG.md @@ -1,5 +1,12 @@ # @rocket/engine +## 0.2.3 + +### Patch Changes + +- 379f08f: Remove the lit workaround to globally load the `global-dom-shim` in the "main thread". + Which means only the worker that does the actual SSR rendering will load it. + ## 0.2.2 ### Patch Changes diff --git a/packages/engine/package.json b/packages/engine/package.json index e9bc6c1d..d018aa2e 100644 --- a/packages/engine/package.json +++ b/packages/engine/package.json @@ -1,6 +1,6 @@ { "name": "@rocket/engine", - "version": "0.2.2", + "version": "0.2.3", "publishConfig": { "access": "public" },