Skip to content

Commit b8392c7

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

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
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.7.73](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-06-11)
7+
8+
**Note:** Version bump only for package @contentful/default-field-editors
9+
610
## [1.7.72](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-06-09)
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": "1.7.72",
3+
"version": "1.7.73",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/types/index.d.ts",
@@ -41,7 +41,7 @@
4141
"@contentful/field-editor-date": "^1.7.10",
4242
"@contentful/field-editor-dropdown": "^1.6.5",
4343
"@contentful/field-editor-json": "^3.3.43",
44-
"@contentful/field-editor-list": "^1.5.5",
44+
"@contentful/field-editor-list": "^1.5.6",
4545
"@contentful/field-editor-location": "^1.3.43",
4646
"@contentful/field-editor-markdown": "^1.9.6",
4747
"@contentful/field-editor-multiple-line": "^1.5.5",

packages/list/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+
## [1.5.6](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-06-11)
7+
8+
### Bug Fixes
9+
10+
- **list:** listen for external value updates ([#1882](https://github.com/contentful/field-editors/issues/1882)) ([9aea4b3](https://github.com/contentful/field-editors/commit/9aea4b3356f8206195c951a7e0900a9aafb0808d))
11+
612
## [1.5.5](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-06-06)
713

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

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

0 commit comments

Comments
 (0)