Skip to content

Commit a92c11a

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

File tree

6 files changed

+22
-6
lines changed

6 files changed

+22
-6
lines changed

packages/default-field-editors/CHANGELOG.md

+4
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.7.58](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-03-10)
7+
8+
**Note:** Version bump only for package @contentful/default-field-editors
9+
610
## [1.7.57](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-03-10)
711

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

packages/default-field-editors/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentful/default-field-editors",
3-
"version": "1.7.57",
3+
"version": "1.7.58",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/types/index.d.ts",
@@ -48,8 +48,8 @@
4848
"@contentful/field-editor-number": "^1.3.35",
4949
"@contentful/field-editor-radio": "^1.5.16",
5050
"@contentful/field-editor-rating": "^1.4.32",
51-
"@contentful/field-editor-reference": "^6.6.0",
52-
"@contentful/field-editor-rich-text": "^4.4.0",
51+
"@contentful/field-editor-reference": "^6.6.1",
52+
"@contentful/field-editor-rich-text": "^4.4.1",
5353
"@contentful/field-editor-shared": "^2.4.0",
5454
"@contentful/field-editor-single-line": "^1.5.4",
5555
"@contentful/field-editor-slug": "^1.5.18",

packages/reference/CHANGELOG.md

+6
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.6.1](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-03-10)
7+
8+
### Bug Fixes
9+
10+
- dnd embedded entities in firefox [TOL-2460] ([#1840](https://github.com/contentful/field-editors/issues/1840)) ([b5419f7](https://github.com/contentful/field-editors/commit/b5419f75b914d80308b105226b1e6ba697d48682))
11+
612
# [6.6.0](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-03-10)
713

814
### Bug Fixes

packages/reference/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentful/field-editor-reference",
3-
"version": "6.6.0",
3+
"version": "6.6.1",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/types/index.d.ts",

packages/rich-text/CHANGELOG.md

+6
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.4.1](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-03-10)
7+
8+
### Bug Fixes
9+
10+
- dnd embedded entities in firefox [TOL-2460] ([#1840](https://github.com/contentful/field-editors/issues/1840)) ([b5419f7](https://github.com/contentful/field-editors/commit/b5419f75b914d80308b105226b1e6ba697d48682))
11+
612
# [4.4.0](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-03-10)
713

814
### Bug Fixes

packages/rich-text/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentful/field-editor-rich-text",
3-
"version": "4.4.0",
3+
"version": "4.4.1",
44
"source": "./src/index.tsx",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",
@@ -44,7 +44,7 @@
4444
"@contentful/f36-icons": "^4.29.0",
4545
"@contentful/f36-tokens": "^4.0.5",
4646
"@contentful/f36-utils": "^4.24.3",
47-
"@contentful/field-editor-reference": "^6.6.0",
47+
"@contentful/field-editor-reference": "^6.6.1",
4848
"@contentful/field-editor-shared": "^2.4.0",
4949
"@contentful/rich-text-plain-text-renderer": "^17.0.0",
5050
"@contentful/rich-text-types": "^17.0.0",

0 commit comments

Comments
 (0)