Skip to content

Commit e877096

Browse files
chore: release main (#429)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f49970a commit e877096

7 files changed

Lines changed: 32 additions & 6 deletions

File tree

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages/openfeature-web-provider": "0.3.21",
44
"packages/sdk": "0.3.21",
55
"packages/react": "0.2.20",
6-
"csr/csr-common": "0.18.3",
7-
"csr/csr-recorder": "0.17.9",
8-
"csr/session-recording": "0.18.4"
6+
"csr/csr-common": "0.18.4",
7+
"csr/csr-recorder": "0.17.10",
8+
"csr/session-recording": "0.18.5"
99
}

csr/csr-common/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.18.4](https://github.com/spotify/confidence-sdk-js/compare/csr-common-v0.18.3...csr-common-v0.18.4) (2026-08-05)
4+
5+
6+
### ✨ New Features
7+
8+
* **csr-common:** optional eventId identity on custom event payloads ([#428](https://github.com/spotify/confidence-sdk-js/issues/428)) ([f49970a](https://github.com/spotify/confidence-sdk-js/commit/f49970a4ccd34cbfbdef7729df19a256f077fced))
9+
310
## [0.18.3](https://github.com/spotify/confidence-sdk-js/compare/csr-common-v0.18.2...csr-common-v0.18.3) (2026-07-16)
411

512

csr/csr-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@spotify-confidence/csr-common",
33
"license": "Apache-2.0",
4-
"version": "0.18.3",
4+
"version": "0.18.4",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/spotify/confidence-sdk-js.git",

csr/csr-recorder/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.17.10](https://github.com/spotify/confidence-sdk-js/compare/csr-recorder-v0.17.9...csr-recorder-v0.17.10) (2026-08-05)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @spotify-confidence/csr-common bumped to 0.18.4
11+
312
## [0.17.9](https://github.com/spotify/confidence-sdk-js/compare/csr-recorder-v0.17.8...csr-recorder-v0.17.9) (2026-07-16)
413

514

csr/csr-recorder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@spotify-confidence/csr-recorder",
33
"license": "Apache-2.0",
4-
"version": "0.17.9",
4+
"version": "0.17.10",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/spotify/confidence-sdk-js.git",

csr/session-recording/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [0.18.5](https://github.com/spotify/confidence-sdk-js/compare/session-recording-v0.18.4...session-recording-v0.18.5) (2026-08-05)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @spotify-confidence/csr-common bumped to 0.18.4
11+
* @spotify-confidence/csr-recorder bumped to 0.17.10
12+
313
## [0.18.4](https://github.com/spotify/confidence-sdk-js/compare/session-recording-v0.18.3...session-recording-v0.18.4) (2026-07-16)
414

515

csr/session-recording/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@spotify-confidence/session-recording",
33
"license": "Apache-2.0",
4-
"version": "0.18.4",
4+
"version": "0.18.5",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/spotify/confidence-sdk-js.git",

0 commit comments

Comments
 (0)