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.5.13
 - @contentful/field-editor-markdown@1.5.3
  • Loading branch information
contentful-automation[bot] committed Oct 13, 2023
1 parent 4bf244d commit a237d46
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.5.13](https://github.com/contentful/field-editors/compare/@contentful/default-field-editors@1.5.12...@contentful/default-field-editors@1.5.13) (2023-10-13)

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

## [1.5.12](https://github.com/contentful/field-editors/compare/@contentful/default-field-editors@1.5.11...@contentful/default-field-editors@1.5.12) (2023-10-11)

**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.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 @@ -43,7 +43,7 @@
"@contentful/field-editor-json": "^3.3.6",
"@contentful/field-editor-list": "^1.4.2",
"@contentful/field-editor-location": "^1.3.5",
"@contentful/field-editor-markdown": "^1.5.2",
"@contentful/field-editor-markdown": "^1.5.3",
"@contentful/field-editor-multiple-line": "^1.3.4",
"@contentful/field-editor-number": "^1.3.4",
"@contentful/field-editor-radio": "^1.4.2",
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.5.3](https://github.com/contentful/field-editors/compare/@contentful/field-editor-markdown@1.5.2...@contentful/field-editor-markdown@1.5.3) (2023-10-13)

### Bug Fixes

- **markdown:** improve handling for external updates [] ([#1517](https://github.com/contentful/field-editors/issues/1517)) ([4bf244d](https://github.com/contentful/field-editors/commit/4bf244da35d8967911b3052dad1c5c77a5d1e4ac))

## [1.5.2](https://github.com/contentful/field-editors/compare/@contentful/field-editor-markdown@1.5.1...@contentful/field-editor-markdown@1.5.2) (2023-10-06)

### Bug Fixes
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.5.2",
"version": "1.5.3",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
Expand Down

0 comments on commit a237d46

Please sign in to comment.