Skip to content

Commit 4f962a8

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

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-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+
## [2.1.2](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-11-10)
7+
8+
**Note:** Version bump only for package @contentful/default-field-editors
9+
610
## [2.1.1](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-11-10)
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.1.1",
3+
"version": "2.1.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": "^1.8.0",
5353
"@contentful/field-editor-rating": "^1.7.0",
5454
"@contentful/field-editor-reference": "^6.15.1",
55-
"@contentful/field-editor-rich-text": "^4.16.1",
55+
"@contentful/field-editor-rich-text": "^4.16.2",
5656
"@contentful/field-editor-shared": "^2.16.0",
5757
"@contentful/field-editor-single-line": "^1.9.0",
5858
"@contentful/field-editor-slug": "^2.1.0",

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

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

packages/rich-text/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentful/field-editor-rich-text",
3-
"version": "4.16.1",
3+
"version": "4.16.2",
44
"source": "./src/index.tsx",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",
@@ -69,10 +69,10 @@
6969
"p-debounce": "^2.1.0",
7070
"react-popper": "^2.3.0",
7171
"slate": "0.118.1",
72+
"slate-dom": "0.118.1",
7273
"slate-history": "0.100.0",
7374
"slate-hyperscript": "0.77.0",
74-
"slate-react": "0.118.2",
75-
"slate-dom": "0.118.1"
75+
"slate-react": "0.118.2"
7676
},
7777
"peerDependencies": {
7878
"@lingui/core": "^5.3.0",
@@ -91,4 +91,4 @@
9191
"publishConfig": {
9292
"registry": "https://npm.pkg.github.com/"
9393
}
94-
}
94+
}

0 commit comments

Comments
 (0)