Skip to content

Commit b8a1b45

Browse files
github-actions[bot]daKmoR
authored andcommitted
Version Packages
1 parent 379f08f commit b8a1b45

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.changeset/funny-seals-run.md

-6
This file was deleted.

packages/engine/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @rocket/engine
22

3+
## 0.2.3
4+
5+
### Patch Changes
6+
7+
- 379f08f: Remove the lit workaround to globally load the `global-dom-shim` in the "main thread".
8+
Which means only the worker that does the actual SSR rendering will load it.
9+
310
## 0.2.2
411

512
### Patch Changes

packages/engine/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rocket/engine",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)