diff --git a/packages/content-source-maps/CHANGELOG.md b/packages/content-source-maps/CHANGELOG.md index f027fe95..2dc1b809 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.11.7](https://github.com/contentful/live-preview/compare/@contentful/content-source-maps@0.11.6...@contentful/content-source-maps@0.11.7) (2024-12-10) + + +### Bug Fixes + +* undefined mappings in csm ([#986](https://github.com/contentful/live-preview/issues/986)) ([2071efe](https://github.com/contentful/live-preview/commit/2071efe5370c90d5a9d3a60cb55435e60140017c)) + + + + + ## [0.11.6](https://github.com/contentful/live-preview/compare/@contentful/content-source-maps@0.11.5...@contentful/content-source-maps@0.11.6) (2024-10-18) diff --git a/packages/content-source-maps/package.json b/packages/content-source-maps/package.json index b170ed91..179737a4 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.11.6", + "version": "0.11.7", "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 76f6e742..dd3c1121 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. +## [4.6.1](https://github.com/contentful/live-preview/compare/@contentful/live-preview@4.6.0...@contentful/live-preview@4.6.1) (2024-12-10) + +**Note:** Version bump only for package @contentful/live-preview + + + + + # [4.6.0](https://github.com/contentful/live-preview/compare/@contentful/live-preview@4.5.18...@contentful/live-preview@4.6.0) (2024-12-10) diff --git a/packages/live-preview-sdk/package.json b/packages/live-preview-sdk/package.json index 5152a2c9..5d6663b4 100644 --- a/packages/live-preview-sdk/package.json +++ b/packages/live-preview-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@contentful/live-preview", - "version": "4.6.0", + "version": "4.6.1", "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.11.6", + "@contentful/content-source-maps": "^0.11.7", "@contentful/rich-text-types": "^17.0.0", "flatted": "^3.2.9", "graphql-tag": "^2.12.6",