Skip to content

Commit 09499ab

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

File tree

6 files changed

+18
-6
lines changed

6 files changed

+18
-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.7.2](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2024-07-25)
7+
8+
**Note:** Version bump only for package @contentful/default-field-editors
9+
610
## [1.7.1](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2024-07-23)
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.7.1",
3+
"version": "1.7.2",
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.19",
4949
"@contentful/field-editor-radio": "^1.5.0",
5050
"@contentful/field-editor-rating": "^1.4.16",
51-
"@contentful/field-editor-reference": "^5.30.0",
52-
"@contentful/field-editor-rich-text": "^3.25.1",
51+
"@contentful/field-editor-reference": "^5.30.1",
52+
"@contentful/field-editor-rich-text": "^3.25.2",
5353
"@contentful/field-editor-shared": "^1.6.0",
5454
"@contentful/field-editor-single-line": "^1.4.3",
5555
"@contentful/field-editor-slug": "^1.5.0",

packages/reference/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+
## [5.30.1](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2024-07-25)
7+
8+
**Note:** Version bump only for package @contentful/field-editor-reference
9+
610
# [5.30.0](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2024-07-23)
711

812
### Features

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": "5.30.0",
3+
"version": "5.30.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

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+
## [3.25.2](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2024-07-25)
7+
8+
**Note:** Version bump only for package @contentful/field-editor-rich-text
9+
610
## [3.25.1](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2024-07-23)
711

812
### Bug Fixes

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": "3.25.1",
3+
"version": "3.25.2",
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.28.2",
4545
"@contentful/f36-tokens": "^4.0.5",
4646
"@contentful/f36-utils": "^4.24.3",
47-
"@contentful/field-editor-reference": "^5.30.0",
47+
"@contentful/field-editor-reference": "^5.30.1",
4848
"@contentful/field-editor-shared": "^1.6.0",
4949
"@contentful/rich-text-plain-text-renderer": "^16.0.4",
5050
"@contentful/rich-text-types": "16.7.0",

0 commit comments

Comments
 (0)