Skip to content

Commit

Permalink
chore(release): 1.28.0-ccwidgets.8 [skip ci]
Browse files Browse the repository at this point in the history
# [1.28.0-ccwidgets.8](v1.28.0-ccwidgets.7...v1.28.0-ccwidgets.8) (2025-01-10)

### Bug Fixes

* **bundling:** fixed the multiple React instance and useRef errors  ([#355](#355)) ([473cd4f](473cd4f))
* cleanup and using mobx-react-lite ([#356](#356)) ([0b304c4](0b304c4))
  • Loading branch information
webex-components-publisher committed Jan 10, 2025
1 parent 0b304c4 commit ff71785
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 10 deletions.
8 changes: 8 additions & 0 deletions packages/contact-center/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [1.28.0-ccwidgets.8](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.7...v1.28.0-ccwidgets.8) (2025-01-10)


### Bug Fixes

* **bundling:** fixed the multiple React instance and useRef errors ([#355](https://github.com/webex/widgets/issues/355)) ([473cd4f](https://github.com/webex/widgets/commit/473cd4ff6b4be79724021076594f28838fe6bcd1))
* cleanup and using mobx-react-lite ([#356](https://github.com/webex/widgets/issues/356)) ([0b304c4](https://github.com/webex/widgets/commit/0b304c451f6bc503278907bce3405ccd5cd5125f))

# [1.28.0-ccwidgets.7](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.6...v1.28.0-ccwidgets.7) (2025-01-08)


Expand Down
4 changes: 2 additions & 2 deletions packages/contact-center/cc-widgets/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@webex/cc-widgets",
"description": "Webex Contact Center Widgets",
"version": "1.28.0-ccwidgets.7",
"version": "1.28.0-ccwidgets.8",
"main": "dist/index.js",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -70,5 +70,5 @@
"^.+\\.(css|less|scss)$": "babel-jest"
}
},
"stableVersion": "1.28.0-ccwidgets.6"
"stableVersion": "1.28.0-ccwidgets.7"
}
4 changes: 2 additions & 2 deletions packages/contact-center/station-login/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@webex/cc-station-login",
"description": "Webex Contact Center Widgets: Station Login",
"version": "1.28.0-ccwidgets.7",
"version": "1.28.0-ccwidgets.8",
"main": "dist/index.js",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -58,5 +58,5 @@
"^.+\\.(css|less|scss)$": "babel-jest"
}
},
"stableVersion": "1.28.0-ccwidgets.6"
"stableVersion": "1.28.0-ccwidgets.7"
}
4 changes: 2 additions & 2 deletions packages/contact-center/store/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@webex/cc-store",
"description": "Webex Contact Center Widgets: Widgets Store",
"version": "1.28.0-ccwidgets.7",
"version": "1.28.0-ccwidgets.8",
"main": "dist/index.js",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -51,5 +51,5 @@
"**/tests/**/*.tsx"
]
},
"stableVersion": "1.28.0-ccwidgets.6"
"stableVersion": "1.28.0-ccwidgets.7"
}
4 changes: 2 additions & 2 deletions packages/contact-center/task/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@webex/cc-task",
"description": "Webex Contact Center Widgets: Task",
"version": "1.28.0-ccwidgets.7",
"version": "1.28.0-ccwidgets.8",
"main": "dist/index.js",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -58,5 +58,5 @@
"^.+\\.(css|less|scss)$": "babel-jest"
}
},
"stableVersion": "1.28.0-ccwidgets.6"
"stableVersion": "1.28.0-ccwidgets.7"
}
4 changes: 2 additions & 2 deletions packages/contact-center/user-state/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@webex/cc-user-state",
"description": "Webex Contact Center Widgets: User State",
"version": "1.28.0-ccwidgets.7",
"version": "1.28.0-ccwidgets.8",
"main": "dist/index.js",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -55,5 +55,5 @@
],
"verbose": true
},
"stableVersion": "1.28.0-ccwidgets.6"
"stableVersion": "1.28.0-ccwidgets.7"
}

0 comments on commit ff71785

Please sign in to comment.