From 1e60c3ab6e5fdbe7b3694fcf55854fe209837751 Mon Sep 17 00:00:00 2001 From: "contentful-automation[bot]" <100587065+contentful-automation[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 10:51:11 +0000 Subject: [PATCH] chore(release): updated release notes and package versions [ci skip] - @contentful/default-field-editors@1.7.4 - @contentful/field-editor-rich-text@3.26.0 --- packages/default-field-editors/CHANGELOG.md | 4 ++++ packages/default-field-editors/package.json | 4 ++-- packages/rich-text/CHANGELOG.md | 6 ++++++ packages/rich-text/package.json | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/packages/default-field-editors/CHANGELOG.md b/packages/default-field-editors/CHANGELOG.md index f3b62dcea..4ff517539 100644 --- a/packages/default-field-editors/CHANGELOG.md +++ b/packages/default-field-editors/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.7.4](https://github.com/contentful/field-editors/compare/@contentful/default-field-editors@1.7.3...@contentful/default-field-editors@1.7.4) (2024-08-08) + +**Note:** Version bump only for package @contentful/default-field-editors + ## [1.7.3](https://github.com/contentful/field-editors/compare/@contentful/default-field-editors@1.7.2...@contentful/default-field-editors@1.7.3) (2024-08-06) **Note:** Version bump only for package @contentful/default-field-editors diff --git a/packages/default-field-editors/package.json b/packages/default-field-editors/package.json index a100de8d8..6d46b8c32 100644 --- a/packages/default-field-editors/package.json +++ b/packages/default-field-editors/package.json @@ -1,6 +1,6 @@ { "name": "@contentful/default-field-editors", - "version": "1.7.3", + "version": "1.7.4", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/types/index.d.ts", @@ -49,7 +49,7 @@ "@contentful/field-editor-radio": "^1.5.0", "@contentful/field-editor-rating": "^1.4.16", "@contentful/field-editor-reference": "^5.30.2", - "@contentful/field-editor-rich-text": "^3.25.3", + "@contentful/field-editor-rich-text": "^3.26.0", "@contentful/field-editor-shared": "^1.6.0", "@contentful/field-editor-single-line": "^1.4.3", "@contentful/field-editor-slug": "^1.5.0", diff --git a/packages/rich-text/CHANGELOG.md b/packages/rich-text/CHANGELOG.md index 23625a441..519851312 100644 --- a/packages/rich-text/CHANGELOG.md +++ b/packages/rich-text/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.26.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@3.25.3...@contentful/field-editor-rich-text@3.26.0) (2024-08-08) + +### Features + +- wrapping connected rte instead of root one with entity provider [] ([#1718](https://github.com/contentful/field-editors/issues/1718)) ([8172ebc](https://github.com/contentful/field-editors/commit/8172ebcfe30a491f32ffc47bb8e500496f90f485)) + ## [3.25.3](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@3.25.2...@contentful/field-editor-rich-text@3.25.3) (2024-08-06) **Note:** Version bump only for package @contentful/field-editor-rich-text diff --git a/packages/rich-text/package.json b/packages/rich-text/package.json index efd0ea54c..30067a627 100644 --- a/packages/rich-text/package.json +++ b/packages/rich-text/package.json @@ -1,6 +1,6 @@ { "name": "@contentful/field-editor-rich-text", - "version": "3.25.3", + "version": "3.26.0", "source": "./src/index.tsx", "main": "dist/cjs/index.js", "module": "dist/esm/index.js",