Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/contact-center/store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"deploy:npm": "yarn npm publish"
},
"dependencies": {
"@webex/contact-center": "3.11.0-next.2",
"@webex/contact-center": "3.11.0-next.3",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Update yarn.lock for the dependency bump

Changing @webex/contact-center here without updating yarn.lock can break installs when the cache misses because the deploy workflow runs yarn install --immutable (see .github/workflows/deploy.yml lines 48–50), which will fail if the lockfile doesn’t match package.json. If the cache hits, the install step is skipped and the cache key is based on the lockfile (deploy.yml line 46), so builds may keep using the old SDK version and the regression fix won’t actually be picked up. Please update the lockfile alongside this version bump.

Useful? React with 👍 / 👎.

"mobx": "6.13.5",
"typescript": "5.6.3"
},
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9346,7 +9346,7 @@ __metadata:
"@testing-library/react": "npm:16.0.1"
"@types/jest": "npm:29.5.14"
"@types/react-test-renderer": "npm:18"
"@webex/contact-center": "npm:3.11.0-next.2"
"@webex/contact-center": "npm:3.11.0-next.3"
"@webex/test-fixtures": "workspace:*"
babel-jest: "npm:29.7.0"
babel-loader: "npm:9.2.1"
Expand Down Expand Up @@ -9691,9 +9691,9 @@ __metadata:
languageName: node
linkType: hard

"@webex/contact-center@npm:3.11.0-next.2":
version: 3.11.0-next.2
resolution: "@webex/contact-center@npm:3.11.0-next.2"
"@webex/contact-center@npm:3.11.0-next.3":
version: 3.11.0-next.3
resolution: "@webex/contact-center@npm:3.11.0-next.3"
dependencies:
"@types/platform": "npm:1.3.4"
"@webex/calling": "npm:3.11.0-next.1"
Expand All @@ -9705,7 +9705,7 @@ __metadata:
"@webex/webex-core": "npm:3.11.0-next.1"
jest-html-reporters: "npm:3.0.11"
lodash: "npm:^4.17.21"
checksum: 10c0/2c40400029e830a6452c76df7bf92c60ff0894b3ece5a854bf0429e931688271ac42aa26f5069c2c1bd46d7b0f5886c6f898340f91cac4af6bbb73eefc7d68ed
checksum: 10c0/d9fd3dce89c2a66ff271a29f9f3392c0fb4c4b2f45bb92a9c3970242f6e6bcae2cff933d7a8cbc83faae95ade5f556d92ced24cfde6cfeb5a6adbba1322e3ef9
languageName: node
linkType: hard

Expand Down
Loading