Skip to content

Commit 0e22f1e

Browse files
Update changelogs [skip ci]
1 parent 5723413 commit 0e22f1e

File tree

71 files changed

+432
-83
lines changed

Some content is hidden

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

71 files changed

+432
-83
lines changed

common/changes/@snowplow/browser-plugin-button-click-tracking/issue-button-click-disable_2025-04-04-06-42.json

-10
This file was deleted.

common/changes/@snowplow/browser-plugin-button-click-tracking/issue-button-click-disable_2025-04-04-06-48.json

-10
This file was deleted.

common/changes/@snowplow/browser-tracker-core/release-4.5.0_2025-04-03-15-18.json

-10
This file was deleted.

common/changes/@snowplow/javascript-tracker/issue-button-click-disable_2025-04-04-06-42.json

-10
This file was deleted.

common/changes/@snowplow/react-native-tracker/release-4.5.0_2025-04-03-15-18.json

-10
This file was deleted.

libraries/browser-tracker-core/CHANGELOG.json

+12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"name": "@snowplow/browser-tracker-core",
33
"entries": [
4+
{
5+
"version": "4.5.0",
6+
"tag": "@snowplow/browser-tracker-core_v4.5.0",
7+
"date": "Fri, 04 Apr 2025 09:21:23 GMT",
8+
"comments": {
9+
"none": [
10+
{
11+
"comment": "Avoid undelivered notifications error (#1335)"
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "4.4.0",
618
"tag": "@snowplow/browser-tracker-core_v4.4.0",

libraries/browser-tracker-core/CHANGELOG.md

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

3-
This log was last generated on Thu, 20 Mar 2025 12:14:34 GMT and should not be manually modified.
3+
This log was last generated on Fri, 04 Apr 2025 09:21:23 GMT and should not be manually modified.
4+
5+
## 4.5.0
6+
Fri, 04 Apr 2025 09:21:23 GMT
7+
8+
### Updates
9+
10+
- Avoid undelivered notifications error (#1335)
411

512
## 4.4.0
613
Thu, 20 Mar 2025 12:14:34 GMT

libraries/tracker-core/CHANGELOG.json

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"name": "@snowplow/tracker-core",
33
"entries": [
4+
{
5+
"version": "4.5.0",
6+
"tag": "@snowplow/tracker-core_v4.5.0",
7+
"date": "Fri, 04 Apr 2025 09:21:23 GMT",
8+
"comments": {}
9+
},
410
{
511
"version": "4.4.0",
612
"tag": "@snowplow/tracker-core_v4.4.0",

libraries/tracker-core/CHANGELOG.md

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

3-
This log was last generated on Thu, 20 Mar 2025 12:14:34 GMT and should not be manually modified.
3+
This log was last generated on Fri, 04 Apr 2025 09:21:23 GMT and should not be manually modified.
4+
5+
## 4.5.0
6+
Fri, 04 Apr 2025 09:21:23 GMT
7+
8+
_Version update only_
49

510
## 4.4.0
611
Thu, 20 Mar 2025 12:14:34 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": "4.5.0",
6+
"tag": "@snowplow/browser-plugin-ad-tracking_v4.5.0",
7+
"date": "Fri, 04 Apr 2025 09:21:23 GMT",
8+
"comments": {}
9+
},
410
{
511
"version": "4.4.0",
612
"tag": "@snowplow/browser-plugin-ad-tracking_v4.4.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 Thu, 20 Mar 2025 12:14:34 GMT and should not be manually modified.
3+
This log was last generated on Fri, 04 Apr 2025 09:21:23 GMT and should not be manually modified.
4+
5+
## 4.5.0
6+
Fri, 04 Apr 2025 09:21:23 GMT
7+
8+
_Version update only_
49

510
## 4.4.0
611
Thu, 20 Mar 2025 12:14:34 GMT

plugins/browser-plugin-button-click-tracking/CHANGELOG.json

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@snowplow/browser-plugin-button-click-tracking",
33
"entries": [
4+
{
5+
"version": "4.5.0",
6+
"tag": "@snowplow/browser-plugin-button-click-tracking_v4.5.0",
7+
"date": "Fri, 04 Apr 2025 09:21:23 GMT",
8+
"comments": {
9+
"none": [
10+
{
11+
"comment": "Allow per-tracker disabling"
12+
},
13+
{
14+
"comment": "Add default label to avoid bad events"
15+
}
16+
]
17+
}
18+
},
419
{
520
"version": "4.4.0",
621
"tag": "@snowplow/browser-plugin-button-click-tracking_v4.4.0",

plugins/browser-plugin-button-click-tracking/CHANGELOG.md

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

3-
This log was last generated on Thu, 20 Mar 2025 12:14:34 GMT and should not be manually modified.
3+
This log was last generated on Fri, 04 Apr 2025 09:21:23 GMT and should not be manually modified.
4+
5+
## 4.5.0
6+
Fri, 04 Apr 2025 09:21:23 GMT
7+
8+
### Updates
9+
10+
- Allow per-tracker disabling
11+
- Add default label to avoid bad events
412

513
## 4.4.0
614
Thu, 20 Mar 2025 12:14:34 GMT

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

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"name": "@snowplow/browser-plugin-client-hints",
33
"entries": [
4+
{
5+
"version": "4.5.0",
6+
"tag": "@snowplow/browser-plugin-client-hints_v4.5.0",
7+
"date": "Fri, 04 Apr 2025 09:21:23 GMT",
8+
"comments": {}
9+
},
410
{
511
"version": "4.4.0",
612
"tag": "@snowplow/browser-plugin-client-hints_v4.4.0",

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

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

3-
This log was last generated on Thu, 20 Mar 2025 12:14:34 GMT and should not be manually modified.
3+
This log was last generated on Fri, 04 Apr 2025 09:21:23 GMT and should not be manually modified.
4+
5+
## 4.5.0
6+
Fri, 04 Apr 2025 09:21:23 GMT
7+
8+
_Version update only_
49

510
## 4.4.0
611
Thu, 20 Mar 2025 12:14:34 GMT

plugins/browser-plugin-debugger/CHANGELOG.json

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"name": "@snowplow/browser-plugin-debugger",
33
"entries": [
4+
{
5+
"version": "4.5.0",
6+
"tag": "@snowplow/browser-plugin-debugger_v4.5.0",
7+
"date": "Fri, 04 Apr 2025 09:21:23 GMT",
8+
"comments": {}
9+
},
410
{
511
"version": "4.4.0",
612
"tag": "@snowplow/browser-plugin-debugger_v4.4.0",

plugins/browser-plugin-debugger/CHANGELOG.md

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

3-
This log was last generated on Thu, 20 Mar 2025 12:14:34 GMT and should not be manually modified.
3+
This log was last generated on Fri, 04 Apr 2025 09:21:23 GMT and should not be manually modified.
4+
5+
## 4.5.0
6+
Fri, 04 Apr 2025 09:21:23 GMT
7+
8+
_Version update only_
49

510
## 4.4.0
611
Thu, 20 Mar 2025 12:14:34 GMT

plugins/browser-plugin-enhanced-consent/CHANGELOG.json

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"name": "@snowplow/browser-plugin-enhanced-consent",
33
"entries": [
4+
{
5+
"version": "4.5.0",
6+
"tag": "@snowplow/browser-plugin-enhanced-consent_v4.5.0",
7+
"date": "Fri, 04 Apr 2025 09:21:23 GMT",
8+
"comments": {}
9+
},
410
{
511
"version": "4.4.0",
612
"tag": "@snowplow/browser-plugin-enhanced-consent_v4.4.0",

plugins/browser-plugin-enhanced-consent/CHANGELOG.md

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

3-
This log was last generated on Thu, 20 Mar 2025 12:14:34 GMT and should not be manually modified.
3+
This log was last generated on Fri, 04 Apr 2025 09:21:23 GMT and should not be manually modified.
4+
5+
## 4.5.0
6+
Fri, 04 Apr 2025 09:21:23 GMT
7+
8+
_Version update only_
49

510
## 4.4.0
611
Thu, 20 Mar 2025 12:14:34 GMT

plugins/browser-plugin-enhanced-ecommerce/CHANGELOG.json

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"name": "@snowplow/browser-plugin-enhanced-ecommerce",
33
"entries": [
4+
{
5+
"version": "4.5.0",
6+
"tag": "@snowplow/browser-plugin-enhanced-ecommerce_v4.5.0",
7+
"date": "Fri, 04 Apr 2025 09:21:23 GMT",
8+
"comments": {}
9+
},
410
{
511
"version": "4.4.0",
612
"tag": "@snowplow/browser-plugin-enhanced-ecommerce_v4.4.0",

plugins/browser-plugin-enhanced-ecommerce/CHANGELOG.md

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

3-
This log was last generated on Thu, 20 Mar 2025 12:14:34 GMT and should not be manually modified.
3+
This log was last generated on Fri, 04 Apr 2025 09:21:23 GMT and should not be manually modified.
4+
5+
## 4.5.0
6+
Fri, 04 Apr 2025 09:21:23 GMT
7+
8+
_Version update only_
49

510
## 4.4.0
611
Thu, 20 Mar 2025 12:14:34 GMT

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

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"name": "@snowplow/browser-plugin-error-tracking",
33
"entries": [
4+
{
5+
"version": "4.5.0",
6+
"tag": "@snowplow/browser-plugin-error-tracking_v4.5.0",
7+
"date": "Fri, 04 Apr 2025 09:21:23 GMT",
8+
"comments": {}
9+
},
410
{
511
"version": "4.4.0",
612
"tag": "@snowplow/browser-plugin-error-tracking_v4.4.0",

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

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

3-
This log was last generated on Thu, 20 Mar 2025 12:14:34 GMT and should not be manually modified.
3+
This log was last generated on Fri, 04 Apr 2025 09:21:23 GMT and should not be manually modified.
4+
5+
## 4.5.0
6+
Fri, 04 Apr 2025 09:21:23 GMT
7+
8+
_Version update only_
49

510
## 4.4.0
611
Thu, 20 Mar 2025 12:14:34 GMT

plugins/browser-plugin-event-specifications/CHANGELOG.json

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"name": "@snowplow/browser-plugin-event-specifications",
33
"entries": [
4+
{
5+
"version": "4.5.0",
6+
"tag": "@snowplow/browser-plugin-event-specifications_v4.5.0",
7+
"date": "Fri, 04 Apr 2025 09:21:23 GMT",
8+
"comments": {}
9+
},
410
{
511
"version": "4.4.0",
612
"tag": "@snowplow/browser-plugin-event-specifications_v4.4.0",

plugins/browser-plugin-event-specifications/CHANGELOG.md

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

3-
This log was last generated on Thu, 20 Mar 2025 12:14:34 GMT and should not be manually modified.
3+
This log was last generated on Fri, 04 Apr 2025 09:21:23 GMT and should not be manually modified.
4+
5+
## 4.5.0
6+
Fri, 04 Apr 2025 09:21:23 GMT
7+
8+
_Version update only_
49

510
## 4.4.0
611
Thu, 20 Mar 2025 12:14:34 GMT

plugins/browser-plugin-focalmeter/CHANGELOG.json

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"name": "@snowplow/browser-plugin-focalmeter",
33
"entries": [
4+
{
5+
"version": "4.5.0",
6+
"tag": "@snowplow/browser-plugin-focalmeter_v4.5.0",
7+
"date": "Fri, 04 Apr 2025 09:21:23 GMT",
8+
"comments": {}
9+
},
410
{
511
"version": "4.4.0",
612
"tag": "@snowplow/browser-plugin-focalmeter_v4.4.0",

plugins/browser-plugin-focalmeter/CHANGELOG.md

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

3-
This log was last generated on Thu, 20 Mar 2025 12:14:34 GMT and should not be manually modified.
3+
This log was last generated on Fri, 04 Apr 2025 09:21:23 GMT and should not be manually modified.
4+
5+
## 4.5.0
6+
Fri, 04 Apr 2025 09:21:23 GMT
7+
8+
_Version update only_
49

510
## 4.4.0
611
Thu, 20 Mar 2025 12:14:34 GMT

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

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"name": "@snowplow/browser-plugin-form-tracking",
33
"entries": [
4+
{
5+
"version": "4.5.0",
6+
"tag": "@snowplow/browser-plugin-form-tracking_v4.5.0",
7+
"date": "Fri, 04 Apr 2025 09:21:23 GMT",
8+
"comments": {}
9+
},
410
{
511
"version": "4.4.0",
612
"tag": "@snowplow/browser-plugin-form-tracking_v4.4.0",

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

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

3-
This log was last generated on Thu, 20 Mar 2025 12:14:34 GMT and should not be manually modified.
3+
This log was last generated on Fri, 04 Apr 2025 09:21:23 GMT and should not be manually modified.
4+
5+
## 4.5.0
6+
Fri, 04 Apr 2025 09:21:23 GMT
7+
8+
_Version update only_
49

510
## 4.4.0
611
Thu, 20 Mar 2025 12:14:34 GMT

0 commit comments

Comments
 (0)