Skip to content

Commit 73ee903

Browse files
chore: 5.0.0-alpha.3 [skip ci]
# [5.0.0-alpha.3](v5.0.0-alpha.2...v5.0.0-alpha.3) (2023-08-04) ### Features * add generic InstallationParams to AppConfigAPI ([#1614](#1614)) ([8b978da](8b978da))
1 parent 8b978da commit 73ee903

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# [5.0.0-alpha.3](https://github.com/contentful/ui-extensions-sdk/compare/v5.0.0-alpha.2...v5.0.0-alpha.3) (2023-08-04)
2+
3+
### Features
4+
5+
- add generic InstallationParams to AppConfigAPI ([#1614](https://github.com/contentful/ui-extensions-sdk/issues/1614)) ([8b978da](https://github.com/contentful/ui-extensions-sdk/commit/8b978da66d536e1b8b6b536fad8d4d2d9eba68f3))
6+
17
# [5.0.0-alpha.2](https://github.com/contentful/ui-extensions-sdk/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2023-07-21)
28

39
### Features

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentful/app-sdk",
33
"description": "A JavaScript library to develop custom apps for Contentful",
4-
"version": "5.0.0-alpha.2",
4+
"version": "5.0.0-alpha.3",
55
"author": "Contentful GmbH",
66
"license": "MIT",
77
"sideEffects": true,

0 commit comments

Comments
 (0)