Skip to content

Commit d95494a

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] - @contentful/[email protected]
1 parent 73b826c commit d95494a

Some content is hidden

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

44 files changed

+214
-84
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.11.0](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-09-05)
7+
8+
### Features
9+
10+
- [TOL-3355] Add esm modules export ([#1924](https://github.com/contentful/field-editors/issues/1924)) ([73b826c](https://github.com/contentful/field-editors/commit/73b826c56d2a7a3c7bd0b90e6b9780934ad40948))
11+
612
# [2.10.0](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-08-27)
713

814
### Features

packages/_shared/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-shared",
3-
"version": "2.10.0",
3+
"version": "2.11.0",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/types/index.d.ts",
@@ -37,7 +37,7 @@
3737
},
3838
"devDependencies": {
3939
"@contentful/app-sdk": "^4.29.0",
40-
"@contentful/field-editor-test-utils": "^1.5.2",
40+
"@contentful/field-editor-test-utils": "^1.6.0",
4141
"@lingui/core": "5.3.0",
4242
"@testing-library/react": "16.0.1"
4343
},

packages/_test/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.6.0](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-09-05)
7+
8+
### Features
9+
10+
- [TOL-3355] Add esm modules export ([#1924](https://github.com/contentful/field-editors/issues/1924)) ([73b826c](https://github.com/contentful/field-editors/commit/73b826c56d2a7a3c7bd0b90e6b9780934ad40948))
11+
612
## [1.5.2](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2024-10-04)
713

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

packages/_test/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-test-utils",
3-
"version": "1.5.2",
3+
"version": "1.6.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: 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.7.0](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-09-05)
7+
8+
### Features
9+
10+
- [TOL-3355] Add esm modules export ([#1924](https://github.com/contentful/field-editors/issues/1924)) ([73b826c](https://github.com/contentful/field-editors/commit/73b826c56d2a7a3c7bd0b90e6b9780934ad40948))
11+
612
## [1.6.3](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-08-27)
713

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

packages/boolean/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-boolean",
3-
"version": "1.6.3",
3+
"version": "1.7.0",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/types/index.d.ts",
@@ -38,13 +38,13 @@
3838
"dependencies": {
3939
"@contentful/f36-components": "^4.70.0",
4040
"@contentful/f36-tokens": "^4.0.5",
41-
"@contentful/field-editor-shared": "^2.10.0",
41+
"@contentful/field-editor-shared": "^2.11.0",
4242
"emotion": "^10.0.17",
4343
"lodash": "^4.17.15",
4444
"nanoid": "^3.1.3"
4545
},
4646
"devDependencies": {
47-
"@contentful/field-editor-test-utils": "^1.5.2",
47+
"@contentful/field-editor-test-utils": "^1.6.0",
4848
"@lingui/core": "5.3.0"
4949
},
5050
"peerDependencies": {

packages/checkbox/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.6.0](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-09-05)
7+
8+
### Features
9+
10+
- [TOL-3355] Add esm modules export ([#1924](https://github.com/contentful/field-editors/issues/1924)) ([73b826c](https://github.com/contentful/field-editors/commit/73b826c56d2a7a3c7bd0b90e6b9780934ad40948))
11+
612
## [1.5.3](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-08-27)
713

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

packages/checkbox/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-checkbox",
3-
"version": "1.5.3",
3+
"version": "1.6.0",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/types/index.d.ts",
@@ -38,12 +38,12 @@
3838
"dependencies": {
3939
"@contentful/f36-components": "^4.70.0",
4040
"@contentful/f36-tokens": "^4.0.5",
41-
"@contentful/field-editor-shared": "^2.10.0",
41+
"@contentful/field-editor-shared": "^2.11.0",
4242
"emotion": "^10.0.17",
4343
"lodash": "^4.17.15"
4444
},
4545
"devDependencies": {
46-
"@contentful/field-editor-test-utils": "^1.5.2",
46+
"@contentful/field-editor-test-utils": "^1.6.0",
4747
"@lingui/core": "5.3.0"
4848
},
4949
"peerDependencies": {

packages/date/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.9.0](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-09-05)
7+
8+
### Features
9+
10+
- [TOL-3355] Add esm modules export ([#1924](https://github.com/contentful/field-editors/issues/1924)) ([73b826c](https://github.com/contentful/field-editors/commit/73b826c56d2a7a3c7bd0b90e6b9780934ad40948))
11+
612
## [1.8.3](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-08-27)
713

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

packages/date/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-date",
3-
"version": "1.8.3",
3+
"version": "1.9.0",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/types/index.d.ts",
@@ -39,13 +39,13 @@
3939
"dependencies": {
4040
"@contentful/f36-components": "^4.70.0",
4141
"@contentful/f36-tokens": "^4.0.5",
42-
"@contentful/field-editor-shared": "^2.10.0",
42+
"@contentful/field-editor-shared": "^2.11.0",
4343
"emotion": "^10.0.17",
4444
"moment": "^2.20.0"
4545
},
4646
"devDependencies": {
4747
"@babel/core": "^7.7.4",
48-
"@contentful/field-editor-test-utils": "^1.5.2",
48+
"@contentful/field-editor-test-utils": "^1.6.0",
4949
"@lingui/core": "5.3.0",
5050
"@types/timezoned-date": "^3.0.0",
5151
"timezoned-date": "^3.0.2"

0 commit comments

Comments
 (0)