From f76f19b01c48fb776453cc5ddf61376214b3a828 Mon Sep 17 00:00:00 2001 From: "contentful-automation[bot]" <100587065+contentful-automation[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 13:29:59 +0000 Subject: [PATCH] chore(release): updated release notes and package versions [ci skip] - @contentful/live-preview@2.13.0-alpha.8 - @contentful/visual-sdk@1.0.0-alpha.36 --- packages/live-preview-sdk/CHANGELOG.md | 8 ++++++++ packages/live-preview-sdk/package.json | 4 ++-- packages/visual-sdk/CHANGELOG.md | 8 ++++++++ packages/visual-sdk/package.json | 2 +- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/packages/live-preview-sdk/CHANGELOG.md b/packages/live-preview-sdk/CHANGELOG.md index 72981fdd..7d9f62b5 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. +# [2.13.0-alpha.8](https://github.com/contentful/live-preview/compare/@contentful/live-preview@2.13.0-alpha.7...@contentful/live-preview@2.13.0-alpha.8) (2023-12-12) + +**Note:** Version bump only for package @contentful/live-preview + + + + + # [2.13.0-alpha.7](https://github.com/contentful/live-preview/compare/@contentful/live-preview@2.13.0-alpha.6...@contentful/live-preview@2.13.0-alpha.7) (2023-12-08) diff --git a/packages/live-preview-sdk/package.json b/packages/live-preview-sdk/package.json index ffc7ffc0..6b019888 100644 --- a/packages/live-preview-sdk/package.json +++ b/packages/live-preview-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@contentful/live-preview", - "version": "2.13.0-alpha.7", + "version": "2.13.0-alpha.8", "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/rich-text-types": "^16.2.0", - "@contentful/visual-sdk": "1.0.0-alpha.35", + "@contentful/visual-sdk": "1.0.0-alpha.36", "flatted": "^3.2.9", "graphql-tag": "^2.12.6", "lodash.isequal": "^4.5.0" diff --git a/packages/visual-sdk/CHANGELOG.md b/packages/visual-sdk/CHANGELOG.md index e0846fb3..d0079def 100644 --- a/packages/visual-sdk/CHANGELOG.md +++ b/packages/visual-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. +# [1.0.0-alpha.36](https://github.com/contentful/live-preview/compare/@contentful/visual-sdk@1.0.0-alpha.35...@contentful/visual-sdk@1.0.0-alpha.36) (2023-12-12) + +**Note:** Version bump only for package @contentful/visual-sdk + + + + + # [1.0.0-alpha.35](https://github.com/contentful/live-preview/compare/@contentful/visual-sdk@1.0.0-alpha.34...@contentful/visual-sdk@1.0.0-alpha.35) (2023-11-28) **Note:** Version bump only for package @contentful/visual-sdk diff --git a/packages/visual-sdk/package.json b/packages/visual-sdk/package.json index 9a5c5716..e2ecba4d 100644 --- a/packages/visual-sdk/package.json +++ b/packages/visual-sdk/package.json @@ -1,7 +1,7 @@ { "name": "@contentful/visual-sdk", "author": "Contentful GmbH", - "version": "1.0.0-alpha.35", + "version": "1.0.0-alpha.36", "description": "Base SDK for building a visual SDK with contentful", "license": "MIT", "main": "dist/index.js",