Skip to content

Commit

Permalink
feat: update from master [] (#1347)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump contentful-management from 10.9.0 to 10.9.1 (#1329)

* chore(deps-dev): bump @types/jsdom from 16.2.15 to 20.0.0 (#1331)

* chore(deps-dev): bump contentful-management from 10.9.1 to 10.10.0 (#1332)

* Feat/get tasks query params [ZEND-2486] (#1330)

* feat: add query params to getTasks method of entry
* deps: bump contentful-management

* Feat/get tasks query params [] (#1334)

* feat: add query params to getTasks method of entry

* chore(deps-dev): bump rollup from 2.77.0 to 2.77.1 (#1336)

* feat: add query param to getTasks (#1335)

feat: add optional param in getTasks method

* chore: 4.10.0 [skip ci]

# [4.10.0](v4.9.0...v4.10.0) (2022-07-26)

### Features

* add query param to getTasks ([#1335](#1335)) ([8e79721](8e79721))

* chore(deps-dev): bump rollup from 2.77.1 to 2.77.2 (#1337)

* feat: `init` can be called at any time (#1319)

When `init` is called and no `connect` message has been received at that point in time, an `init` message is sent to the parent window.

* chore: 4.11.0 [skip ci]

# [4.11.0](v4.10.0...v4.11.0) (2022-08-01)

### Features

* `init` can be called at any time ([#1319](#1319)) ([d95d441](d95d441))

* fix: add missing properties to new `init` method (#1338)

fix: add missing properties to new `init` method

* chore: 4.11.1 [skip ci]

## [4.11.1](v4.11.0...v4.11.1) (2022-08-02)

### Bug Fixes

* add missing properties to new `init` method ([#1338](#1338)) ([4370508](4370508))

* chore(deps-dev): bump @testing-library/dom from 8.16.0 to 8.16.1 (#1339)

* chore(deps-dev): bump @testing-library/dom from 8.16.1 to 8.17.1 (#1341)

* chore(deps-dev): bump contentful-management from 10.10.0 to 10.11.0 (#1342)

* chore(deps-dev): bump rollup from 2.77.2 to 2.77.3 (#1343)

* feat: ui-config updates [EXT-3738] (#1344)

feat: ui-config type

* chore: 4.12.0 [skip ci]

# [4.12.0](v4.11.1...v4.12.0) (2022-08-15)

### Features

* ui-config updates [EXT-3738] ([#1344](#1344)) ([524a701](524a701))

* chore(deps-dev): bump rollup from 2.77.3 to 2.78.0 (#1346)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ronaldronson <[email protected]>
Co-authored-by: semantic-release-bot <[email protected]>
Co-authored-by: Andi Pätzold <[email protected]>
  • Loading branch information
5 people authored Aug 15, 2022
1 parent 0061117 commit 6145531
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 27 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# [4.12.0](https://github.com/contentful/ui-extensions-sdk/compare/v4.11.1...v4.12.0) (2022-08-15)

### Features

- ui-config updates [EXT-3738] ([#1344](https://github.com/contentful/ui-extensions-sdk/issues/1344)) ([524a701](https://github.com/contentful/ui-extensions-sdk/commit/524a701c43597a874218cdc458924b82087aa8c8))

# [4.10.0-alpha.3](https://github.com/contentful/ui-extensions-sdk/compare/v4.10.0-alpha.2...v4.10.0-alpha.3) (2022-08-10)

### Features
Expand All @@ -22,6 +28,7 @@

- `init` can be called at any time ([#1319](https://github.com/contentful/ui-extensions-sdk/issues/1319)) ([d95d441](https://github.com/contentful/ui-extensions-sdk/commit/d95d44131de72f9ecbb4cac4f2439bd6dd05a912))


# [4.10.0-alpha.1](https://github.com/contentful/ui-extensions-sdk/compare/v4.9.0...v4.10.0-alpha.1) (2022-07-20)

### Features
Expand Down
47 changes: 24 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "contentful-ui-extensions-sdk",
"description": "SDK to develop custom UI Extension for the Contentful Web App",
"version": "4.10.0-alpha.3",
"version": "4.12.0-alpha.1",
"author": "Contentful GmbH",
"license": "MIT",
"sideEffects": true,
Expand Down Expand Up @@ -37,7 +37,7 @@
"@semantic-release/changelog": "6.0.1",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"@testing-library/dom": "8.16.1",
"@testing-library/dom": "8.17.1",
"@types/chai-as-promised": "7.1.5",
"@types/cross-spawn": "6.0.2",
"@types/fs-extra": "9.0.13",
Expand All @@ -51,7 +51,7 @@
"babel-eslint": "10.1.0",
"chai": "4.3.6",
"chai-as-promised": "7.1.1",
"contentful-management": "10.10.0",
"contentful-management": "10.12.0",
"cross-spawn": "7.0.3",
"eslint": "7.32.0",
"eslint-config-prettier": "8.5.0",
Expand All @@ -73,7 +73,7 @@
"mochawesome-merge": "4.2.1",
"mochawesome-report-generator": "6.2.0",
"prettier": "2.7.1",
"rollup": "2.77.2",
"rollup": "2.78.0",
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-typescript2": "0.32.1",
"semantic-release": "19.0.3",
Expand Down

0 comments on commit 6145531

Please sign in to comment.