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
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"packages/sdk": "0.3.19",
"packages/react": "0.2.18",
"csr/csr-common": "0.17.3",
"csr/csr-recorder": "0.17.3",
"csr/session-recording": "0.17.3"
"csr/csr-recorder": "0.17.4",
"csr/session-recording": "0.17.4"
}
7 changes: 7 additions & 0 deletions csr/csr-recorder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.17.4](https://github.com/spotify/confidence-sdk-js/compare/csr-recorder-v0.17.3...csr-recorder-v0.17.4) (2026-06-24)


### 🐛 Bug Fixes

* **csr-recorder:** upgrade rrweb and console plugin to 2.0.1 stable ([#375](https://github.com/spotify/confidence-sdk-js/issues/375)) ([c6f7a41](https://github.com/spotify/confidence-sdk-js/commit/c6f7a41ad13eb4da42a75b3eec68388ff4251849))

## [0.17.3](https://github.com/spotify/confidence-sdk-js/compare/csr-recorder-v0.17.2...csr-recorder-v0.17.3) (2026-06-16)


Expand Down
2 changes: 1 addition & 1 deletion csr/csr-recorder/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spotify-confidence/csr-recorder",
"license": "Apache-2.0",
"version": "0.17.3",
"version": "0.17.4",
"repository": {
"type": "git",
"url": "https://github.com/spotify/confidence-sdk-js.git",
Expand Down
9 changes: 9 additions & 0 deletions csr/session-recording/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.17.4](https://github.com/spotify/confidence-sdk-js/compare/session-recording-v0.17.3...session-recording-v0.17.4) (2026-06-24)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @spotify-confidence/csr-recorder bumped to 0.17.4

## [0.17.3](https://github.com/spotify/confidence-sdk-js/compare/session-recording-v0.17.2...session-recording-v0.17.3) (2026-06-16)


Expand Down
2 changes: 1 addition & 1 deletion csr/session-recording/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spotify-confidence/session-recording",
"license": "Apache-2.0",
"version": "0.17.3",
"version": "0.17.4",
"repository": {
"type": "git",
"url": "https://github.com/spotify/confidence-sdk-js.git",
Expand Down
Loading