Skip to content

Commit d08af06

Browse files
chore(release): updated release notes and package versions [ci skip]
- @contentful/[email protected] - @contentful/[email protected] - @contentful/[email protected]
1 parent 7944cfe commit d08af06

File tree

6 files changed

+20
-6
lines changed

6 files changed

+20
-6
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+
## [1.8.7](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-09-18)
7+
8+
**Note:** Version bump only for package @contentful/default-field-editors
9+
610
## [1.8.6](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-09-15)
711

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

packages/default-field-editors/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentful/default-field-editors",
3-
"version": "1.8.6",
3+
"version": "1.8.7",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/types/index.d.ts",
@@ -49,8 +49,8 @@
4949
"@contentful/field-editor-number": "^1.5.5",
5050
"@contentful/field-editor-radio": "^1.7.5",
5151
"@contentful/field-editor-rating": "^1.6.5",
52-
"@contentful/field-editor-reference": "^6.11.2",
53-
"@contentful/field-editor-rich-text": "^4.12.2",
52+
"@contentful/field-editor-reference": "^6.12.0",
53+
"@contentful/field-editor-rich-text": "^4.12.3",
5454
"@contentful/field-editor-shared": "^2.12.2",
5555
"@contentful/field-editor-single-line": "^1.8.5",
5656
"@contentful/field-editor-slug": "^1.8.5",

packages/reference/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+
# [6.12.0](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-09-18)
7+
8+
### Features
9+
10+
- fix wrong menu item component from forma ([#1934](https://github.com/contentful/field-editors/issues/1934)) ([7944cfe](https://github.com/contentful/field-editors/commit/7944cfe63e8b098cb649ccafff22335468f050eb))
11+
612
## [6.11.2](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-09-15)
713

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

packages/reference/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-reference",
3-
"version": "6.11.2",
3+
"version": "6.12.0",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/types/index.d.ts",

packages/rich-text/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+
## [4.12.3](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-09-18)
7+
8+
**Note:** Version bump only for package @contentful/field-editor-rich-text
9+
610
## [4.12.2](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-09-15)
711

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

packages/rich-text/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentful/field-editor-rich-text",
3-
"version": "4.12.2",
3+
"version": "4.12.3",
44
"source": "./src/index.tsx",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",
@@ -45,7 +45,7 @@
4545
"@contentful/f36-icons": "^5.4.0",
4646
"@contentful/f36-tokens": "^5.1.0",
4747
"@contentful/f36-utils": "^5.1.0",
48-
"@contentful/field-editor-reference": "^6.11.2",
48+
"@contentful/field-editor-reference": "^6.12.0",
4949
"@contentful/field-editor-shared": "^2.12.2",
5050
"@contentful/rich-text-plain-text-renderer": "^17.0.0",
5151
"@contentful/rich-text-types": "^17.0.0",

0 commit comments

Comments
 (0)