Skip to content

Commit 929b753

Browse files
chore(release): 1.112.8 [skip ci]
## [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))
1 parent 6d55c65 commit 929b753

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.112.8](https://github.com/webex/sdk-component-adapter/compare/v1.112.7...v1.112.8) (2024-08-22)
2+
3+
4+
### Bug Fixes
5+
6+
* **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))
7+
18
## [1.112.7](https://github.com/webex/sdk-component-adapter/compare/v1.112.6...v1.112.7) (2024-08-13)
29

310

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

0 commit comments

Comments
 (0)