Skip to content

Commit 1d0dc6d

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 70a2f5f commit 1d0dc6d

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.4.1](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-04-03)
7+
8+
### Bug Fixes
9+
10+
- **shared:** base initial disabled state on `sdk.field.getIsDisabled()` [TOL-2914] ([#1852](https://github.com/contentful/field-editors/issues/1852)) ([70a2f5f](https://github.com/contentful/field-editors/commit/70a2f5f29689311b79d265366a1955ebd5cb8cda))
11+
612
# [2.4.0](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-03-10)
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.4.0",
3+
"version": "2.4.1",
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.4.33](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-04-03)
7+
8+
**Note:** Version bump only for package @contentful/field-editor-boolean
9+
610
## [1.4.32](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-03-10)
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.4.32",
3+
"version": "1.4.33",
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.4.0",
40+
"@contentful/field-editor-shared": "^2.4.1",
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.33](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-04-03)
7+
8+
**Note:** Version bump only for package @contentful/field-editor-checkbox
9+
610
## [1.4.32](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-03-10)
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.32",
3+
"version": "1.4.33",
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.4.0",
40+
"@contentful/field-editor-shared": "^2.4.1",
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.5](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-04-03)
7+
8+
**Note:** Version bump only for package @contentful/field-editor-date
9+
610
## [1.7.4](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-03-10)
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.4",
3+
"version": "1.7.5",
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.4.0",
41+
"@contentful/field-editor-shared": "^2.4.1",
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.61](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-04-03)
7+
8+
**Note:** Version bump only for package @contentful/default-field-editors
9+
610
## [1.7.60](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

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.60",
3+
"version": "1.7.61",
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.4.32",
40-
"@contentful/field-editor-checkbox": "^1.4.32",
41-
"@contentful/field-editor-date": "^1.7.4",
42-
"@contentful/field-editor-dropdown": "^1.5.16",
43-
"@contentful/field-editor-json": "^3.3.37",
44-
"@contentful/field-editor-list": "^1.4.32",
45-
"@contentful/field-editor-location": "^1.3.37",
46-
"@contentful/field-editor-markdown": "^1.9.0",
47-
"@contentful/field-editor-multiple-line": "^1.4.3",
48-
"@contentful/field-editor-number": "^1.3.35",
49-
"@contentful/field-editor-radio": "^1.5.16",
50-
"@contentful/field-editor-rating": "^1.4.32",
51-
"@contentful/field-editor-reference": "^6.6.1",
52-
"@contentful/field-editor-rich-text": "^4.4.1",
53-
"@contentful/field-editor-shared": "^2.4.0",
54-
"@contentful/field-editor-single-line": "^1.5.4",
55-
"@contentful/field-editor-slug": "^1.5.18",
56-
"@contentful/field-editor-tags": "^1.4.34",
57-
"@contentful/field-editor-url": "^1.3.34",
58-
"@contentful/field-editor-validation-errors": "^1.4.1",
39+
"@contentful/field-editor-boolean": "^1.4.33",
40+
"@contentful/field-editor-checkbox": "^1.4.33",
41+
"@contentful/field-editor-date": "^1.7.5",
42+
"@contentful/field-editor-dropdown": "^1.5.17",
43+
"@contentful/field-editor-json": "^3.3.38",
44+
"@contentful/field-editor-list": "^1.4.33",
45+
"@contentful/field-editor-location": "^1.3.38",
46+
"@contentful/field-editor-markdown": "^1.9.1",
47+
"@contentful/field-editor-multiple-line": "^1.4.4",
48+
"@contentful/field-editor-number": "^1.3.36",
49+
"@contentful/field-editor-radio": "^1.5.17",
50+
"@contentful/field-editor-rating": "^1.4.33",
51+
"@contentful/field-editor-reference": "^6.6.2",
52+
"@contentful/field-editor-rich-text": "^4.4.2",
53+
"@contentful/field-editor-shared": "^2.4.1",
54+
"@contentful/field-editor-single-line": "^1.5.5",
55+
"@contentful/field-editor-slug": "^1.5.19",
56+
"@contentful/field-editor-tags": "^1.4.35",
57+
"@contentful/field-editor-url": "^1.3.35",
58+
"@contentful/field-editor-validation-errors": "^1.4.2",
5959
"contentful-management": "^11.0.0",
6060
"emotion": "^10.0.27"
6161
},

0 commit comments

Comments
 (0)