From d917e07b9f90e36e177c6667ac71488b414d8617 Mon Sep 17 00:00:00 2001 From: "contentful-automation[bot]" <100587065+contentful-automation[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 07:46:40 +0000 Subject: [PATCH] chore(release): updated release notes and package versions [ci skip] - @contentful/content-source-maps@0.8.1-alpha.0 - @contentful/live-preview@4.3.0-alpha.6 --- packages/content-source-maps/CHANGELOG.md | 8 ++++++++ packages/content-source-maps/package.json | 2 +- packages/live-preview-sdk/CHANGELOG.md | 8 ++++++++ packages/live-preview-sdk/package.json | 4 ++-- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/packages/content-source-maps/CHANGELOG.md b/packages/content-source-maps/CHANGELOG.md index 621f7734..c45ae3e1 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.8.1-alpha.0](https://github.com/contentful/live-preview/compare/@contentful/content-source-maps@0.6.1...@contentful/content-source-maps@0.8.1-alpha.0) (2024-07-29) + +**Note:** Version bump only for package @contentful/content-source-maps + + + + + # [0.8.0](https://github.com/contentful/live-preview/compare/@contentful/content-source-maps@0.7.0...@contentful/content-source-maps@0.8.0) (2024-07-23) diff --git a/packages/content-source-maps/package.json b/packages/content-source-maps/package.json index 0942f875..c03fa3ea 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.8.0", + "version": "0.8.1-alpha.0", "description": "Base SDK for building Content Source Maps with Contentful", "license": "MIT", "type": "module", diff --git a/packages/live-preview-sdk/CHANGELOG.md b/packages/live-preview-sdk/CHANGELOG.md index facb7b64..863d62ca 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.3.0-alpha.6](https://github.com/contentful/live-preview/compare/@contentful/live-preview@4.3.0-alpha.5...@contentful/live-preview@4.3.0-alpha.6) (2024-07-29) + +**Note:** Version bump only for package @contentful/live-preview + + + + + # [4.3.0-alpha.5](https://github.com/contentful/live-preview/compare/@contentful/live-preview@4.3.0-alpha.4...@contentful/live-preview@4.3.0-alpha.5) (2024-07-11) ## [4.3.2](https://github.com/contentful/live-preview/compare/@contentful/live-preview@4.3.1...@contentful/live-preview@4.3.2) (2024-07-29) diff --git a/packages/live-preview-sdk/package.json b/packages/live-preview-sdk/package.json index 893c23ee..e9e32a9d 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.3.0-alpha.5", + "version": "4.3.0-alpha.6", "author": "Contentful GmbH", "license": "MIT", "description": "Preview SDK for both the field tagging connection + live content updates", @@ -48,7 +48,7 @@ }, "homepage": "https://github.com/contentful/live-preview#readme", "dependencies": { - "@contentful/content-source-maps": "^0.8.0", + "@contentful/content-source-maps": "0.8.1-alpha.0", "@contentful/rich-text-types": "^16.2.0", "axe-core": "4.9.1", "flatted": "^3.2.9",