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.2
 - @contentful/field-editor-boolean@1.4.12
 - @contentful/field-editor-checkbox@1.4.12
 - @contentful/field-editor-date@1.6.12
 - @contentful/default-field-editors@1.6.46
 - @contentful/field-editor-dropdown@1.4.12
 - @contentful/field-editor-json@3.3.16
 - @contentful/field-editor-list@1.4.12
 - @contentful/field-editor-location@1.3.16
 - @contentful/field-editor-markdown@1.5.13
 - @contentful/field-editor-multiple-line@1.3.14
 - @contentful/field-editor-number@1.3.14
 - @contentful/field-editor-radio@1.4.12
 - @contentful/field-editor-rating@1.4.12
 - @contentful/field-editor-reference@5.28.2
 - @contentful/field-editor-rich-text@3.22.3
 - @contentful/field-editor-single-line@1.3.14
 - @contentful/field-editor-slug@1.4.13
 - @contentful/field-editor-tags@1.4.12
 - @contentful/field-editor-url@1.3.14
 - @contentful/field-editor-validation-errors@1.3.14
  • Loading branch information
contentful-automation[bot] committed May 24, 2024
1 parent 8aa0abf commit 4ec14a5
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.2](https://github.com/contentful/field-editors/compare/@contentful/field-editor-shared@1.5.1...@contentful/field-editor-shared@1.5.2) (2024-05-24)

### Bug Fixes

- **shared:** disable fieldStatus handling temporary [TOL-2143] ([#1666](https://github.com/contentful/field-editors/issues/1666)) ([8aa0abf](https://github.com/contentful/field-editors/commit/8aa0abff745e1c48f1a2d61570e0dfcb854d0b5b))

## [1.5.1](https://github.com/contentful/field-editors/compare/@contentful/field-editor-shared@1.5.0...@contentful/field-editor-shared@1.5.1) (2024-05-24)

### Bug Fixes
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.1",
"version": "1.5.2",
"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.12](https://github.com/contentful/field-editors/compare/@contentful/field-editor-boolean@1.4.11...@contentful/field-editor-boolean@1.4.12) (2024-05-24)

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

## [1.4.11](https://github.com/contentful/field-editors/compare/@contentful/field-editor-boolean@1.4.10...@contentful/field-editor-boolean@1.4.11) (2024-05-24)

**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.11",
"version": "1.4.12",
"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.1",
"@contentful/field-editor-shared": "^1.5.2",
"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.12](https://github.com/contentful/field-editors/compare/@contentful/field-editor-checkbox@1.4.11...@contentful/field-editor-checkbox@1.4.12) (2024-05-24)

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

## [1.4.11](https://github.com/contentful/field-editors/compare/@contentful/field-editor-checkbox@1.4.10...@contentful/field-editor-checkbox@1.4.11) (2024-05-24)

**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.11",
"version": "1.4.12",
"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.1",
"@contentful/field-editor-shared": "^1.5.2",
"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.12](https://github.com/contentful/field-editors/compare/@contentful/field-editor-date@1.6.11...@contentful/field-editor-date@1.6.12) (2024-05-24)

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

## [1.6.11](https://github.com/contentful/field-editors/compare/@contentful/field-editor-date@1.6.10...@contentful/field-editor-date@1.6.11) (2024-05-24)

**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.11",
"version": "1.6.12",
"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.1",
"@contentful/field-editor-shared": "^1.5.2",
"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.46](https://github.com/contentful/field-editors/compare/@contentful/default-field-editors@1.6.45...@contentful/default-field-editors@1.6.46) (2024-05-24)

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

## [1.6.45](https://github.com/contentful/field-editors/compare/@contentful/default-field-editors@1.6.44...@contentful/default-field-editors@1.6.45) (2024-05-24)

**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.45",
"version": "1.6.46",
"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.11",
"@contentful/field-editor-checkbox": "^1.4.11",
"@contentful/field-editor-date": "^1.6.11",
"@contentful/field-editor-dropdown": "^1.4.11",
"@contentful/field-editor-json": "^3.3.15",
"@contentful/field-editor-list": "^1.4.11",
"@contentful/field-editor-location": "^1.3.15",
"@contentful/field-editor-markdown": "^1.5.12",
"@contentful/field-editor-multiple-line": "^1.3.13",
"@contentful/field-editor-number": "^1.3.13",
"@contentful/field-editor-radio": "^1.4.11",
"@contentful/field-editor-rating": "^1.4.11",
"@contentful/field-editor-reference": "^5.28.1",
"@contentful/field-editor-rich-text": "^3.22.2",
"@contentful/field-editor-shared": "^1.5.1",
"@contentful/field-editor-single-line": "^1.3.13",
"@contentful/field-editor-slug": "^1.4.12",
"@contentful/field-editor-tags": "^1.4.11",
"@contentful/field-editor-url": "^1.3.13",
"@contentful/field-editor-validation-errors": "^1.3.13",
"@contentful/field-editor-boolean": "^1.4.12",
"@contentful/field-editor-checkbox": "^1.4.12",
"@contentful/field-editor-date": "^1.6.12",
"@contentful/field-editor-dropdown": "^1.4.12",
"@contentful/field-editor-json": "^3.3.16",
"@contentful/field-editor-list": "^1.4.12",
"@contentful/field-editor-location": "^1.3.16",
"@contentful/field-editor-markdown": "^1.5.13",
"@contentful/field-editor-multiple-line": "^1.3.14",
"@contentful/field-editor-number": "^1.3.14",
"@contentful/field-editor-radio": "^1.4.12",
"@contentful/field-editor-rating": "^1.4.12",
"@contentful/field-editor-reference": "^5.28.2",
"@contentful/field-editor-rich-text": "^3.22.3",
"@contentful/field-editor-shared": "^1.5.2",
"@contentful/field-editor-single-line": "^1.3.14",
"@contentful/field-editor-slug": "^1.4.13",
"@contentful/field-editor-tags": "^1.4.12",
"@contentful/field-editor-url": "^1.3.14",
"@contentful/field-editor-validation-errors": "^1.3.14",
"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.12](https://github.com/contentful/field-editors/compare/@contentful/field-editor-dropdown@1.4.11...@contentful/field-editor-dropdown@1.4.12) (2024-05-24)

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

## [1.4.11](https://github.com/contentful/field-editors/compare/@contentful/field-editor-dropdown@1.4.10...@contentful/field-editor-dropdown@1.4.11) (2024-05-24)

**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.11",
"version": "1.4.12",
"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.1",
"@contentful/field-editor-shared": "^1.5.2",
"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.16](https://github.com/contentful/field-editors/compare/@contentful/field-editor-json@3.3.15...@contentful/field-editor-json@3.3.16) (2024-05-24)

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

## [3.3.15](https://github.com/contentful/field-editors/compare/@contentful/field-editor-json@3.3.14...@contentful/field-editor-json@3.3.15) (2024-05-24)

**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.15",
"version": "3.3.16",
"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.1",
"@contentful/field-editor-shared": "^1.5.2",
"@types/deep-equal": "1.0.1",
"@types/react-codemirror": "1.0.3",
"@uiw/react-codemirror": "^4.11.4",
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.12](https://github.com/contentful/field-editors/compare/@contentful/field-editor-list@1.4.11...@contentful/field-editor-list@1.4.12) (2024-05-24)

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

## [1.4.11](https://github.com/contentful/field-editors/compare/@contentful/field-editor-list@1.4.10...@contentful/field-editor-list@1.4.11) (2024-05-24)

**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.11",
"version": "1.4.12",
"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.1",
"@contentful/field-editor-shared": "^1.5.2",
"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.16](https://github.com/contentful/field-editors/compare/@contentful/field-editor-location@1.3.15...@contentful/field-editor-location@1.3.16) (2024-05-24)

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

## [1.3.15](https://github.com/contentful/field-editors/compare/@contentful/field-editor-location@1.3.14...@contentful/field-editor-location@1.3.15) (2024-05-24)

**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.15",
"version": "1.3.16",
"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.1",
"@contentful/field-editor-shared": "^1.5.2",
"@types/google-map-react": "2.1.7",
"deep-equal": "2.2.2",
"emotion": "^10.0.17",
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.13](https://github.com/contentful/field-editors/compare/@contentful/field-editor-markdown@1.5.12...@contentful/field-editor-markdown@1.5.13) (2024-05-24)

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

## [1.5.12](https://github.com/contentful/field-editors/compare/@contentful/field-editor-markdown@1.5.11...@contentful/field-editor-markdown@1.5.12) (2024-05-24)

**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.12",
"version": "1.5.13",
"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.1",
"@contentful/field-editor-shared": "^1.5.2",
"@types/codemirror": "0.0.109",
"codemirror": "^5.65.11",
"constate": "^3.2.0",
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.14](https://github.com/contentful/field-editors/compare/@contentful/field-editor-multiple-line@1.3.13...@contentful/field-editor-multiple-line@1.3.14) (2024-05-24)

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

## [1.3.13](https://github.com/contentful/field-editors/compare/@contentful/field-editor-multiple-line@1.3.12...@contentful/field-editor-multiple-line@1.3.13) (2024-05-24)

**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.13",
"version": "1.3.14",
"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.1",
"@contentful/field-editor-shared": "^1.5.2",
"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.14](https://github.com/contentful/field-editors/compare/@contentful/field-editor-number@1.3.13...@contentful/field-editor-number@1.3.14) (2024-05-24)

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

## [1.3.13](https://github.com/contentful/field-editors/compare/@contentful/field-editor-number@1.3.12...@contentful/field-editor-number@1.3.13) (2024-05-24)

**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.13",
"version": "1.3.14",
"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.1",
"@contentful/field-editor-shared": "^1.5.2",
"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.12](https://github.com/contentful/field-editors/compare/@contentful/field-editor-radio@1.4.11...@contentful/field-editor-radio@1.4.12) (2024-05-24)

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

## [1.4.11](https://github.com/contentful/field-editors/compare/@contentful/field-editor-radio@1.4.10...@contentful/field-editor-radio@1.4.11) (2024-05-24)

**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.11",
"version": "1.4.12",
"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.11",
"@contentful/field-editor-shared": "^1.5.1",
"@contentful/field-editor-dropdown": "^1.4.12",
"@contentful/field-editor-shared": "^1.5.2",
"emotion": "^10.0.17",
"lodash": "^4.17.15",
"nanoid": "^3.1.3"
Expand Down
Loading

0 comments on commit 4ec14a5

Please sign in to comment.