diff --git a/packages/content-source-maps/CHANGELOG.md b/packages/content-source-maps/CHANGELOG.md index 90201d86..f6b2f744 100644 --- a/packages/content-source-maps/CHANGELOG.md +++ b/packages/content-source-maps/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.4.2](https://github.com/contentful/live-preview/compare/@contentful/content-source-maps@0.4.1...@contentful/content-source-maps@0.4.2) (2024-05-03) + +**Note:** Version bump only for package @contentful/content-source-maps + + + + + ## [0.4.1](https://github.com/contentful/live-preview/compare/@contentful/content-source-maps@0.4.0...@contentful/content-source-maps@0.4.1) (2024-05-01) diff --git a/packages/content-source-maps/package.json b/packages/content-source-maps/package.json index 47af9940..ad861489 100644 --- a/packages/content-source-maps/package.json +++ b/packages/content-source-maps/package.json @@ -1,7 +1,7 @@ { "name": "@contentful/content-source-maps", "author": "Contentful GmbH", - "version": "0.4.1", + "version": "0.4.2", "description": "Base SDK for building Content Source Maps with Contentful", "license": "MIT", "main": "./dist/index.cjs", diff --git a/packages/live-preview-sdk/CHANGELOG.md b/packages/live-preview-sdk/CHANGELOG.md index c36f88d1..016c5d28 100644 --- a/packages/live-preview-sdk/CHANGELOG.md +++ b/packages/live-preview-sdk/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.3.3](https://github.com/contentful/live-preview/compare/@contentful/live-preview@3.3.2...@contentful/live-preview@3.3.3) (2024-05-03) + +**Note:** Version bump only for package @contentful/live-preview + + + + + ## [3.3.2](https://github.com/contentful/live-preview/compare/@contentful/live-preview@3.3.1...@contentful/live-preview@3.3.2) (2024-05-01) **Note:** Version bump only for package @contentful/live-preview diff --git a/packages/live-preview-sdk/package.json b/packages/live-preview-sdk/package.json index 7c9c335c..8eac94a0 100644 --- a/packages/live-preview-sdk/package.json +++ b/packages/live-preview-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@contentful/live-preview", - "version": "3.3.2", + "version": "3.3.3", "author": "Contentful GmbH", "license": "MIT", "description": "Preview SDK for both the field tagging connection + live content updates", @@ -45,7 +45,7 @@ }, "homepage": "https://github.com/contentful/live-preview#readme", "dependencies": { - "@contentful/content-source-maps": "^0.4.1", + "@contentful/content-source-maps": "^0.4.2", "@contentful/rich-text-types": "^16.2.0", "flatted": "^3.2.9", "graphql-tag": "^2.12.6",