Skip to content

Commit 4e13dec

Browse files
chore(release): updated release notes and package versions [ci skip]
- @contentful/default-field-editors@3.0.2 - @contentful/field-editor-rich-text@5.0.0
1 parent f489789 commit 4e13dec

File tree

4 files changed

+19
-5
lines changed

4 files changed

+19
-5
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+
## [3.0.2](https://github.com/contentful/field-editors/compare/@contentful/default-field-editors@3.0.1...@contentful/default-field-editors@3.0.2) (2026-03-19)
7+
8+
**Note:** Version bump only for package @contentful/default-field-editors
9+
610
## [3.0.1](https://github.com/contentful/field-editors/compare/@contentful/default-field-editors@3.0.0...@contentful/default-field-editors@3.0.1) (2026-03-19)
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": "3.0.1",
3+
"version": "3.0.2",
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": "^2.0.1",
5353
"@contentful/field-editor-rating": "^2.0.1",
5454
"@contentful/field-editor-reference": "^7.0.1",
55-
"@contentful/field-editor-rich-text": "^4.20.14",
55+
"@contentful/field-editor-rich-text": "^5.0.0",
5656
"@contentful/field-editor-shared": "^3.0.1",
5757
"@contentful/field-editor-single-line": "^2.0.1",
5858
"@contentful/field-editor-slug": "^3.0.1",

packages/rich-text/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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+
# [5.0.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@4.20.14...@contentful/field-editor-rich-text@5.0.0) (2026-03-19)
7+
8+
### chore
9+
10+
- **rich-text:** bump forma36 to v6 ([#2106](https://github.com/contentful/field-editors/issues/2106)) ([f489789](https://github.com/contentful/field-editors/commit/f489789684993477dbb4e34abacd7fe287fd391b))
11+
12+
### BREAKING CHANGES
13+
14+
- **rich-text:** Mograte from `emotion@10.` to `emotion/css@^11.13.4`. Consumers also must be on Forma 36 v6 and React `18.3.1+`
15+
616
## [4.20.14](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@4.20.13...@contentful/field-editor-rich-text@4.20.14) (2026-03-19)
717

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

packages/rich-text/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentful/field-editor-rich-text",
3-
"version": "4.20.14",
3+
"version": "5.0.0",
44
"source": "./src/index.tsx",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",
@@ -49,6 +49,7 @@
4949
"@contentful/field-editor-shared": "^3.0.0",
5050
"@contentful/rich-text-plain-text-renderer": "^17.0.0",
5151
"@contentful/rich-text-types": "^17.2.5",
52+
"@emotion/css": "^11.13.5",
5253
"@popperjs/core": "^2.11.5",
5354
"@udecode/plate-basic-marks": "36.0.0",
5455
"@udecode/plate-break": "36.0.0",
@@ -62,7 +63,6 @@
6263
"@udecode/plate-table": "36.5.9",
6364
"@udecode/plate-trailing-block": "36.0.0",
6465
"constate": "^3.3.2",
65-
"@emotion/css": "^11.13.5",
6666
"fast-deep-equal": "^3.1.3",
6767
"is-hotkey": "^0.2.0",
6868
"is-plain-obj": "^3.0.0",
@@ -94,4 +94,4 @@
9494
"publishConfig": {
9595
"registry": "https://npm.pkg.github.com/"
9696
}
97-
}
97+
}

0 commit comments

Comments
 (0)