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.7.48
 - @contentful/field-editor-markdown@1.7.0
 - @contentful/field-editor-multiple-line@1.4.0
 - @contentful/field-editor-rich-text@4.2.0
  • Loading branch information
contentful-automation[bot] committed Dec 9, 2024
1 parent b1531d2 commit 28c4e05
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 7 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.7.48](https://github.com/contentful/field-editors/compare/@contentful/default-field-editors@1.7.47...@contentful/default-field-editors@1.7.48) (2024-12-09)

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

## [1.7.47](https://github.com/contentful/field-editors/compare/@contentful/default-field-editors@1.7.46...@contentful/default-field-editors@1.7.47) (2024-12-06)

**Note:** Version bump only for package @contentful/default-field-editors
Expand Down
8 changes: 4 additions & 4 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.7.47",
"version": "1.7.48",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
Expand Down Expand Up @@ -43,13 +43,13 @@
"@contentful/field-editor-json": "^3.3.34",
"@contentful/field-editor-list": "^1.4.29",
"@contentful/field-editor-location": "^1.3.34",
"@contentful/field-editor-markdown": "^1.6.14",
"@contentful/field-editor-multiple-line": "^1.3.31",
"@contentful/field-editor-markdown": "^1.7.0",
"@contentful/field-editor-multiple-line": "^1.4.0",
"@contentful/field-editor-number": "^1.3.32",
"@contentful/field-editor-radio": "^1.5.13",
"@contentful/field-editor-rating": "^1.4.29",
"@contentful/field-editor-reference": "^6.3.3",
"@contentful/field-editor-rich-text": "^4.1.10",
"@contentful/field-editor-rich-text": "^4.2.0",
"@contentful/field-editor-shared": "^2.3.0",
"@contentful/field-editor-single-line": "^1.5.1",
"@contentful/field-editor-slug": "^1.5.15",
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.7.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-markdown@1.6.14...@contentful/field-editor-markdown@1.7.0) (2024-12-09)

### Features

- properly handle isDisabled prop [BBEE-797] ([#1816](https://github.com/contentful/field-editors/issues/1816)) ([b1531d2](https://github.com/contentful/field-editors/commit/b1531d25c9dc73818c82fe56ca9884372b5a1603))

## [1.6.14](https://github.com/contentful/field-editors/compare/@contentful/field-editor-markdown@1.6.13...@contentful/field-editor-markdown@1.6.14) (2024-11-26)

**Note:** Version bump only for package @contentful/field-editor-markdown
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.6.14",
"version": "1.7.0",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/multiple-line/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.4.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-multiple-line@1.3.31...@contentful/field-editor-multiple-line@1.4.0) (2024-12-09)

### Features

- properly handle isDisabled prop [BBEE-797] ([#1816](https://github.com/contentful/field-editors/issues/1816)) ([b1531d2](https://github.com/contentful/field-editors/commit/b1531d25c9dc73818c82fe56ca9884372b5a1603))

## [1.3.31](https://github.com/contentful/field-editors/compare/@contentful/field-editor-multiple-line@1.3.30...@contentful/field-editor-multiple-line@1.3.31) (2024-11-26)

**Note:** Version bump only for package @contentful/field-editor-multiple-line
Expand Down
2 changes: 1 addition & 1 deletion packages/multiple-line/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentful/field-editor-multiple-line",
"version": "1.3.31",
"version": "1.4.0",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
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.

# [4.2.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@4.1.10...@contentful/field-editor-rich-text@4.2.0) (2024-12-09)

### Features

- properly handle isDisabled prop [BBEE-797] ([#1816](https://github.com/contentful/field-editors/issues/1816)) ([b1531d2](https://github.com/contentful/field-editors/commit/b1531d25c9dc73818c82fe56ca9884372b5a1603))

## [4.1.10](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@4.1.9...@contentful/field-editor-rich-text@4.1.10) (2024-12-04)

**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": "4.1.10",
"version": "4.2.0",
"source": "./src/index.tsx",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 28c4e05

Please sign in to comment.