Skip to content

Commit 362b224

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

File tree

4 files changed

+13
-3
lines changed

4 files changed

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

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

packages/default-field-editors/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentful/default-field-editors",
3-
"version": "1.7.59",
3+
"version": "1.7.60",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/types/index.d.ts",
@@ -43,7 +43,7 @@
4343
"@contentful/field-editor-json": "^3.3.37",
4444
"@contentful/field-editor-list": "^1.4.32",
4545
"@contentful/field-editor-location": "^1.3.37",
46-
"@contentful/field-editor-markdown": "^1.8.0",
46+
"@contentful/field-editor-markdown": "^1.9.0",
4747
"@contentful/field-editor-multiple-line": "^1.4.3",
4848
"@contentful/field-editor-number": "^1.3.35",
4949
"@contentful/field-editor-radio": "^1.5.16",

packages/markdown/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+
# [1.9.0](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-03-31)
7+
8+
### Features
9+
10+
- update markdown editor force tab to open p2 [BBEE-1138] ([#1850](https://github.com/contentful/field-editors/issues/1850)) ([9f00461](https://github.com/contentful/field-editors/commit/9f0046182a5100ae511c631ffea93e975b9b8e6b))
11+
612
# [1.8.0](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-03-31)
713

814
### Features

packages/markdown/package.json

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

0 commit comments

Comments
 (0)