From d29915303ea8b42cde8c60b8e1df50686d4768ae Mon Sep 17 00:00:00 2001 From: "contentful-automation[bot]" <100587065+contentful-automation[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 13:35:28 +0000 Subject: [PATCH] chore(release): updated release notes and package versions [ci skip] - @contentful/default-field-editors@1.6.5 - @contentful/field-editor-rich-text@3.16.8 --- 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 1a76dce7f..b4bbeaa53 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.6.5](https://github.com/contentful/field-editors/compare/@contentful/default-field-editors@1.6.4...@contentful/default-field-editors@1.6.5) (2024-01-05) + +**Note:** Version bump only for package @contentful/default-field-editors + ## [1.6.4](https://github.com/contentful/field-editors/compare/@contentful/default-field-editors@1.6.3...@contentful/default-field-editors@1.6.4) (2024-01-04) **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 1d13131c6..0a460cb89 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.6.4", + "version": "1.6.5", "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.4.2", "@contentful/field-editor-rating": "^1.4.2", "@contentful/field-editor-reference": "^5.21.2", - "@contentful/field-editor-rich-text": "^3.16.7", + "@contentful/field-editor-rich-text": "^3.16.8", "@contentful/field-editor-shared": "^1.4.2", "@contentful/field-editor-single-line": "^1.3.4", "@contentful/field-editor-slug": "^1.4.2", diff --git a/packages/rich-text/CHANGELOG.md b/packages/rich-text/CHANGELOG.md index bfe7630d3..485a4d660 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.16.8](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@3.16.7...@contentful/field-editor-rich-text@3.16.8) (2024-01-05) + +### Bug Fixes + +- cannot read properties of null (reading 'attributes') [] ([#1569](https://github.com/contentful/field-editors/issues/1569)) ([340a58c](https://github.com/contentful/field-editors/commit/340a58cec2f3f95ce42db78e3d705a91ba1d2f66)) + ## [3.16.7](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@3.16.6...@contentful/field-editor-rich-text@3.16.7) (2024-01-04) **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 026ed8b01..6b0be859b 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.16.7", + "version": "3.16.8", "source": "./src/index.tsx", "main": "dist/cjs/index.js", "module": "dist/esm/index.js",