@quilted/quilt 0.5.157 → 0.5.158

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @quilted/quilt
2
2
 
3
+ ## 0.5.158
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`750dd6b9`](https://github.com/lemonmade/quilt/commit/750dd6b9cb6a18648cc793f57579fb0b64cb23bc)]:
8
+ - @quilted/assets@0.0.5
9
+ - @quilted/react-assets@0.0.6
10
+
3
11
  ## 0.5.157
4
12
 
5
13
  ### Patch Changes
@@ -192,7 +192,7 @@ async function renderStatic(App, {
192
192
  ...headProps
193
193
  } = htmlManager.state;
194
194
  const minifiedHTML = '<!DOCTYPE html>' + server.renderToStaticMarkup(
195
- /*#__PURE__*/
195
+
196
196
  // eslint-disable-next-line jsx-a11y/html-has-lang
197
197
  jsxRuntime.jsxs("html", {
198
198
  ...htmlAttributes,
@@ -190,7 +190,7 @@ async function renderStatic(App, {
190
190
  ...headProps
191
191
  } = htmlManager.state;
192
192
  const minifiedHTML = '<!DOCTYPE html>' + renderToStaticMarkup(
193
- /*#__PURE__*/
193
+
194
194
  // eslint-disable-next-line jsx-a11y/html-has-lang
195
195
  jsxs("html", {
196
196
  ...htmlAttributes,
@@ -190,7 +190,7 @@ async function renderStatic(App, {
190
190
  ...headProps
191
191
  } = htmlManager.state;
192
192
  const minifiedHTML = '<!DOCTYPE html>' + renderToStaticMarkup(
193
- /*#__PURE__*/
193
+
194
194
  // eslint-disable-next-line jsx-a11y/html-has-lang
195
195
  jsxs("html", {
196
196
  ...htmlAttributes,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@quilted/quilt",
3
3
  "type": "module",
4
- "version": "0.5.157",
4
+ "version": "0.5.158",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/lemonmade/quilt.git",
@@ -362,13 +362,13 @@
362
362
  "./build/esm/graphql/testing/matchers.mjs"
363
363
  ],
364
364
  "dependencies": {
365
- "@quilted/assets": "^0.0.4",
365
+ "@quilted/assets": "^0.0.5",
366
366
  "@quilted/async": "^0.3.34",
367
367
  "@quilted/events": "^1.0.0",
368
368
  "@quilted/graphql": "^2.0.0",
369
369
  "@quilted/polyfills": "^0.2.12",
370
370
  "@quilted/react": "^18.2.0",
371
- "@quilted/react-assets": "^0.0.5",
371
+ "@quilted/react-assets": "^0.0.6",
372
372
  "@quilted/react-async": "^0.3.43",
373
373
  "@quilted/react-dom": "^18.2.0",
374
374
  "@quilted/react-graphql": "^0.4.30",