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.3.2
 - @contentful/field-editor-markdown@1.2.1
 - @contentful/field-editor-rich-text@3.4.21
  • Loading branch information
contentful-automation[bot] committed May 9, 2023
1 parent e79bc65 commit 2166d66
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 5 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.3.2](https://github.com/contentful/field-editors/compare/@contentful/default-field-editors@1.3.1...@contentful/default-field-editors@1.3.2) (2023-05-09)

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

## [1.3.1](https://github.com/contentful/field-editors/compare/@contentful/default-field-editors@1.3.0...@contentful/default-field-editors@1.3.1) (2023-04-21)

**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.3.1",
"version": "1.3.2",
"main": "dist/index.js",
"module": "dist/default-field-editors.esm.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -29,13 +29,13 @@
"@contentful/field-editor-json": "^3.2.0",
"@contentful/field-editor-list": "^1.2.0",
"@contentful/field-editor-location": "^1.2.3",
"@contentful/field-editor-markdown": "^1.2.0",
"@contentful/field-editor-markdown": "^1.2.1",
"@contentful/field-editor-multiple-line": "^1.2.0",
"@contentful/field-editor-number": "^1.2.6",
"@contentful/field-editor-radio": "^1.2.0",
"@contentful/field-editor-rating": "^1.2.0",
"@contentful/field-editor-reference": "^5.9.0",
"@contentful/field-editor-rich-text": "^3.4.20",
"@contentful/field-editor-rich-text": "^3.4.21",
"@contentful/field-editor-shared": "^1.2.0",
"@contentful/field-editor-single-line": "^1.2.0",
"@contentful/field-editor-slug": "^1.2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/markdown/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.2.1](https://github.com/contentful/field-editors/compare/@contentful/field-editor-markdown@1.2.0...@contentful/field-editor-markdown@1.2.1) (2023-05-09)

### Bug Fixes

- **markdown:** toolbar overflow ([#1411](https://github.com/contentful/field-editors/issues/1411)) ([e79bc65](https://github.com/contentful/field-editors/commit/e79bc65b9107dee2efbad380e8ceaeaeaa464dc0))

# [1.2.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-markdown@1.1.16...@contentful/field-editor-markdown@1.2.0) (2023-04-19)

### Features
Expand Down
2 changes: 1 addition & 1 deletion 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.2.0",
"version": "1.2.1",
"main": "dist/index.js",
"module": "dist/field-editor-markdown.esm.js",
"typings": "dist/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.4.21](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@3.4.20...@contentful/field-editor-rich-text@3.4.21) (2023-05-09)

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

## [3.4.20](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@3.4.19...@contentful/field-editor-rich-text@3.4.20) (2023-04-21)

### Bug Fixes
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.4.20",
"version": "3.4.21",
"source": "./src/index.tsx",
"main": "./dist/index.js",
"module": "dist/field-editor-rich-text.esm.js",
Expand Down

0 comments on commit 2166d66

Please sign in to comment.