From 42f7581fc4633c0fc6934f7303d9c3a746025114 Mon Sep 17 00:00:00 2001 From: "contentful-automation[bot]" <100587065+contentful-automation[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 07:29:07 +0000 Subject: [PATCH] chore(release): updated release notes and package versions [ci skip] - @contentful/content-source-maps@0.4.0 - @contentful/live-preview@3.2.0 --- packages/content-source-maps/CHANGELOG.md | 11 +++++++++++ packages/content-source-maps/package.json | 2 +- packages/live-preview-sdk/CHANGELOG.md | 11 +++++++++++ packages/live-preview-sdk/package.json | 4 ++-- 4 files changed, 25 insertions(+), 3 deletions(-) diff --git a/packages/content-source-maps/CHANGELOG.md b/packages/content-source-maps/CHANGELOG.md index 405aa733..bb1d49b4 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.4.0](https://github.com/contentful/live-preview/compare/@contentful/content-source-maps@0.3.0...@contentful/content-source-maps@0.4.0) (2024-04-23) + + +### Features + +* update documentation + expose csm rest api function ([#687](https://github.com/contentful/live-preview/issues/687)) ([39a2198](https://github.com/contentful/live-preview/commit/39a219802a514d23243c7fa4e45f4da31b393aba)) + + + + + # [0.3.0](https://github.com/contentful/live-preview/compare/@contentful/content-source-maps@0.2.0...@contentful/content-source-maps@0.3.0) (2024-04-18) diff --git a/packages/content-source-maps/package.json b/packages/content-source-maps/package.json index 2735b41f..5743a473 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.3.0", + "version": "0.4.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 cea2efa6..5a4d4046 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.2.0](https://github.com/contentful/live-preview/compare/@contentful/live-preview@3.1.0...@contentful/live-preview@3.2.0) (2024-04-23) + + +### Features + +* update documentation + expose csm rest api function ([#687](https://github.com/contentful/live-preview/issues/687)) ([39a2198](https://github.com/contentful/live-preview/commit/39a219802a514d23243c7fa4e45f4da31b393aba)) + + + + + # [3.1.0](https://github.com/contentful/live-preview/compare/@contentful/live-preview@3.0.2...@contentful/live-preview@3.1.0) (2024-04-18) diff --git a/packages/live-preview-sdk/package.json b/packages/live-preview-sdk/package.json index 19024d7d..94a4d59a 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.1.0", + "version": "3.2.0", "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.3.0", + "@contentful/content-source-maps": "^0.4.0", "@contentful/rich-text-types": "^16.2.0", "flatted": "^3.2.9", "graphql-tag": "^2.12.6",