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
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"packages/js-sdk": "4.4.0",
"packages/js-sdk": "4.4.1",
"packages/enums": "2.3.0",
"packages/types": "3.11.0",
"packages/utils": "2.2.3",
"packages/types": "3.12.0",
"packages/utils": "2.3.0",
"packages/event": "2.1.3",
"packages/bucketing": "3.1.2",
"packages/logger": "2.1.2",
"packages/rules": "2.1.4",
"packages/rules": "2.2.0",
"packages/segments": "2.1.2",
"packages/api": "2.1.4",
"packages/data": "3.3.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/js-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [4.4.1](https://github.com/convertcom/javascript-sdk/compare/js-sdk-v4.4.0...js-sdk-v4.4.1) (2026-05-21)


### Bug Fixes

* **context:** forward all BucketingAttributes to ExperienceManager ([b215167](https://github.com/convertcom/javascript-sdk/commit/b21516727381ce7620bd15e6fac66fc5dd2785c4))
* **context:** forward all BucketingAttributes to ExperienceManager ([90e4730](https://github.com/convertcom/javascript-sdk/commit/90e4730386a4cceb9ce35e484654f84f3c33709c))
Comment on lines +8 to +9

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

The bug fix entry for 'forward all BucketingAttributes to ExperienceManager' is duplicated with different commit hashes. This usually indicates a messy merge or duplicate commits with the same intent. It should be cleaned up to maintain a concise and professional changelog.


## [4.4.0](https://github.com/convertcom/javascript-sdk/compare/js-sdk-v4.3.4...js-sdk-v4.4.0) (2026-04-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/js-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"watchify": "^4.0.0",
"webpack": "^5.102.1"
},
"version": "4.4.0",
"version": "4.4.1",
"peerDependencies": {
"@convertcom/js-sdk-api": ">=2.1.4",
"@convertcom/js-sdk-bucketing": ">=3.1.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/rules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [2.2.0](https://github.com/convertcom/javascript-sdk/compare/js-sdk-rules-v2.1.4...js-sdk-rules-v2.2.0) (2026-05-21)


### Features

* adding cookie (exist , not exist) conditions ([f5529c3](https://github.com/convertcom/javascript-sdk/commit/f5529c3d82988ff5896082d14e1404db85f401cb))
* adding cookie (exist , not exist) conditions ([8183b67](https://github.com/convertcom/javascript-sdk/commit/8183b67d4aeb22a2627f07b60313cc3dc8b844d7))
Comment on lines +8 to +9

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

The feature entry for 'adding cookie (exist , not exist) conditions' is duplicated. Please remove the redundant entry to keep the changelog clean.


## [2.1.4](https://github.com/convertcom/javascript-sdk/compare/js-sdk-rules-v2.1.3...js-sdk-rules-v2.1.4) (2025-11-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/rules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"typescript-eslint": "^8.46.4",
"webpack": "^5.102.1"
},
"version": "2.1.4",
"version": "2.2.0",
"peerDependencies": {
"@convertcom/js-sdk-enums": ">=2.3.0",
"@convertcom/js-sdk-logger": ">=2.1.2",
Expand Down
9 changes: 9 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [3.12.0](https://github.com/convertcom/javascript-sdk/compare/js-sdk-types-v3.11.0...js-sdk-types-v3.12.0) (2026-05-21)


### Features

* automated TS Serving API update ([c379e1d](https://github.com/convertcom/javascript-sdk/commit/c379e1dccde7e095c33e4a17affa6ae1f914c248))
* automated TS Serving API update ([273990d](https://github.com/convertcom/javascript-sdk/commit/273990d7727e4b1e738a33a5bfa1508c2e8c5716))
* automated TS Serving API update ([892ff4c](https://github.com/convertcom/javascript-sdk/commit/892ff4cd1d5815103eb5fc25ff99ce35f1a401f1))
Comment on lines +8 to +10

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

The feature entry 'automated TS Serving API update' is triplicated with different commit hashes. This should be consolidated into a single entry.


## [3.11.0](https://github.com/convertcom/javascript-sdk/compare/js-sdk-types-v3.10.0...js-sdk-types-v3.11.0) (2025-11-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"typescript-eslint": "^8.46.4",
"webpack": "^5.102.1"
},
"version": "3.11.0",
"version": "3.12.0",
"peerDependencies": {
"@convertcom/js-sdk-enums": ">=2.3.0"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [2.3.0](https://github.com/convertcom/javascript-sdk/compare/js-sdk-utils-v2.2.3...js-sdk-utils-v2.3.0) (2026-05-21)


### Features

* adding cookie (exist , not exist) conditions ([f5529c3](https://github.com/convertcom/javascript-sdk/commit/f5529c3d82988ff5896082d14e1404db85f401cb))
* adding cookie (exist , not exist) conditions ([8183b67](https://github.com/convertcom/javascript-sdk/commit/8183b67d4aeb22a2627f07b60313cc3dc8b844d7))
Comment on lines +8 to +9

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

The feature entry for 'adding cookie (exist , not exist) conditions' is duplicated. Please remove the redundant entry.


## [2.2.3](https://github.com/convertcom/javascript-sdk/compare/js-sdk-utils-v2.2.2...js-sdk-utils-v2.2.3) (2025-09-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"typescript-eslint": "^8.46.4",
"webpack": "^5.102.1"
},
"version": "2.2.3",
"version": "2.3.0",
"peerDependencies": {
"@convertcom/js-sdk-enums": ">=2.3.0"
}
Expand Down
Loading