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.4.5
 - @contentful/field-editor-test-utils@1.4.6
 - @contentful/field-editor-boolean@1.4.5
 - @contentful/field-editor-checkbox@1.4.5
 - @contentful/field-editor-date@1.6.5
 - @contentful/default-field-editors@1.6.11
 - @contentful/field-editor-dropdown@1.4.5
 - @contentful/field-editor-json@3.3.9
 - @contentful/field-editor-list@1.4.5
 - @contentful/field-editor-location@1.3.9
 - @contentful/field-editor-markdown@1.5.6
 - @contentful/field-editor-multiple-line@1.3.7
 - @contentful/field-editor-number@1.3.7
 - @contentful/field-editor-radio@1.4.5
 - @contentful/field-editor-rating@1.4.5
 - @contentful/field-editor-reference@5.21.6
 - @contentful/field-editor-rich-text@3.16.14
 - @contentful/field-editor-single-line@1.3.7
 - @contentful/field-editor-slug@1.4.5
 - @contentful/field-editor-tags@1.4.5
 - @contentful/field-editor-url@1.3.7
 - @contentful/field-editor-validation-errors@1.3.7
  • Loading branch information
contentful-automation[bot] committed Feb 5, 2024
1 parent 5602f4e commit 142d203
Show file tree
Hide file tree
Showing 44 changed files with 172 additions and 84 deletions.
4 changes: 4 additions & 0 deletions packages/_shared/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.5](https://github.com/contentful/field-editors/compare/@contentful/field-editor-shared@1.4.4...@contentful/field-editor-shared@1.4.5) (2024-02-05)

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

## [1.4.4](https://github.com/contentful/field-editors/compare/@contentful/field-editor-shared@1.4.3...@contentful/field-editor-shared@1.4.4) (2024-01-23)

**Note:** Version bump only for package @contentful/field-editor-shared
Expand Down
4 changes: 2 additions & 2 deletions 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.4.4",
"version": "1.4.5",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@contentful/app-sdk": "^4.17.1",
"@contentful/field-editor-test-utils": "^1.4.5"
"@contentful/field-editor-test-utils": "^1.4.6"
},
"dependencies": {
"@contentful/f36-note": "^4.2.8",
Expand Down
4 changes: 4 additions & 0 deletions packages/_test/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.6](https://github.com/contentful/field-editors/compare/@contentful/field-editor-test-utils@1.4.5...@contentful/field-editor-test-utils@1.4.6) (2024-02-05)

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

## [1.4.5](https://github.com/contentful/field-editors/compare/@contentful/field-editor-test-utils@1.4.4...@contentful/field-editor-test-utils@1.4.5) (2024-01-23)

**Note:** Version bump only for package @contentful/field-editor-test-utils
Expand Down
2 changes: 1 addition & 1 deletion packages/_test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentful/field-editor-test-utils",
"version": "1.4.5",
"version": "1.4.6",
"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.5](https://github.com/contentful/field-editors/compare/@contentful/field-editor-boolean@1.4.4...@contentful/field-editor-boolean@1.4.5) (2024-02-05)

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

## [1.4.4](https://github.com/contentful/field-editors/compare/@contentful/field-editor-boolean@1.4.3...@contentful/field-editor-boolean@1.4.4) (2024-01-23)

**Note:** Version bump only for package @contentful/field-editor-boolean
Expand Down
6 changes: 3 additions & 3 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.4",
"version": "1.4.5",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
Expand Down Expand Up @@ -37,13 +37,13 @@
"dependencies": {
"@contentful/f36-components": "^4.0.27",
"@contentful/f36-tokens": "^4.0.0",
"@contentful/field-editor-shared": "^1.4.4",
"@contentful/field-editor-shared": "^1.4.5",
"emotion": "^10.0.17",
"lodash": "^4.17.15",
"nanoid": "^3.1.3"
},
"devDependencies": {
"@contentful/field-editor-test-utils": "^1.4.5"
"@contentful/field-editor-test-utils": "^1.4.6"
},
"peerDependencies": {
"react": ">=16.8.0"
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.5](https://github.com/contentful/field-editors/compare/@contentful/field-editor-checkbox@1.4.4...@contentful/field-editor-checkbox@1.4.5) (2024-02-05)

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

## [1.4.4](https://github.com/contentful/field-editors/compare/@contentful/field-editor-checkbox@1.4.3...@contentful/field-editor-checkbox@1.4.4) (2024-01-23)

**Note:** Version bump only for package @contentful/field-editor-checkbox
Expand Down
6 changes: 3 additions & 3 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.4",
"version": "1.4.5",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
Expand Down Expand Up @@ -37,12 +37,12 @@
"dependencies": {
"@contentful/f36-components": "^4.3.23",
"@contentful/f36-tokens": "^4.0.0",
"@contentful/field-editor-shared": "^1.4.4",
"@contentful/field-editor-shared": "^1.4.5",
"emotion": "^10.0.17",
"lodash": "^4.17.15"
},
"devDependencies": {
"@contentful/field-editor-test-utils": "^1.4.5"
"@contentful/field-editor-test-utils": "^1.4.6"
},
"peerDependencies": {
"react": ">=16.8.0"
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.5](https://github.com/contentful/field-editors/compare/@contentful/field-editor-date@1.6.4...@contentful/field-editor-date@1.6.5) (2024-02-05)

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

## [1.6.4](https://github.com/contentful/field-editors/compare/@contentful/field-editor-date@1.6.3...@contentful/field-editor-date@1.6.4) (2024-01-23)

**Note:** Version bump only for package @contentful/field-editor-date
Expand Down
6 changes: 3 additions & 3 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.4",
"version": "1.6.5",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
Expand Down Expand Up @@ -38,13 +38,13 @@
"dependencies": {
"@contentful/f36-components": "^4.34.1",
"@contentful/f36-tokens": "^4.0.1",
"@contentful/field-editor-shared": "^1.4.4",
"@contentful/field-editor-shared": "^1.4.5",
"emotion": "^10.0.17",
"moment": "^2.20.0"
},
"devDependencies": {
"@babel/core": "^7.7.4",
"@contentful/field-editor-test-utils": "^1.4.5",
"@contentful/field-editor-test-utils": "^1.4.6",
"@types/timezoned-date": "^3.0.0",
"timezoned-date": "^3.0.2"
},
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.11](https://github.com/contentful/field-editors/compare/@contentful/default-field-editors@1.6.10...@contentful/default-field-editors@1.6.11) (2024-02-05)

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

## [1.6.10](https://github.com/contentful/field-editors/compare/@contentful/default-field-editors@1.6.9...@contentful/default-field-editors@1.6.10) (2024-02-02)

**Note:** Version bump only for package @contentful/default-field-editors
Expand Down
44 changes: 22 additions & 22 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.10",
"version": "1.6.11",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
Expand Down Expand Up @@ -36,31 +36,31 @@
},
"dependencies": {
"@contentful/f36-components": "^4.0.27",
"@contentful/field-editor-boolean": "^1.4.4",
"@contentful/field-editor-checkbox": "^1.4.4",
"@contentful/field-editor-date": "^1.6.4",
"@contentful/field-editor-dropdown": "^1.4.4",
"@contentful/field-editor-json": "^3.3.8",
"@contentful/field-editor-list": "^1.4.4",
"@contentful/field-editor-location": "^1.3.8",
"@contentful/field-editor-markdown": "^1.5.5",
"@contentful/field-editor-multiple-line": "^1.3.6",
"@contentful/field-editor-number": "^1.3.6",
"@contentful/field-editor-radio": "^1.4.4",
"@contentful/field-editor-rating": "^1.4.4",
"@contentful/field-editor-reference": "^5.21.5",
"@contentful/field-editor-rich-text": "^3.16.13",
"@contentful/field-editor-shared": "^1.4.4",
"@contentful/field-editor-single-line": "^1.3.6",
"@contentful/field-editor-slug": "^1.4.4",
"@contentful/field-editor-tags": "^1.4.4",
"@contentful/field-editor-url": "^1.3.6",
"@contentful/field-editor-validation-errors": "^1.3.6",
"@contentful/field-editor-boolean": "^1.4.5",
"@contentful/field-editor-checkbox": "^1.4.5",
"@contentful/field-editor-date": "^1.6.5",
"@contentful/field-editor-dropdown": "^1.4.5",
"@contentful/field-editor-json": "^3.3.9",
"@contentful/field-editor-list": "^1.4.5",
"@contentful/field-editor-location": "^1.3.9",
"@contentful/field-editor-markdown": "^1.5.6",
"@contentful/field-editor-multiple-line": "^1.3.7",
"@contentful/field-editor-number": "^1.3.7",
"@contentful/field-editor-radio": "^1.4.5",
"@contentful/field-editor-rating": "^1.4.5",
"@contentful/field-editor-reference": "^5.21.6",
"@contentful/field-editor-rich-text": "^3.16.14",
"@contentful/field-editor-shared": "^1.4.5",
"@contentful/field-editor-single-line": "^1.3.7",
"@contentful/field-editor-slug": "^1.4.5",
"@contentful/field-editor-tags": "^1.4.5",
"@contentful/field-editor-url": "^1.3.7",
"@contentful/field-editor-validation-errors": "^1.3.7",
"contentful-management": "^10.0.0 || ^11.0.0",
"emotion": "^10.0.27"
},
"devDependencies": {
"@contentful/field-editor-test-utils": "^1.4.5"
"@contentful/field-editor-test-utils": "^1.4.6"
},
"peerDependencies": {
"react": ">=16.8.0"
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.5](https://github.com/contentful/field-editors/compare/@contentful/field-editor-dropdown@1.4.4...@contentful/field-editor-dropdown@1.4.5) (2024-02-05)

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

## [1.4.4](https://github.com/contentful/field-editors/compare/@contentful/field-editor-dropdown@1.4.3...@contentful/field-editor-dropdown@1.4.4) (2024-01-23)

**Note:** Version bump only for package @contentful/field-editor-dropdown
Expand Down
6 changes: 3 additions & 3 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.4",
"version": "1.4.5",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
Expand Down Expand Up @@ -37,13 +37,13 @@
"dependencies": {
"@contentful/f36-components": "^4.0.27",
"@contentful/f36-tokens": "^4.0.0",
"@contentful/field-editor-shared": "^1.4.4",
"@contentful/field-editor-shared": "^1.4.5",
"emotion": "^10.0.0",
"lodash": "^4.17.15",
"nanoid": "^3.1.3"
},
"devDependencies": {
"@contentful/field-editor-test-utils": "^1.4.5",
"@contentful/field-editor-test-utils": "^1.4.6",
"contentful-management": "^10.0.0"
},
"peerDependencies": {
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.9](https://github.com/contentful/field-editors/compare/@contentful/field-editor-json@3.3.8...@contentful/field-editor-json@3.3.9) (2024-02-05)

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

## [3.3.8](https://github.com/contentful/field-editors/compare/@contentful/field-editor-json@3.3.7...@contentful/field-editor-json@3.3.8) (2024-01-23)

**Note:** Version bump only for package @contentful/field-editor-json
Expand Down
6 changes: 3 additions & 3 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.8",
"version": "3.3.9",
"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.4.4",
"@contentful/field-editor-shared": "^1.4.5",
"@types/deep-equal": "1.0.1",
"@types/react-codemirror": "1.0.3",
"@uiw/react-codemirror": "^4.11.4",
Expand All @@ -45,7 +45,7 @@
"lodash": "^4.17.15"
},
"devDependencies": {
"@contentful/field-editor-test-utils": "^1.4.5"
"@contentful/field-editor-test-utils": "^1.4.6"
},
"peerDependencies": {
"react": ">=16.8.0"
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.5](https://github.com/contentful/field-editors/compare/@contentful/field-editor-list@1.4.4...@contentful/field-editor-list@1.4.5) (2024-02-05)

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

## [1.4.4](https://github.com/contentful/field-editors/compare/@contentful/field-editor-list@1.4.3...@contentful/field-editor-list@1.4.4) (2024-01-23)

**Note:** Version bump only for package @contentful/field-editor-list
Expand Down
6 changes: 3 additions & 3 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.4",
"version": "1.4.5",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
Expand Down Expand Up @@ -37,12 +37,12 @@
"dependencies": {
"@contentful/f36-components": "^4.0.27",
"@contentful/f36-tokens": "^4.0.0",
"@contentful/field-editor-shared": "^1.4.4",
"@contentful/field-editor-shared": "^1.4.5",
"emotion": "^10.0.17",
"lodash": "^4.17.15"
},
"devDependencies": {
"@contentful/field-editor-test-utils": "^1.4.5"
"@contentful/field-editor-test-utils": "^1.4.6"
},
"peerDependencies": {
"react": ">=16.8.0"
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.9](https://github.com/contentful/field-editors/compare/@contentful/field-editor-location@1.3.8...@contentful/field-editor-location@1.3.9) (2024-02-05)

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

## [1.3.8](https://github.com/contentful/field-editors/compare/@contentful/field-editor-location@1.3.7...@contentful/field-editor-location@1.3.8) (2024-01-23)

**Note:** Version bump only for package @contentful/field-editor-location
Expand Down
6 changes: 3 additions & 3 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.8",
"version": "1.3.9",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
Expand Down Expand Up @@ -35,15 +35,15 @@
"dependencies": {
"@contentful/f36-components": "^4.0.27",
"@contentful/f36-tokens": "^4.0.0",
"@contentful/field-editor-shared": "^1.4.4",
"@contentful/field-editor-shared": "^1.4.5",
"@types/google-map-react": "2.1.7",
"deep-equal": "2.2.2",
"emotion": "^10.0.17",
"google-map-react": "2.2.0",
"lodash": "^4.17.15"
},
"devDependencies": {
"@contentful/field-editor-test-utils": "^1.4.5"
"@contentful/field-editor-test-utils": "^1.4.6"
},
"peerDependencies": {
"react": ">=16.8.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.6](https://github.com/contentful/field-editors/compare/@contentful/field-editor-markdown@1.5.5...@contentful/field-editor-markdown@1.5.6) (2024-02-05)

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

## [1.5.5](https://github.com/contentful/field-editors/compare/@contentful/field-editor-markdown@1.5.4...@contentful/field-editor-markdown@1.5.5) (2024-01-23)

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

0 comments on commit 142d203

Please sign in to comment.