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/[email protected]
 - @contentful/[email protected]
  • Loading branch information
contentful-automation[bot] committed Dec 3, 2024
1 parent 4590482 commit aada768
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.7.43](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2024-12-03)

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

## [1.7.42](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2024-12-03)

**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.7.42",
"version": "1.7.43",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
Expand Down Expand Up @@ -51,7 +51,7 @@
"@contentful/field-editor-reference": "^6.3.1",
"@contentful/field-editor-rich-text": "^4.1.7",
"@contentful/field-editor-shared": "^2.3.0",
"@contentful/field-editor-single-line": "^1.4.16",
"@contentful/field-editor-single-line": "^1.5.0",
"@contentful/field-editor-slug": "^1.5.15",
"@contentful/field-editor-tags": "^1.4.31",
"@contentful/field-editor-url": "^1.3.31",
Expand Down
6 changes: 6 additions & 0 deletions packages/single-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.5.0](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2024-12-03)

### Features

- single-line-editor add an optional prop to hide all validation messages [LUMOS-312] ([#1805](https://github.com/contentful/field-editors/issues/1805)) ([4590482](https://github.com/contentful/field-editors/commit/4590482e06e80f34c78ca844be78211a526b7bba))

## [1.4.16](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2024-11-26)

**Note:** Version bump only for package @contentful/field-editor-single-line
Expand Down
2 changes: 1 addition & 1 deletion packages/single-line/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentful/field-editor-single-line",
"version": "1.4.16",
"version": "1.5.0",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
Expand Down

0 comments on commit aada768

Please sign in to comment.