Skip to content

Commit 6286806

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

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+150
-62
lines changed

packages/_shared/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+
# [2.7.0](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-06-06)
7+
8+
### Features
9+
10+
- pass correct params to show release status [TOL-3103] ([#1878](https://github.com/contentful/field-editors/issues/1878)) ([ec5ef46](https://github.com/contentful/field-editors/commit/ec5ef465ab36ec51fec83d38a7bcf6cbf50f0ac4))
11+
612
# [2.6.0](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-06-06)
713

814
### Features

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

packages/boolean/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.5.5](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-06-06)
7+
8+
**Note:** Version bump only for package @contentful/field-editor-boolean
9+
610
## [1.5.4](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-06-06)
711

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

packages/boolean/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-boolean",
3-
"version": "1.5.4",
3+
"version": "1.5.5",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/types/index.d.ts",
@@ -37,7 +37,7 @@
3737
"dependencies": {
3838
"@contentful/f36-components": "^4.70.0",
3939
"@contentful/f36-tokens": "^4.0.5",
40-
"@contentful/field-editor-shared": "^2.6.0",
40+
"@contentful/field-editor-shared": "^2.7.0",
4141
"emotion": "^10.0.17",
4242
"lodash": "^4.17.15",
4343
"nanoid": "^3.1.3"

packages/checkbox/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.4.38](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-06-06)
7+
8+
**Note:** Version bump only for package @contentful/field-editor-checkbox
9+
610
## [1.4.37](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-06-06)
711

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

packages/checkbox/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-checkbox",
3-
"version": "1.4.37",
3+
"version": "1.4.38",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/types/index.d.ts",
@@ -37,7 +37,7 @@
3737
"dependencies": {
3838
"@contentful/f36-components": "^4.70.0",
3939
"@contentful/f36-tokens": "^4.0.5",
40-
"@contentful/field-editor-shared": "^2.6.0",
40+
"@contentful/field-editor-shared": "^2.7.0",
4141
"emotion": "^10.0.17",
4242
"lodash": "^4.17.15"
4343
},

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

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

packages/date/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-date",
3-
"version": "1.7.9",
3+
"version": "1.7.10",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/types/index.d.ts",
@@ -38,7 +38,7 @@
3838
"dependencies": {
3939
"@contentful/f36-components": "^4.70.0",
4040
"@contentful/f36-tokens": "^4.0.5",
41-
"@contentful/field-editor-shared": "^2.6.0",
41+
"@contentful/field-editor-shared": "^2.7.0",
4242
"emotion": "^10.0.17",
4343
"moment": "^2.20.0"
4444
},

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

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

packages/default-field-editors/package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentful/default-field-editors",
3-
"version": "1.7.70",
3+
"version": "1.7.71",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/types/index.d.ts",
@@ -36,26 +36,26 @@
3636
},
3737
"dependencies": {
3838
"@contentful/f36-components": "^4.70.0",
39-
"@contentful/field-editor-boolean": "^1.5.4",
40-
"@contentful/field-editor-checkbox": "^1.4.37",
41-
"@contentful/field-editor-date": "^1.7.9",
42-
"@contentful/field-editor-dropdown": "^1.6.4",
43-
"@contentful/field-editor-json": "^3.3.42",
44-
"@contentful/field-editor-list": "^1.5.4",
45-
"@contentful/field-editor-location": "^1.3.42",
46-
"@contentful/field-editor-markdown": "^1.9.5",
47-
"@contentful/field-editor-multiple-line": "^1.5.4",
48-
"@contentful/field-editor-number": "^1.4.4",
49-
"@contentful/field-editor-radio": "^1.5.22",
50-
"@contentful/field-editor-rating": "^1.4.37",
51-
"@contentful/field-editor-reference": "^6.8.0",
52-
"@contentful/field-editor-rich-text": "^4.4.10",
53-
"@contentful/field-editor-shared": "^2.6.0",
54-
"@contentful/field-editor-single-line": "^1.6.4",
55-
"@contentful/field-editor-slug": "^1.6.4",
56-
"@contentful/field-editor-tags": "^1.5.4",
57-
"@contentful/field-editor-url": "^1.4.4",
58-
"@contentful/field-editor-validation-errors": "^1.4.6",
39+
"@contentful/field-editor-boolean": "^1.5.5",
40+
"@contentful/field-editor-checkbox": "^1.4.38",
41+
"@contentful/field-editor-date": "^1.7.10",
42+
"@contentful/field-editor-dropdown": "^1.6.5",
43+
"@contentful/field-editor-json": "^3.3.43",
44+
"@contentful/field-editor-list": "^1.5.5",
45+
"@contentful/field-editor-location": "^1.3.43",
46+
"@contentful/field-editor-markdown": "^1.9.6",
47+
"@contentful/field-editor-multiple-line": "^1.5.5",
48+
"@contentful/field-editor-number": "^1.4.5",
49+
"@contentful/field-editor-radio": "^1.5.23",
50+
"@contentful/field-editor-rating": "^1.4.38",
51+
"@contentful/field-editor-reference": "^6.8.1",
52+
"@contentful/field-editor-rich-text": "^4.5.0",
53+
"@contentful/field-editor-shared": "^2.7.0",
54+
"@contentful/field-editor-single-line": "^1.6.5",
55+
"@contentful/field-editor-slug": "^1.6.5",
56+
"@contentful/field-editor-tags": "^1.5.5",
57+
"@contentful/field-editor-url": "^1.4.5",
58+
"@contentful/field-editor-validation-errors": "^1.4.7",
5959
"contentful-management": "^11.0.0",
6060
"emotion": "^10.0.27"
6161
},

packages/dropdown/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.6.5](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-06-06)
7+
8+
**Note:** Version bump only for package @contentful/field-editor-dropdown
9+
610
## [1.6.4](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-06-06)
711

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

packages/dropdown/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-dropdown",
3-
"version": "1.6.4",
3+
"version": "1.6.5",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/types/index.d.ts",
@@ -37,7 +37,7 @@
3737
"dependencies": {
3838
"@contentful/f36-components": "^4.70.0",
3939
"@contentful/f36-tokens": "^4.0.5",
40-
"@contentful/field-editor-shared": "^2.6.0",
40+
"@contentful/field-editor-shared": "^2.7.0",
4141
"emotion": "^10.0.0",
4242
"lodash": "^4.17.15",
4343
"nanoid": "^3.1.3"

packages/json/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.3.43](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-06-06)
7+
8+
**Note:** Version bump only for package @contentful/field-editor-json
9+
610
## [3.3.42](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-06-06)
711

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

packages/json/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-json",
3-
"version": "3.3.42",
3+
"version": "3.3.43",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/types/index.d.ts",
@@ -36,7 +36,7 @@
3636
"@codemirror/lang-json": "^6.0.0",
3737
"@contentful/f36-components": "^4.70.0",
3838
"@contentful/f36-tokens": "^4.0.5",
39-
"@contentful/field-editor-shared": "^2.6.0",
39+
"@contentful/field-editor-shared": "^2.7.0",
4040
"@types/react-codemirror": "1.0.11",
4141
"@uiw/react-codemirror": "^4.11.4",
4242
"emotion": "^10.0.17",

packages/list/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.5.5](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-06-06)
7+
8+
**Note:** Version bump only for package @contentful/field-editor-list
9+
610
## [1.5.4](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-06-06)
711

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

packages/list/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-list",
3-
"version": "1.5.4",
3+
"version": "1.5.5",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/types/index.d.ts",
@@ -37,7 +37,7 @@
3737
"dependencies": {
3838
"@contentful/f36-components": "^4.70.0",
3939
"@contentful/f36-tokens": "^4.0.5",
40-
"@contentful/field-editor-shared": "^2.6.0",
40+
"@contentful/field-editor-shared": "^2.7.0",
4141
"emotion": "^10.0.17",
4242
"lodash": "^4.17.15"
4343
},

packages/location/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.3.43](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-06-06)
7+
8+
**Note:** Version bump only for package @contentful/field-editor-location
9+
610
## [1.3.42](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-06-06)
711

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

packages/location/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-location",
3-
"version": "1.3.42",
3+
"version": "1.3.43",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/types/index.d.ts",
@@ -35,7 +35,7 @@
3535
"dependencies": {
3636
"@contentful/f36-components": "^4.70.0",
3737
"@contentful/f36-tokens": "^4.0.5",
38-
"@contentful/field-editor-shared": "^2.6.0",
38+
"@contentful/field-editor-shared": "^2.7.0",
3939
"@types/google-map-react": "2.1.10",
4040
"emotion": "^10.0.17",
4141
"google-map-react": "2.2.1",

packages/markdown/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.9.6](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-06-06)
7+
8+
**Note:** Version bump only for package @contentful/field-editor-markdown
9+
610
## [1.9.5](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-06-06)
711

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

packages/markdown/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-markdown",
3-
"version": "1.9.5",
3+
"version": "1.9.6",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/types/index.d.ts",
@@ -38,7 +38,7 @@
3838
"@contentful/f36-components": "^4.70.0",
3939
"@contentful/f36-icons": "^4.29.0",
4040
"@contentful/f36-tokens": "^4.0.5",
41-
"@contentful/field-editor-shared": "^2.6.0",
41+
"@contentful/field-editor-shared": "^2.7.0",
4242
"@types/codemirror": "0.0.109",
4343
"codemirror": "^5.65.11",
4444
"constate": "^3.3.2",

packages/multiple-line/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.5.5](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-06-06)
7+
8+
**Note:** Version bump only for package @contentful/field-editor-multiple-line
9+
610
## [1.5.4](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-06-06)
711

812
**Note:** Version bump only for package @contentful/field-editor-multiple-line

packages/multiple-line/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-multiple-line",
3-
"version": "1.5.4",
3+
"version": "1.5.5",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/types/index.d.ts",
@@ -37,7 +37,7 @@
3737
"dependencies": {
3838
"@contentful/f36-components": "^4.70.0",
3939
"@contentful/f36-tokens": "^4.0.5",
40-
"@contentful/field-editor-shared": "^2.6.0",
40+
"@contentful/field-editor-shared": "^2.7.0",
4141
"emotion": "^10.0.17",
4242
"lodash": "^4.17.15"
4343
},

packages/number/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.4.5](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-06-06)
7+
8+
**Note:** Version bump only for package @contentful/field-editor-number
9+
610
## [1.4.4](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-06-06)
711

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

packages/number/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-number",
3-
"version": "1.4.4",
3+
"version": "1.4.5",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/types/index.d.ts",
@@ -37,7 +37,7 @@
3737
"dependencies": {
3838
"@contentful/f36-components": "^4.70.0",
3939
"@contentful/f36-tokens": "^4.0.5",
40-
"@contentful/field-editor-shared": "^2.6.0",
40+
"@contentful/field-editor-shared": "^2.7.0",
4141
"emotion": "^10.0.17"
4242
},
4343
"devDependencies": {

packages/radio/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.5.23](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-06-06)
7+
8+
**Note:** Version bump only for package @contentful/field-editor-radio
9+
610
## [1.5.22](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-06-06)
711

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

packages/radio/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentful/field-editor-radio",
3-
"version": "1.5.22",
3+
"version": "1.5.23",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/types/index.d.ts",
@@ -37,8 +37,8 @@
3737
"dependencies": {
3838
"@contentful/f36-components": "^4.70.0",
3939
"@contentful/f36-tokens": "^4.0.5",
40-
"@contentful/field-editor-dropdown": "^1.6.4",
41-
"@contentful/field-editor-shared": "^2.6.0",
40+
"@contentful/field-editor-dropdown": "^1.6.5",
41+
"@contentful/field-editor-shared": "^2.7.0",
4242
"emotion": "^10.0.17",
4343
"lodash": "^4.17.15",
4444
"nanoid": "^3.1.3"

0 commit comments

Comments
 (0)