Skip to content

Commit e2c13b4

Browse files
Update changelogs [skip ci]
1 parent 76d7387 commit e2c13b4

File tree

68 files changed

+408
-186
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+408
-186
lines changed

common/changes/@snowplow/browser-plugin-client-hints/issue-1082-client_hints_brands_2023-01-23-16-15.json

-10
This file was deleted.

common/changes/@snowplow/browser-plugin-enhanced-consent/feature-1148-add-readme-in-enhanced-consent-snowplow-ecommerce_2023-02-06-11-35.json

-10
This file was deleted.

common/changes/@snowplow/browser-plugin-snowplow-ecommerce/feat-implicit-total-quantity-calculation_2023-03-24-17-45.json

-10
This file was deleted.

common/changes/@snowplow/browser-plugin-snowplow-ecommerce/feature-1148-add-readme-in-enhanced-consent-snowplow-ecommerce_2023-02-06-11-35.json

-10
This file was deleted.

common/changes/@snowplow/browser-plugin-snowplow-ecommerce/feature-1157-add-snowplow-ecommerce-promo-actions_2023-02-21-09-19.json

-10
This file was deleted.

common/changes/@snowplow/browser-plugin-youtube-tracking/issue-1122-fix-youtube-e2e-playbackQuality-values_2022-10-24-08-31.json

-10
This file was deleted.

common/changes/@snowplow/browser-tracker-core/feature-478-add-touch-listeners-on-page-pings_2023-02-24-09-22.json

-10
This file was deleted.

common/changes/@snowplow/browser-tracker-core/issue-1124-client_session_2022-12-23-13-19.json

-10
This file was deleted.

common/changes/@snowplow/browser-tracker-core/issue-1162-fix-root-domain-algorithm-start_2023-03-03-10-32.json

-10
This file was deleted.

common/changes/@snowplow/browser-tracker-core/issue-1164-clearing_domain_userid_2023-03-07-17-26.json

-10
This file was deleted.

common/changes/@snowplow/browser-tracker-core/issue-815-add-tab-identifier_2022-08-24-17-07.json

-10
This file was deleted.

common/changes/@snowplow/browser-tracker/issue-815-add-tab-identifier_2022-08-24-17-07.json

-10
This file was deleted.

common/changes/@snowplow/javascript-tracker/fix-1146-js-tracker-add-files-attribute-for-npm_2023-02-07-09-57.json

-10
This file was deleted.

common/changes/@snowplow/javascript-tracker/issue-1122-fix-youtube-e2e-playbackQuality-values_2022-10-24-08-31.json

-10
This file was deleted.

common/changes/@snowplow/node-tracker/issue-integration_tests_2023-02-16-05-35.json

-10
This file was deleted.

common/changes/@snowplow/tracker-core/issue-integration_tests_2023-02-16-05-35.json

-10
This file was deleted.

libraries/browser-tracker-core/CHANGELOG.json

+24
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
{
22
"name": "@snowplow/browser-tracker-core",
33
"entries": [
4+
{
5+
"version": "3.9.0",
6+
"tag": "@snowplow/browser-tracker-core_v3.9.0",
7+
"date": "Thu, 30 Mar 2023 13:46:56 GMT",
8+
"comments": {
9+
"none": [
10+
{
11+
"comment": "Add touchmove and touchstart events on page ping calculation"
12+
},
13+
{
14+
"comment": "Add client_session context entity if anonymous tracking with session tracking is enabled (#1124)"
15+
},
16+
{
17+
"comment": "Fix root domain algorithm initial attempt"
18+
},
19+
{
20+
"comment": "Fix generating domain user ID when clearing user data with anonymous tracking (#1164)"
21+
},
22+
{
23+
"comment": "Add browser context and ability to generate tab identifier."
24+
}
25+
]
26+
}
27+
},
428
{
529
"version": "3.8.0",
630
"tag": "@snowplow/browser-tracker-core_v3.8.0",

libraries/browser-tracker-core/CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# Change Log - @snowplow/browser-tracker-core
22

3-
This log was last generated on Tue, 03 Jan 2023 15:36:33 GMT and should not be manually modified.
3+
This log was last generated on Thu, 30 Mar 2023 13:46:56 GMT and should not be manually modified.
4+
5+
## 3.9.0
6+
Thu, 30 Mar 2023 13:46:56 GMT
7+
8+
### Updates
9+
10+
- Add touchmove and touchstart events on page ping calculation
11+
- Add client_session context entity if anonymous tracking with session tracking is enabled (#1124)
12+
- Fix root domain algorithm initial attempt
13+
- Fix generating domain user ID when clearing user data with anonymous tracking (#1164)
14+
- Add browser context and ability to generate tab identifier.
415

516
## 3.8.0
617
Tue, 03 Jan 2023 15:36:33 GMT

libraries/tracker-core/CHANGELOG.json

+12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"name": "@snowplow/tracker-core",
33
"entries": [
4+
{
5+
"version": "3.9.0",
6+
"tag": "@snowplow/tracker-core_v3.9.0",
7+
"date": "Thu, 30 Mar 2023 13:46:56 GMT",
8+
"comments": {
9+
"none": [
10+
{
11+
"comment": "Fix flaky end-to-end tests (#1152)"
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "3.8.0",
618
"tag": "@snowplow/tracker-core_v3.8.0",

libraries/tracker-core/CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log - @snowplow/tracker-core
22

3-
This log was last generated on Tue, 03 Jan 2023 15:36:33 GMT and should not be manually modified.
3+
This log was last generated on Thu, 30 Mar 2023 13:46:56 GMT and should not be manually modified.
4+
5+
## 3.9.0
6+
Thu, 30 Mar 2023 13:46:56 GMT
7+
8+
### Updates
9+
10+
- Fix flaky end-to-end tests (#1152)
411

512
## 3.8.0
613
Tue, 03 Jan 2023 15:36:33 GMT

plugins/browser-plugin-ad-tracking/CHANGELOG.json

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"name": "@snowplow/browser-plugin-ad-tracking",
33
"entries": [
4+
{
5+
"version": "3.9.0",
6+
"tag": "@snowplow/browser-plugin-ad-tracking_v3.9.0",
7+
"date": "Thu, 30 Mar 2023 13:46:56 GMT",
8+
"comments": {}
9+
},
410
{
511
"version": "3.8.0",
612
"tag": "@snowplow/browser-plugin-ad-tracking_v3.8.0",

plugins/browser-plugin-ad-tracking/CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log - @snowplow/browser-plugin-ad-tracking
22

3-
This log was last generated on Tue, 03 Jan 2023 15:36:33 GMT and should not be manually modified.
3+
This log was last generated on Thu, 30 Mar 2023 13:46:56 GMT and should not be manually modified.
4+
5+
## 3.9.0
6+
Thu, 30 Mar 2023 13:46:56 GMT
7+
8+
_Version update only_
49

510
## 3.8.0
611
Tue, 03 Jan 2023 15:36:33 GMT

plugins/browser-plugin-browser-features/CHANGELOG.json

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"name": "@snowplow/browser-plugin-browser-features",
33
"entries": [
4+
{
5+
"version": "3.9.0",
6+
"tag": "@snowplow/browser-plugin-browser-features_v3.9.0",
7+
"date": "Thu, 30 Mar 2023 13:46:56 GMT",
8+
"comments": {}
9+
},
410
{
511
"version": "3.8.0",
612
"tag": "@snowplow/browser-plugin-browser-features_v3.8.0",

plugins/browser-plugin-browser-features/CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log - @snowplow/browser-plugin-browser-features
22

3-
This log was last generated on Tue, 03 Jan 2023 15:36:33 GMT and should not be manually modified.
3+
This log was last generated on Thu, 30 Mar 2023 13:46:56 GMT and should not be manually modified.
4+
5+
## 3.9.0
6+
Thu, 30 Mar 2023 13:46:56 GMT
7+
8+
_Version update only_
49

510
## 3.8.0
611
Tue, 03 Jan 2023 15:36:33 GMT

plugins/browser-plugin-client-hints/CHANGELOG.json

+12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"name": "@snowplow/browser-plugin-client-hints",
33
"entries": [
4+
{
5+
"version": "3.9.0",
6+
"tag": "@snowplow/browser-plugin-client-hints_v3.9.0",
7+
"date": "Thu, 30 Mar 2023 13:46:56 GMT",
8+
"comments": {
9+
"none": [
10+
{
11+
"comment": "Make sure brands array in client hints plugin is serialized as an array in context entity"
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "3.8.0",
618
"tag": "@snowplow/browser-plugin-client-hints_v3.8.0",

plugins/browser-plugin-client-hints/CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log - @snowplow/browser-plugin-client-hints
22

3-
This log was last generated on Tue, 03 Jan 2023 15:36:33 GMT and should not be manually modified.
3+
This log was last generated on Thu, 30 Mar 2023 13:46:56 GMT and should not be manually modified.
4+
5+
## 3.9.0
6+
Thu, 30 Mar 2023 13:46:56 GMT
7+
8+
### Updates
9+
10+
- Make sure brands array in client hints plugin is serialized as an array in context entity
411

512
## 3.8.0
613
Tue, 03 Jan 2023 15:36:33 GMT

plugins/browser-plugin-consent/CHANGELOG.json

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"name": "@snowplow/browser-plugin-consent",
33
"entries": [
4+
{
5+
"version": "3.9.0",
6+
"tag": "@snowplow/browser-plugin-consent_v3.9.0",
7+
"date": "Thu, 30 Mar 2023 13:46:56 GMT",
8+
"comments": {}
9+
},
410
{
511
"version": "3.8.0",
612
"tag": "@snowplow/browser-plugin-consent_v3.8.0",

plugins/browser-plugin-consent/CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log - @snowplow/browser-plugin-consent
22

3-
This log was last generated on Tue, 03 Jan 2023 15:36:33 GMT and should not be manually modified.
3+
This log was last generated on Thu, 30 Mar 2023 13:46:56 GMT and should not be manually modified.
4+
5+
## 3.9.0
6+
Thu, 30 Mar 2023 13:46:56 GMT
7+
8+
_Version update only_
49

510
## 3.8.0
611
Tue, 03 Jan 2023 15:36:33 GMT

0 commit comments

Comments
 (0)