Skip to content

Commit 3615641

Browse files
author
contentful-ecosystem-bot
committed
chore(release): updated release notes and package versions [ci skip]
- @contentful/[email protected] - @contentful/[email protected]
1 parent 696713b commit 3615641

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

packages/checkbox/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.1.7](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2022-12-06)
7+
8+
### Bug Fixes
9+
10+
- clickable area of checkbox was too big ([#1301](https://github.com/contentful/field-editors/issues/1301)) ([696713b](https://github.com/contentful/field-editors/commit/696713b55670f77ea4afa6f7cfc7cb8217d74552))
11+
612
## [1.1.6](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2022-07-29)
713

814
**Note:** Version bump only for package @contentful/field-editor-checkbox

packages/checkbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentful/field-editor-checkbox",
3-
"version": "1.1.6",
3+
"version": "1.1.7",
44
"main": "dist/index.js",
55
"module": "dist/field-editor-checkbox.esm.js",
66
"typings": "dist/index.d.ts",

packages/default-field-editors/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.2.46](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2022-12-06)
7+
8+
**Note:** Version bump only for package @contentful/default-field-editors
9+
610
## [1.2.45](https://github.com/contentful/field-editors/compare/@contentful/[email protected]...@contentful/[email protected]) (2022-11-18)
711

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

packages/default-field-editors/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentful/default-field-editors",
3-
"version": "1.2.45",
3+
"version": "1.2.46",
44
"main": "dist/index.js",
55
"module": "dist/default-field-editors.esm.js",
66
"typings": "dist/index.d.ts",
@@ -23,7 +23,7 @@
2323
"dependencies": {
2424
"@contentful/f36-components": "^4.0.27",
2525
"@contentful/field-editor-boolean": "^1.1.6",
26-
"@contentful/field-editor-checkbox": "^1.1.6",
26+
"@contentful/field-editor-checkbox": "^1.1.7",
2727
"@contentful/field-editor-date": "^1.2.4",
2828
"@contentful/field-editor-dropdown": "^1.1.6",
2929
"@contentful/field-editor-json": "^3.1.2",

0 commit comments

Comments
 (0)