diff --git a/packages/content-source-maps/CHANGELOG.md b/packages/content-source-maps/CHANGELOG.md index f6b2f744..c1aeb94a 100644 --- a/packages/content-source-maps/CHANGELOG.md +++ b/packages/content-source-maps/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.5.0](https://github.com/contentful/live-preview/compare/@contentful/content-source-maps@0.4.2...@contentful/content-source-maps@0.5.0) (2024-05-13) + + +### Features + +* compile csm to lower target ([#723](https://github.com/contentful/live-preview/issues/723)) ([9d75eb1](https://github.com/contentful/live-preview/commit/9d75eb1223f1a137dcd0eeb9e8327f7e500334e6)) + + + + + ## [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 diff --git a/packages/content-source-maps/package.json b/packages/content-source-maps/package.json index ad861489..3c6a0f46 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.2", + "version": "0.5.0", "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 208da640..f9aaeeee 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.7](https://github.com/contentful/live-preview/compare/@contentful/live-preview@3.3.6...@contentful/live-preview@3.3.7) (2024-05-13) + +**Note:** Version bump only for package @contentful/live-preview + + + + + ## [3.3.6](https://github.com/contentful/live-preview/compare/@contentful/live-preview@3.3.5...@contentful/live-preview@3.3.6) (2024-05-13) **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 7b4e37cb..86a4c4aa 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.6", + "version": "3.3.7", "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.2", + "@contentful/content-source-maps": "^0.5.0", "@contentful/rich-text-types": "^16.2.0", "flatted": "^3.2.9", "graphql-tag": "^2.12.6",