From ba6d19f0d1d901ba1cf68a0aeb8dfbfcde81672b Mon Sep 17 00:00:00 2001 From: "contentful-automation[bot]" <100587065+contentful-automation[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 00:49:20 +0000 Subject: [PATCH] chore(release): updated release notes and package versions [ci skip] - @contentful/live-preview@2.11.4 - @contentful/visual-sdk@1.0.0-alpha.24 --- 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 9dfcc747..9a894715 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.11.4](https://github.com/contentful/live-preview/compare/@contentful/live-preview@2.11.3...@contentful/live-preview@2.11.4) (2023-10-16) + +**Note:** Version bump only for package @contentful/live-preview + + + + + ## [2.11.3](https://github.com/contentful/live-preview/compare/@contentful/live-preview@2.11.2...@contentful/live-preview@2.11.3) (2023-10-09) **Note:** Version bump only for package @contentful/live-preview diff --git a/packages/live-preview-sdk/package.json b/packages/live-preview-sdk/package.json index 1d338db2..fba95fca 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.11.3", + "version": "2.11.4", "author": "Contentful GmbH", "license": "MIT", "description": "Preview SDK for both the field tagging connection + live content updates", @@ -50,7 +50,7 @@ "homepage": "https://github.com/contentful/live-preview#readme", "dependencies": { "@contentful/rich-text-types": "^16.2.0", - "@contentful/visual-sdk": "^1.0.0-alpha.23", + "@contentful/visual-sdk": "^1.0.0-alpha.24", "lodash.isequal": "^4.5.0" }, "devDependencies": { diff --git a/packages/visual-sdk/CHANGELOG.md b/packages/visual-sdk/CHANGELOG.md index bfc21e05..01318cb9 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.24](https://github.com/contentful/live-preview/compare/@contentful/visual-sdk@1.0.0-alpha.23...@contentful/visual-sdk@1.0.0-alpha.24) (2023-10-16) + +**Note:** Version bump only for package @contentful/visual-sdk + + + + + # [1.0.0-alpha.23](https://github.com/contentful/live-preview/compare/@contentful/visual-sdk@1.0.0-alpha.22...@contentful/visual-sdk@1.0.0-alpha.23) (2023-10-09) **Note:** Version bump only for package @contentful/visual-sdk diff --git a/packages/visual-sdk/package.json b/packages/visual-sdk/package.json index 87cffb2d..6bc125ec 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.23", + "version": "1.0.0-alpha.24", "description": "Base SDK for building a visual SDK with contentful", "license": "MIT", "main": "dist/index.js",