diff --git a/.changeset/early-impalas-end.md b/.changeset/early-impalas-end.md deleted file mode 100644 index 50b7caed2..000000000 --- a/.changeset/early-impalas-end.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@gitbook/integration-plantuml': patch -'@gitbook/integration-marketo': patch -'@gitbook/integration-mermaid': patch -'@gitbook/integration-runkit': patch -'@gitbook/integration-lucid': patch ---- - -Use publicContentEndpoint for WebFrame rendering on cookieless origin diff --git a/integrations/lucid/CHANGELOG.md b/integrations/lucid/CHANGELOG.md index 21e1d9820..758f54336 100644 --- a/integrations/lucid/CHANGELOG.md +++ b/integrations/lucid/CHANGELOG.md @@ -1,5 +1,11 @@ # @gitbook/integration-lucid +## 0.3.3 + +### Patch Changes + +- 76694da: Use publicContentEndpoint for WebFrame rendering on cookieless origin + ## 0.3.2 ### Patch Changes diff --git a/integrations/lucid/package.json b/integrations/lucid/package.json index 03eb39fa5..4e8625cb4 100644 --- a/integrations/lucid/package.json +++ b/integrations/lucid/package.json @@ -1,6 +1,6 @@ { "name": "@gitbook/integration-lucid", - "version": "0.3.2", + "version": "0.3.3", "private": true, "scripts": { "typecheck": "tsc --noEmit", diff --git a/integrations/marketo/CHANGELOG.md b/integrations/marketo/CHANGELOG.md index 8dcf600f6..fd786132f 100644 --- a/integrations/marketo/CHANGELOG.md +++ b/integrations/marketo/CHANGELOG.md @@ -1,5 +1,11 @@ # @gitbook/integration-marketo +## 0.3.1 + +### Patch Changes + +- 76694da: Use publicContentEndpoint for WebFrame rendering on cookieless origin + ## 0.3.0 ### Minor Changes diff --git a/integrations/marketo/package.json b/integrations/marketo/package.json index 326edb2a2..beb7e491e 100644 --- a/integrations/marketo/package.json +++ b/integrations/marketo/package.json @@ -1,6 +1,6 @@ { "name": "@gitbook/integration-marketo", - "version": "0.3.0", + "version": "0.3.1", "private": true, "dependencies": { "@gitbook/api": "*", diff --git a/integrations/mermaid/CHANGELOG.md b/integrations/mermaid/CHANGELOG.md index 8e366308d..da621e1f9 100644 --- a/integrations/mermaid/CHANGELOG.md +++ b/integrations/mermaid/CHANGELOG.md @@ -1,5 +1,11 @@ # @gitbook/integration-mermaid +## 0.4.3 + +### Patch Changes + +- 76694da: Use publicContentEndpoint for WebFrame rendering on cookieless origin + ## 0.4.2 ### Patch Changes diff --git a/integrations/mermaid/package.json b/integrations/mermaid/package.json index cdedf1616..9ff809877 100644 --- a/integrations/mermaid/package.json +++ b/integrations/mermaid/package.json @@ -1,6 +1,6 @@ { "name": "@gitbook/integration-mermaid", - "version": "0.4.2", + "version": "0.4.3", "private": true, "dependencies": { "@gitbook/api": "*", diff --git a/integrations/plantuml/CHANGELOG.md b/integrations/plantuml/CHANGELOG.md index cc69a5d69..5355a2679 100644 --- a/integrations/plantuml/CHANGELOG.md +++ b/integrations/plantuml/CHANGELOG.md @@ -1,5 +1,11 @@ # @gitbook/integration-mermaid +## 0.0.3 + +### Patch Changes + +- 76694da: Use publicContentEndpoint for WebFrame rendering on cookieless origin + ## 0.0.2 ### Patch Changes diff --git a/integrations/plantuml/package.json b/integrations/plantuml/package.json index 0c0cf7851..1d03a8218 100644 --- a/integrations/plantuml/package.json +++ b/integrations/plantuml/package.json @@ -1,6 +1,6 @@ { "name": "@gitbook/integration-plantuml", - "version": "0.0.2", + "version": "0.0.3", "private": true, "dependencies": { "@gitbook/api": "*", diff --git a/integrations/runkit/CHANGELOG.md b/integrations/runkit/CHANGELOG.md index 48eb5f0d5..0697c2fca 100644 --- a/integrations/runkit/CHANGELOG.md +++ b/integrations/runkit/CHANGELOG.md @@ -1,5 +1,11 @@ # @gitbook/integration-runkit +## 0.2.6 + +### Patch Changes + +- 76694da: Use publicContentEndpoint for WebFrame rendering on cookieless origin + ## 0.2.5 ### Patch Changes diff --git a/integrations/runkit/package.json b/integrations/runkit/package.json index 20805c696..44ef90878 100644 --- a/integrations/runkit/package.json +++ b/integrations/runkit/package.json @@ -1,6 +1,6 @@ { "name": "@gitbook/integration-runkit", - "version": "0.2.5", + "version": "0.2.6", "private": true, "dependencies": { "itty-router": "^2.6.1",