Skip to content

Commit

Permalink
chore: 4.8.1 [skip ci]
Browse files Browse the repository at this point in the history
## [4.8.1](v4.8.0...v4.8.1) (2022-06-28)

### Bug Fixes

* make init a noop for non-browser environments ([#1308](#1308)) ([253c5c8](253c5c8))
* use App SDK instead of UI Extensions in error message ([#1307](#1307)) ([06ec441](06ec441))
  • Loading branch information
semantic-release-bot committed Jun 28, 2022
1 parent 253c5c8 commit 4ea952c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.8.1](https://github.com/contentful/ui-extensions-sdk/compare/v4.8.0...v4.8.1) (2022-06-28)

### Bug Fixes

- make init a noop for non-browser environments ([#1308](https://github.com/contentful/ui-extensions-sdk/issues/1308)) ([253c5c8](https://github.com/contentful/ui-extensions-sdk/commit/253c5c8e3e5c3e7f7047f8826e436923f778eb93))
- use App SDK instead of UI Extensions in error message ([#1307](https://github.com/contentful/ui-extensions-sdk/issues/1307)) ([06ec441](https://github.com/contentful/ui-extensions-sdk/commit/06ec44182a4439776aaf83669d9db5497a6c93c6))

# [4.8.0](https://github.com/contentful/ui-extensions-sdk/compare/v4.7.0...v4.8.0) (2022-06-15)

### Features
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion 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.8.0",
"version": "4.8.1",
"author": "Contentful GmbH",
"license": "MIT",
"sideEffects": true,
Expand Down

0 comments on commit 4ea952c

Please sign in to comment.