Skip to content

Commit

Permalink
chore(release): updated release notes and package versions [ci skip]
Browse files Browse the repository at this point in the history
 - @contentful/field-editor-shared@1.5.5
 - @contentful/field-editor-boolean@1.4.15
 - @contentful/field-editor-checkbox@1.4.15
 - @contentful/field-editor-date@1.6.15
 - @contentful/default-field-editors@1.6.55
 - @contentful/field-editor-dropdown@1.4.15
 - @contentful/field-editor-json@3.3.19
 - @contentful/field-editor-list@1.4.15
 - @contentful/field-editor-location@1.3.19
 - @contentful/field-editor-markdown@1.5.17
 - @contentful/field-editor-multiple-line@1.3.17
 - @contentful/field-editor-number@1.3.18
 - @contentful/field-editor-radio@1.4.15
 - @contentful/field-editor-rating@1.4.15
 - @contentful/field-editor-reference@5.29.3
 - @contentful/field-editor-rich-text@3.24.4
 - @contentful/field-editor-single-line@1.4.2
 - @contentful/field-editor-slug@1.4.16
 - @contentful/field-editor-tags@1.4.15
 - @contentful/field-editor-url@1.3.17
 - @contentful/field-editor-validation-errors@1.3.17
  • Loading branch information
contentful-automation[bot] committed Jun 26, 2024
1 parent 1484f9c commit 6bdd426
Show file tree
Hide file tree
Showing 42 changed files with 148 additions and 62 deletions.
6 changes: 6 additions & 0 deletions packages/_shared/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.5.5](https://github.com/contentful/field-editors/compare/@contentful/field-editor-shared@1.5.4...@contentful/field-editor-shared@1.5.5) (2024-06-26)

### Bug Fixes

- **entityHelpers:** adjust getEntityStatus and add tests [TOL-2219] ([#1690](https://github.com/contentful/field-editors/issues/1690)) ([1484f9c](https://github.com/contentful/field-editors/commit/1484f9c1d19b0c89fe858f142ce81b01edef3822))

## [1.5.4](https://github.com/contentful/field-editors/compare/@contentful/field-editor-shared@1.5.3...@contentful/field-editor-shared@1.5.4) (2024-06-13)

**Note:** Version bump only for package @contentful/field-editor-shared
Expand Down
2 changes: 1 addition & 1 deletion packages/_shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentful/field-editor-shared",
"version": "1.5.4",
"version": "1.5.5",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/boolean/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.15](https://github.com/contentful/field-editors/compare/@contentful/field-editor-boolean@1.4.14...@contentful/field-editor-boolean@1.4.15) (2024-06-26)

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

## [1.4.14](https://github.com/contentful/field-editors/compare/@contentful/field-editor-boolean@1.4.13...@contentful/field-editor-boolean@1.4.14) (2024-06-13)

**Note:** Version bump only for package @contentful/field-editor-boolean
Expand Down
4 changes: 2 additions & 2 deletions packages/boolean/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentful/field-editor-boolean",
"version": "1.4.14",
"version": "1.4.15",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
Expand Down Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"@contentful/f36-components": "^4.0.27",
"@contentful/f36-tokens": "^4.0.0",
"@contentful/field-editor-shared": "^1.5.4",
"@contentful/field-editor-shared": "^1.5.5",
"emotion": "^10.0.17",
"lodash": "^4.17.15",
"nanoid": "^3.1.3"
Expand Down
4 changes: 4 additions & 0 deletions packages/checkbox/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.15](https://github.com/contentful/field-editors/compare/@contentful/field-editor-checkbox@1.4.14...@contentful/field-editor-checkbox@1.4.15) (2024-06-26)

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

## [1.4.14](https://github.com/contentful/field-editors/compare/@contentful/field-editor-checkbox@1.4.13...@contentful/field-editor-checkbox@1.4.14) (2024-06-13)

**Note:** Version bump only for package @contentful/field-editor-checkbox
Expand Down
4 changes: 2 additions & 2 deletions packages/checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentful/field-editor-checkbox",
"version": "1.4.14",
"version": "1.4.15",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
Expand Down Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"@contentful/f36-components": "^4.3.23",
"@contentful/f36-tokens": "^4.0.0",
"@contentful/field-editor-shared": "^1.5.4",
"@contentful/field-editor-shared": "^1.5.5",
"emotion": "^10.0.17",
"lodash": "^4.17.15"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/date/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.6.15](https://github.com/contentful/field-editors/compare/@contentful/field-editor-date@1.6.14...@contentful/field-editor-date@1.6.15) (2024-06-26)

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

## [1.6.14](https://github.com/contentful/field-editors/compare/@contentful/field-editor-date@1.6.13...@contentful/field-editor-date@1.6.14) (2024-06-13)

**Note:** Version bump only for package @contentful/field-editor-date
Expand Down
4 changes: 2 additions & 2 deletions packages/date/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentful/field-editor-date",
"version": "1.6.14",
"version": "1.6.15",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
Expand Down Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@contentful/f36-components": "^4.34.1",
"@contentful/f36-tokens": "^4.0.1",
"@contentful/field-editor-shared": "^1.5.4",
"@contentful/field-editor-shared": "^1.5.5",
"emotion": "^10.0.17",
"moment": "^2.20.0"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/default-field-editors/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.6.55](https://github.com/contentful/field-editors/compare/@contentful/default-field-editors@1.6.54...@contentful/default-field-editors@1.6.55) (2024-06-26)

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

## [1.6.54](https://github.com/contentful/field-editors/compare/@contentful/default-field-editors@1.6.53...@contentful/default-field-editors@1.6.54) (2024-06-14)

**Note:** Version bump only for package @contentful/default-field-editors
Expand Down
42 changes: 21 additions & 21 deletions packages/default-field-editors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentful/default-field-editors",
"version": "1.6.54",
"version": "1.6.55",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
Expand Down Expand Up @@ -36,26 +36,26 @@
},
"dependencies": {
"@contentful/f36-components": "^4.0.27",
"@contentful/field-editor-boolean": "^1.4.14",
"@contentful/field-editor-checkbox": "^1.4.14",
"@contentful/field-editor-date": "^1.6.14",
"@contentful/field-editor-dropdown": "^1.4.14",
"@contentful/field-editor-json": "^3.3.18",
"@contentful/field-editor-list": "^1.4.14",
"@contentful/field-editor-location": "^1.3.18",
"@contentful/field-editor-markdown": "^1.5.16",
"@contentful/field-editor-multiple-line": "^1.3.16",
"@contentful/field-editor-number": "^1.3.17",
"@contentful/field-editor-radio": "^1.4.14",
"@contentful/field-editor-rating": "^1.4.14",
"@contentful/field-editor-reference": "^5.29.2",
"@contentful/field-editor-rich-text": "^3.24.3",
"@contentful/field-editor-shared": "^1.5.4",
"@contentful/field-editor-single-line": "^1.4.1",
"@contentful/field-editor-slug": "^1.4.15",
"@contentful/field-editor-tags": "^1.4.14",
"@contentful/field-editor-url": "^1.3.16",
"@contentful/field-editor-validation-errors": "^1.3.16",
"@contentful/field-editor-boolean": "^1.4.15",
"@contentful/field-editor-checkbox": "^1.4.15",
"@contentful/field-editor-date": "^1.6.15",
"@contentful/field-editor-dropdown": "^1.4.15",
"@contentful/field-editor-json": "^3.3.19",
"@contentful/field-editor-list": "^1.4.15",
"@contentful/field-editor-location": "^1.3.19",
"@contentful/field-editor-markdown": "^1.5.17",
"@contentful/field-editor-multiple-line": "^1.3.17",
"@contentful/field-editor-number": "^1.3.18",
"@contentful/field-editor-radio": "^1.4.15",
"@contentful/field-editor-rating": "^1.4.15",
"@contentful/field-editor-reference": "^5.29.3",
"@contentful/field-editor-rich-text": "^3.24.4",
"@contentful/field-editor-shared": "^1.5.5",
"@contentful/field-editor-single-line": "^1.4.2",
"@contentful/field-editor-slug": "^1.4.16",
"@contentful/field-editor-tags": "^1.4.15",
"@contentful/field-editor-url": "^1.3.17",
"@contentful/field-editor-validation-errors": "^1.3.17",
"contentful-management": "^10.0.0 || ^11.0.0",
"emotion": "^10.0.27"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/dropdown/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.15](https://github.com/contentful/field-editors/compare/@contentful/field-editor-dropdown@1.4.14...@contentful/field-editor-dropdown@1.4.15) (2024-06-26)

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

## [1.4.14](https://github.com/contentful/field-editors/compare/@contentful/field-editor-dropdown@1.4.13...@contentful/field-editor-dropdown@1.4.14) (2024-06-13)

**Note:** Version bump only for package @contentful/field-editor-dropdown
Expand Down
4 changes: 2 additions & 2 deletions packages/dropdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentful/field-editor-dropdown",
"version": "1.4.14",
"version": "1.4.15",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
Expand Down Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"@contentful/f36-components": "^4.0.27",
"@contentful/f36-tokens": "^4.0.0",
"@contentful/field-editor-shared": "^1.5.4",
"@contentful/field-editor-shared": "^1.5.5",
"emotion": "^10.0.0",
"lodash": "^4.17.15",
"nanoid": "^3.1.3"
Expand Down
4 changes: 4 additions & 0 deletions packages/json/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.3.19](https://github.com/contentful/field-editors/compare/@contentful/field-editor-json@3.3.18...@contentful/field-editor-json@3.3.19) (2024-06-26)

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

## [3.3.18](https://github.com/contentful/field-editors/compare/@contentful/field-editor-json@3.3.17...@contentful/field-editor-json@3.3.18) (2024-06-13)

**Note:** Version bump only for package @contentful/field-editor-json
Expand Down
4 changes: 2 additions & 2 deletions packages/json/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentful/field-editor-json",
"version": "3.3.18",
"version": "3.3.19",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@codemirror/lang-json": "^6.0.0",
"@contentful/f36-components": "^4.0.27",
"@contentful/f36-tokens": "^4.0.0",
"@contentful/field-editor-shared": "^1.5.4",
"@contentful/field-editor-shared": "^1.5.5",
"@types/react-codemirror": "1.0.3",
"@uiw/react-codemirror": "^4.11.4",
"emotion": "^10.0.17",
Expand Down
4 changes: 4 additions & 0 deletions packages/list/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.15](https://github.com/contentful/field-editors/compare/@contentful/field-editor-list@1.4.14...@contentful/field-editor-list@1.4.15) (2024-06-26)

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

## [1.4.14](https://github.com/contentful/field-editors/compare/@contentful/field-editor-list@1.4.13...@contentful/field-editor-list@1.4.14) (2024-06-13)

**Note:** Version bump only for package @contentful/field-editor-list
Expand Down
4 changes: 2 additions & 2 deletions packages/list/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentful/field-editor-list",
"version": "1.4.14",
"version": "1.4.15",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
Expand Down Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"@contentful/f36-components": "^4.0.27",
"@contentful/f36-tokens": "^4.0.0",
"@contentful/field-editor-shared": "^1.5.4",
"@contentful/field-editor-shared": "^1.5.5",
"emotion": "^10.0.17",
"lodash": "^4.17.15"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/location/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.19](https://github.com/contentful/field-editors/compare/@contentful/field-editor-location@1.3.18...@contentful/field-editor-location@1.3.19) (2024-06-26)

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

## [1.3.18](https://github.com/contentful/field-editors/compare/@contentful/field-editor-location@1.3.17...@contentful/field-editor-location@1.3.18) (2024-06-13)

**Note:** Version bump only for package @contentful/field-editor-location
Expand Down
4 changes: 2 additions & 2 deletions packages/location/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentful/field-editor-location",
"version": "1.3.18",
"version": "1.3.19",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
Expand Down Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"@contentful/f36-components": "^4.0.27",
"@contentful/f36-tokens": "^4.0.0",
"@contentful/field-editor-shared": "^1.5.4",
"@contentful/field-editor-shared": "^1.5.5",
"@types/google-map-react": "2.1.7",
"emotion": "^10.0.17",
"google-map-react": "2.2.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.5.17](https://github.com/contentful/field-editors/compare/@contentful/field-editor-markdown@1.5.16...@contentful/field-editor-markdown@1.5.17) (2024-06-26)

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

## [1.5.16](https://github.com/contentful/field-editors/compare/@contentful/field-editor-markdown@1.5.15...@contentful/field-editor-markdown@1.5.16) (2024-06-13)

**Note:** Version bump only for package @contentful/field-editor-markdown
Expand Down
4 changes: 2 additions & 2 deletions packages/markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentful/field-editor-markdown",
"version": "1.5.16",
"version": "1.5.17",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@contentful/f36-components": "^4.0.27",
"@contentful/f36-icons": "^4.1.0",
"@contentful/f36-tokens": "^4.0.0",
"@contentful/field-editor-shared": "^1.5.4",
"@contentful/field-editor-shared": "^1.5.5",
"@types/codemirror": "0.0.109",
"codemirror": "^5.65.11",
"constate": "^3.3.2",
Expand Down
4 changes: 4 additions & 0 deletions packages/multiple-line/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.17](https://github.com/contentful/field-editors/compare/@contentful/field-editor-multiple-line@1.3.16...@contentful/field-editor-multiple-line@1.3.17) (2024-06-26)

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

## [1.3.16](https://github.com/contentful/field-editors/compare/@contentful/field-editor-multiple-line@1.3.15...@contentful/field-editor-multiple-line@1.3.16) (2024-06-13)

**Note:** Version bump only for package @contentful/field-editor-multiple-line
Expand Down
4 changes: 2 additions & 2 deletions packages/multiple-line/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentful/field-editor-multiple-line",
"version": "1.3.16",
"version": "1.3.17",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
Expand Down Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"@contentful/f36-components": "^4.0.27",
"@contentful/f36-tokens": "^4.0.0",
"@contentful/field-editor-shared": "^1.5.4",
"@contentful/field-editor-shared": "^1.5.5",
"emotion": "^10.0.17",
"lodash": "^4.17.15"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/number/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.18](https://github.com/contentful/field-editors/compare/@contentful/field-editor-number@1.3.17...@contentful/field-editor-number@1.3.18) (2024-06-26)

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

## [1.3.17](https://github.com/contentful/field-editors/compare/@contentful/field-editor-number@1.3.16...@contentful/field-editor-number@1.3.17) (2024-06-13)

**Note:** Version bump only for package @contentful/field-editor-number
Expand Down
4 changes: 2 additions & 2 deletions packages/number/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentful/field-editor-number",
"version": "1.3.17",
"version": "1.3.18",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
Expand Down Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"@contentful/f36-components": "^4.0.27",
"@contentful/f36-tokens": "^4.0.0",
"@contentful/field-editor-shared": "^1.5.4",
"@contentful/field-editor-shared": "^1.5.5",
"emotion": "^10.0.17"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/radio/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.15](https://github.com/contentful/field-editors/compare/@contentful/field-editor-radio@1.4.14...@contentful/field-editor-radio@1.4.15) (2024-06-26)

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

## [1.4.14](https://github.com/contentful/field-editors/compare/@contentful/field-editor-radio@1.4.13...@contentful/field-editor-radio@1.4.14) (2024-06-13)

**Note:** Version bump only for package @contentful/field-editor-radio
Expand Down
6 changes: 3 additions & 3 deletions packages/radio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentful/field-editor-radio",
"version": "1.4.14",
"version": "1.4.15",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
Expand Down Expand Up @@ -37,8 +37,8 @@
"dependencies": {
"@contentful/f36-components": "^4.0.27",
"@contentful/f36-tokens": "^4.0.0",
"@contentful/field-editor-dropdown": "^1.4.14",
"@contentful/field-editor-shared": "^1.5.4",
"@contentful/field-editor-dropdown": "^1.4.15",
"@contentful/field-editor-shared": "^1.5.5",
"emotion": "^10.0.17",
"lodash": "^4.17.15",
"nanoid": "^3.1.3"
Expand Down
Loading

0 comments on commit 6bdd426

Please sign in to comment.