Skip to content

Commit 07c1469

Browse files
chore(release): updated release notes and package versions [ci skip]
- @contentful/default-field-editors@2.2.7 - @contentful/field-editor-rich-text@4.20.6
1 parent dfbbe7c commit 07c1469

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

packages/default-field-editors/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.2.7](https://github.com/contentful/field-editors/compare/@contentful/default-field-editors@2.2.6...@contentful/default-field-editors@2.2.7) (2026-02-09)
7+
8+
**Note:** Version bump only for package @contentful/default-field-editors
9+
610
## [2.2.6](https://github.com/contentful/field-editors/compare/@contentful/default-field-editors@2.2.5...@contentful/default-field-editors@2.2.6) (2026-01-29)
711

812
**Note:** Version bump only for package @contentful/default-field-editors

packages/default-field-editors/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentful/default-field-editors",
3-
"version": "2.2.6",
3+
"version": "2.2.7",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/types/index.d.ts",
@@ -52,7 +52,7 @@
5252
"@contentful/field-editor-radio": "^1.8.3",
5353
"@contentful/field-editor-rating": "^1.7.4",
5454
"@contentful/field-editor-reference": "^6.22.0",
55-
"@contentful/field-editor-rich-text": "^4.20.5",
55+
"@contentful/field-editor-rich-text": "^4.20.6",
5656
"@contentful/field-editor-shared": "^2.18.0",
5757
"@contentful/field-editor-single-line": "^1.9.3",
5858
"@contentful/field-editor-slug": "^2.1.3",

packages/rich-text/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.20.6](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@4.20.5...@contentful/field-editor-rich-text@4.20.6) (2026-02-09)
7+
8+
### Bug Fixes
9+
10+
- **richText:** entity hyperlink opens slide in [TOL-3684] ([#2073](https://github.com/contentful/field-editors/issues/2073)) ([dfbbe7c](https://github.com/contentful/field-editors/commit/dfbbe7cd78be29875f01063bd24a9bbc34164f49))
11+
612
## [4.20.5](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@4.20.4...@contentful/field-editor-rich-text@4.20.5) (2026-01-29)
713

814
**Note:** Version bump only for package @contentful/field-editor-rich-text

packages/rich-text/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentful/field-editor-rich-text",
3-
"version": "4.20.5",
3+
"version": "4.20.6",
44
"source": "./src/index.tsx",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)