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.42
 - @contentful/field-editor-rich-text@3.21.0
  • Loading branch information
contentful-automation[bot] committed May 17, 2024
1 parent 7f72d28 commit 272847c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 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.42](https://github.com/contentful/field-editors/compare/@contentful/default-field-editors@1.6.41...@contentful/default-field-editors@1.6.42) (2024-05-17)

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

## [1.6.41](https://github.com/contentful/field-editors/compare/@contentful/default-field-editors@1.6.40...@contentful/default-field-editors@1.6.41) (2024-05-17)

**Note:** Version bump only for package @contentful/default-field-editors
Expand Down
4 changes: 2 additions & 2 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.41",
"version": "1.6.42",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
Expand Down Expand Up @@ -49,7 +49,7 @@
"@contentful/field-editor-radio": "^1.4.9",
"@contentful/field-editor-rating": "^1.4.9",
"@contentful/field-editor-reference": "^5.27.6",
"@contentful/field-editor-rich-text": "^3.20.7",
"@contentful/field-editor-rich-text": "^3.21.0",
"@contentful/field-editor-shared": "^1.4.9",
"@contentful/field-editor-single-line": "^1.3.11",
"@contentful/field-editor-slug": "^1.4.10",
Expand Down
6 changes: 6 additions & 0 deletions packages/rich-text/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.

# [3.21.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@3.20.7...@contentful/field-editor-rich-text@3.21.0) (2024-05-17)

### Features

- undo redo rich text tracking [TOL-1987] ([#1657](https://github.com/contentful/field-editors/issues/1657)) ([7f72d28](https://github.com/contentful/field-editors/commit/7f72d2817a3db489a763727eef8c476e00749a04))

## [3.20.7](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@3.20.6...@contentful/field-editor-rich-text@3.20.7) (2024-05-17)

**Note:** Version bump only for package @contentful/field-editor-rich-text
Expand Down
2 changes: 1 addition & 1 deletion 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.20.7",
"version": "3.21.0",
"source": "./src/index.tsx",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 272847c

Please sign in to comment.