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/default-field-editors@1.6.2
 - @contentful/field-editor-reference@5.21.1
 - @contentful/field-editor-rich-text@3.16.5
  • Loading branch information
contentful-automation[bot] committed Dec 20, 2023
1 parent fa5ddce commit 00197e6
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 6 deletions.
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.2](https://github.com/contentful/field-editors/compare/@contentful/default-field-editors@1.6.1...@contentful/default-field-editors@1.6.2) (2023-12-20)

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

## [1.6.1](https://github.com/contentful/field-editors/compare/@contentful/default-field-editors@1.6.0...@contentful/default-field-editors@1.6.1) (2023-12-18)

**Note:** Version bump only for package @contentful/default-field-editors
Expand Down
6 changes: 3 additions & 3 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.1",
"version": "1.6.2",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
Expand Down Expand Up @@ -48,8 +48,8 @@
"@contentful/field-editor-number": "^1.3.4",
"@contentful/field-editor-radio": "^1.4.2",
"@contentful/field-editor-rating": "^1.4.2",
"@contentful/field-editor-reference": "^5.21.0",
"@contentful/field-editor-rich-text": "^3.16.4",
"@contentful/field-editor-reference": "^5.21.1",
"@contentful/field-editor-rich-text": "^3.16.5",
"@contentful/field-editor-shared": "^1.4.2",
"@contentful/field-editor-single-line": "^1.3.4",
"@contentful/field-editor-slug": "^1.4.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/reference/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.

## [5.21.1](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@5.21.0...@contentful/field-editor-reference@5.21.1) (2023-12-20)

### Bug Fixes

- use available CTs instead of only readable ([#1562](https://github.com/contentful/field-editors/issues/1562)) ([fa5ddce](https://github.com/contentful/field-editors/commit/fa5ddce08fa1cc00f0a2232a043e10cb1d70771c))

# [5.21.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@5.20.0...@contentful/field-editor-reference@5.21.0) (2023-12-08)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/reference/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentful/field-editor-reference",
"version": "5.21.0",
"version": "5.21.1",
"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/rich-text/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.16.5](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@3.16.4...@contentful/field-editor-rich-text@3.16.5) (2023-12-20)

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

## [3.16.4](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@3.16.3...@contentful/field-editor-rich-text@3.16.4) (2023-12-18)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/rich-text/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentful/field-editor-rich-text",
"version": "3.16.4",
"version": "3.16.5",
"source": "./src/index.tsx",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@contentful/f36-icons": "^4.1.1",
"@contentful/f36-tokens": "^4.0.0",
"@contentful/f36-utils": "^4.19.0",
"@contentful/field-editor-reference": "^5.21.0",
"@contentful/field-editor-reference": "^5.21.1",
"@contentful/field-editor-shared": "^1.4.2",
"@contentful/rich-text-plain-text-renderer": "^16.0.4",
"@contentful/rich-text-types": "16.3.0",
Expand Down

0 comments on commit 00197e6

Please sign in to comment.