diff --git a/packages/content-source-maps/CHANGELOG.md b/packages/content-source-maps/CHANGELOG.md index 4d6bd820..c7384a64 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.2.0-alpha.13](https://github.com/contentful/live-preview/compare/@contentful/content-source-maps@0.2.0-alpha.12...@contentful/content-source-maps@0.2.0-alpha.13) (2024-03-27) + + +### Features + +* support editor interface and field types for CSM [TOL-1836] ([#609](https://github.com/contentful/live-preview/issues/609)) ([40be7a4](https://github.com/contentful/live-preview/commit/40be7a4d7749d18182827157f2fbcc16ce22ddd7)) + + + + + # [0.2.0-alpha.12](https://github.com/contentful/live-preview/compare/@contentful/content-source-maps@0.2.0-alpha.11...@contentful/content-source-maps@0.2.0-alpha.12) (2024-03-07) diff --git a/packages/content-source-maps/package.json b/packages/content-source-maps/package.json index 73a29ab7..9002aed2 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.2.0-alpha.12", + "version": "0.2.0-alpha.13", "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 303135e9..a639670d 100644 --- a/packages/live-preview-sdk/CHANGELOG.md +++ b/packages/live-preview-sdk/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. +# [3.0.0-alpha.34](https://github.com/contentful/live-preview/compare/@contentful/live-preview@3.0.0-alpha.33...@contentful/live-preview@3.0.0-alpha.34) (2024-03-27) + + +### Features + +* support editor interface and field types for CSM [TOL-1836] ([#609](https://github.com/contentful/live-preview/issues/609)) ([40be7a4](https://github.com/contentful/live-preview/commit/40be7a4d7749d18182827157f2fbcc16ce22ddd7)) + + + + + # [3.0.0-alpha.33](https://github.com/contentful/live-preview/compare/@contentful/live-preview@3.0.0-alpha.32...@contentful/live-preview@3.0.0-alpha.33) (2024-03-14) diff --git a/packages/live-preview-sdk/package.json b/packages/live-preview-sdk/package.json index 80666b0f..90ade2ac 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.0.0-alpha.33", + "version": "3.0.0-alpha.34", "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.2.0-alpha.12", + "@contentful/content-source-maps": "0.2.0-alpha.13", "@contentful/rich-text-types": "^16.2.0", "flatted": "^3.2.9", "graphql-tag": "^2.12.6",