Skip to content

Commit

Permalink
chore(release): 1.112.8 [skip ci]
Browse files Browse the repository at this point in the history
## [1.112.8](v1.112.7...v1.112.8) (2024-08-22)

### Bug Fixes

* **package:** remove engine requirement from package as this breaks downstream app upgrades ([#339](#339)) ([6d55c65](6d55c65))
  • Loading branch information
webex-components-publisher committed Aug 22, 2024
1 parent 6d55c65 commit 929b753
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 @@
## [1.112.8](https://github.com/webex/sdk-component-adapter/compare/v1.112.7...v1.112.8) (2024-08-22)


### Bug Fixes

* **package:** remove engine requirement from package as this breaks downstream app upgrades ([#339](https://github.com/webex/sdk-component-adapter/issues/339)) ([6d55c65](https://github.com/webex/sdk-component-adapter/commit/6d55c657acb223de1da391491f646d8843534a49))

## [1.112.7](https://github.com/webex/sdk-component-adapter/compare/v1.112.6...v1.112.7) (2024-08-13)


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,6 +1,6 @@
{
"name": "@webex/sdk-component-adapter",
"version": "1.112.7",
"version": "1.112.8",
"main": "dist/webexSDKComponentAdapter.umd.js",
"module": "dist/webexSDKComponentAdapter.esm.js",
"scripts": {
Expand Down

0 comments on commit 929b753

Please sign in to comment.