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/field-editor-date@1.7.0
 - @contentful/default-field-editors@1.7.40
  • Loading branch information
contentful-automation[bot] committed Nov 28, 2024
1 parent 9bbb2a1 commit b533366
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
6 changes: 6 additions & 0 deletions packages/date/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-date@1.6.29...@contentful/field-editor-date@1.7.0) (2024-11-28)

### Features

- **date:** allow arbitrary date range [ZEND-5700] ([#1806](https://github.com/contentful/field-editors/issues/1806)) ([9bbb2a1](https://github.com/contentful/field-editors/commit/9bbb2a15c398bc6c38a832ea867af031f36ef4b3))

## [1.6.29](https://github.com/contentful/field-editors/compare/@contentful/field-editor-date@1.6.28...@contentful/field-editor-date@1.6.29) (2024-11-26)

**Note:** Version bump only for package @contentful/field-editor-date
Expand Down
2 changes: 1 addition & 1 deletion packages/date/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentful/field-editor-date",
"version": "1.6.29",
"version": "1.7.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/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.40](https://github.com/contentful/field-editors/compare/@contentful/default-field-editors@1.7.39...@contentful/default-field-editors@1.7.40) (2024-11-28)

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

## [1.7.39](https://github.com/contentful/field-editors/compare/@contentful/default-field-editors@1.7.38...@contentful/default-field-editors@1.7.39) (2024-11-27)

**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.39",
"version": "1.7.40",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@contentful/f36-components": "^4.70.0",
"@contentful/field-editor-boolean": "^1.4.29",
"@contentful/field-editor-checkbox": "^1.4.29",
"@contentful/field-editor-date": "^1.6.29",
"@contentful/field-editor-date": "^1.7.0",
"@contentful/field-editor-dropdown": "^1.5.13",
"@contentful/field-editor-json": "^3.3.34",
"@contentful/field-editor-list": "^1.4.29",
Expand Down

0 comments on commit b533366

Please sign in to comment.