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.49
 - @contentful/field-editor-reference@6.4.0
 - @contentful/field-editor-rich-text@4.2.1
  • Loading branch information
contentful-automation[bot] committed Jan 9, 2025
1 parent c6783b9 commit 57dadbe
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.7.49](https://github.com/contentful/field-editors/compare/@contentful/default-field-editors@1.7.48...@contentful/default-field-editors@1.7.49) (2025-01-09)

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

## [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
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.7.48",
"version": "1.7.49",
"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.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.2.0",
"@contentful/field-editor-reference": "^6.4.0",
"@contentful/field-editor-rich-text": "^4.2.1",
"@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/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.

# [6.4.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@6.3.3...@contentful/field-editor-reference@6.4.0) (2025-01-09)

### Features

- permissions check for cross space reference editor [FUS-115] ([#1818](https://github.com/contentful/field-editors/issues/1818)) ([c6783b9](https://github.com/contentful/field-editors/commit/c6783b9decb1959f060974df44d74d8c95e74c61))

## [6.3.3](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@6.3.2...@contentful/field-editor-reference@6.3.3) (2024-12-04)

**Note:** Version bump only for package @contentful/field-editor-reference
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": "6.3.3",
"version": "6.4.0",
"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.

## [4.2.1](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@4.2.0...@contentful/field-editor-rich-text@4.2.1) (2025-01-09)

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

# [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
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": "4.2.0",
"version": "4.2.1",
"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.29.0",
"@contentful/f36-tokens": "^4.0.5",
"@contentful/f36-utils": "^4.24.3",
"@contentful/field-editor-reference": "^6.3.3",
"@contentful/field-editor-reference": "^6.4.0",
"@contentful/field-editor-shared": "^2.3.0",
"@contentful/rich-text-plain-text-renderer": "^17.0.0",
"@contentful/rich-text-types": "^17.0.0",
Expand Down

0 comments on commit 57dadbe

Please sign in to comment.