Skip to content

Commit 6e73d7d

Browse files
Update changelogs [skip ci]
1 parent 72f4cde commit 6e73d7d

File tree

62 files changed

+376
-50
lines changed

Some content is hidden

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

62 files changed

+376
-50
lines changed

common/changes/@snowplow/browser-plugin-button-click-tracking/issue-1368_2024-11-22-08-27.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

common/changes/@snowplow/browser-tracker-core/issue-application_context_2024-11-08-11-09.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

libraries/browser-tracker-core/CHANGELOG.json

Lines changed: 12 additions & 0 deletions
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.1.0",
6+
"tag": "@snowplow/browser-tracker-core_v4.1.0",
7+
"date": "Thu, 28 Nov 2024 10:57:30 GMT",
8+
"comments": {
9+
"none": [
10+
{
11+
"comment": "Add appVersion configuration option to track a context entity with the application version"
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "4.0.4",
618
"tag": "@snowplow/browser-tracker-core_v4.0.4",

libraries/browser-tracker-core/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
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, 21 Nov 2024 09:06:36 GMT and should not be manually modified.
3+
This log was last generated on Thu, 28 Nov 2024 10:57:30 GMT and should not be manually modified.
4+
5+
## 4.1.0
6+
Thu, 28 Nov 2024 10:57:30 GMT
7+
8+
### Updates
9+
10+
- Add appVersion configuration option to track a context entity with the application version
411

512
## 4.0.4
613
Thu, 21 Nov 2024 09:06:36 GMT

libraries/tracker-core/CHANGELOG.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"name": "@snowplow/tracker-core",
33
"entries": [
4+
{
5+
"version": "4.1.0",
6+
"tag": "@snowplow/tracker-core_v4.1.0",
7+
"date": "Thu, 28 Nov 2024 10:57:30 GMT",
8+
"comments": {}
9+
},
410
{
511
"version": "4.0.4",
612
"tag": "@snowplow/tracker-core_v4.0.4",

libraries/tracker-core/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
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, 21 Nov 2024 09:06:36 GMT and should not be manually modified.
3+
This log was last generated on Thu, 28 Nov 2024 10:57:30 GMT and should not be manually modified.
4+
5+
## 4.1.0
6+
Thu, 28 Nov 2024 10:57:30 GMT
7+
8+
_Version update only_
49

510
## 4.0.4
611
Thu, 21 Nov 2024 09:06:36 GMT

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

Lines changed: 6 additions & 0 deletions
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.1.0",
6+
"tag": "@snowplow/browser-plugin-ad-tracking_v4.1.0",
7+
"date": "Thu, 28 Nov 2024 10:57:30 GMT",
8+
"comments": {}
9+
},
410
{
511
"version": "4.0.4",
612
"tag": "@snowplow/browser-plugin-ad-tracking_v4.0.4",

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

Lines changed: 6 additions & 1 deletion
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, 21 Nov 2024 09:06:36 GMT and should not be manually modified.
3+
This log was last generated on Thu, 28 Nov 2024 10:57:30 GMT and should not be manually modified.
4+
5+
## 4.1.0
6+
Thu, 28 Nov 2024 10:57:30 GMT
7+
8+
_Version update only_
49

510
## 4.0.4
611
Thu, 21 Nov 2024 09:06:36 GMT

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"name": "@snowplow/browser-plugin-button-click-tracking",
33
"entries": [
4+
{
5+
"version": "4.1.0",
6+
"tag": "@snowplow/browser-plugin-button-click-tracking_v4.1.0",
7+
"date": "Thu, 28 Nov 2024 10:57:30 GMT",
8+
"comments": {
9+
"none": [
10+
{
11+
"comment": "Pass clicked element to dynamic context functions for button click tracking plugin (#1368)"
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "4.0.4",
618
"tag": "@snowplow/browser-plugin-button-click-tracking_v4.0.4",

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log - @snowplow/browser-plugin-button-click-tracking
22

3-
This log was last generated on Thu, 21 Nov 2024 09:06:36 GMT and should not be manually modified.
3+
This log was last generated on Thu, 28 Nov 2024 10:57:30 GMT and should not be manually modified.
4+
5+
## 4.1.0
6+
Thu, 28 Nov 2024 10:57:30 GMT
7+
8+
### Updates
9+
10+
- Pass clicked element to dynamic context functions for button click tracking plugin (#1368)
411

512
## 4.0.4
613
Thu, 21 Nov 2024 09:06:36 GMT

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

Lines changed: 6 additions & 0 deletions
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.1.0",
6+
"tag": "@snowplow/browser-plugin-client-hints_v4.1.0",
7+
"date": "Thu, 28 Nov 2024 10:57:30 GMT",
8+
"comments": {}
9+
},
410
{
511
"version": "4.0.4",
612
"tag": "@snowplow/browser-plugin-client-hints_v4.0.4",

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

Lines changed: 6 additions & 1 deletion
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, 21 Nov 2024 09:06:36 GMT and should not be manually modified.
3+
This log was last generated on Thu, 28 Nov 2024 10:57:30 GMT and should not be manually modified.
4+
5+
## 4.1.0
6+
Thu, 28 Nov 2024 10:57:30 GMT
7+
8+
_Version update only_
49

510
## 4.0.4
611
Thu, 21 Nov 2024 09:06:36 GMT

plugins/browser-plugin-debugger/CHANGELOG.json

Lines changed: 6 additions & 0 deletions
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.1.0",
6+
"tag": "@snowplow/browser-plugin-debugger_v4.1.0",
7+
"date": "Thu, 28 Nov 2024 10:57:30 GMT",
8+
"comments": {}
9+
},
410
{
511
"version": "4.0.4",
612
"tag": "@snowplow/browser-plugin-debugger_v4.0.4",

plugins/browser-plugin-debugger/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
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, 21 Nov 2024 09:06:36 GMT and should not be manually modified.
3+
This log was last generated on Thu, 28 Nov 2024 10:57:30 GMT and should not be manually modified.
4+
5+
## 4.1.0
6+
Thu, 28 Nov 2024 10:57:30 GMT
7+
8+
_Version update only_
49

510
## 4.0.4
611
Thu, 21 Nov 2024 09:06:36 GMT

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

Lines changed: 6 additions & 0 deletions
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.1.0",
6+
"tag": "@snowplow/browser-plugin-enhanced-consent_v4.1.0",
7+
"date": "Thu, 28 Nov 2024 10:57:30 GMT",
8+
"comments": {}
9+
},
410
{
511
"version": "4.0.4",
612
"tag": "@snowplow/browser-plugin-enhanced-consent_v4.0.4",

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

Lines changed: 6 additions & 1 deletion
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, 21 Nov 2024 09:06:36 GMT and should not be manually modified.
3+
This log was last generated on Thu, 28 Nov 2024 10:57:30 GMT and should not be manually modified.
4+
5+
## 4.1.0
6+
Thu, 28 Nov 2024 10:57:30 GMT
7+
8+
_Version update only_
49

510
## 4.0.4
611
Thu, 21 Nov 2024 09:06:36 GMT

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

Lines changed: 6 additions & 0 deletions
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.1.0",
6+
"tag": "@snowplow/browser-plugin-enhanced-ecommerce_v4.1.0",
7+
"date": "Thu, 28 Nov 2024 10:57:30 GMT",
8+
"comments": {}
9+
},
410
{
511
"version": "4.0.4",
612
"tag": "@snowplow/browser-plugin-enhanced-ecommerce_v4.0.4",

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

Lines changed: 6 additions & 1 deletion
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, 21 Nov 2024 09:06:36 GMT and should not be manually modified.
3+
This log was last generated on Thu, 28 Nov 2024 10:57:30 GMT and should not be manually modified.
4+
5+
## 4.1.0
6+
Thu, 28 Nov 2024 10:57:30 GMT
7+
8+
_Version update only_
49

510
## 4.0.4
611
Thu, 21 Nov 2024 09:06:36 GMT

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

Lines changed: 6 additions & 0 deletions
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.1.0",
6+
"tag": "@snowplow/browser-plugin-error-tracking_v4.1.0",
7+
"date": "Thu, 28 Nov 2024 10:57:30 GMT",
8+
"comments": {}
9+
},
410
{
511
"version": "4.0.4",
612
"tag": "@snowplow/browser-plugin-error-tracking_v4.0.4",

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

Lines changed: 6 additions & 1 deletion
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, 21 Nov 2024 09:06:36 GMT and should not be manually modified.
3+
This log was last generated on Thu, 28 Nov 2024 10:57:30 GMT and should not be manually modified.
4+
5+
## 4.1.0
6+
Thu, 28 Nov 2024 10:57:30 GMT
7+
8+
_Version update only_
49

510
## 4.0.4
611
Thu, 21 Nov 2024 09:06:36 GMT

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

Lines changed: 6 additions & 0 deletions
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.1.0",
6+
"tag": "@snowplow/browser-plugin-event-specifications_v4.1.0",
7+
"date": "Thu, 28 Nov 2024 10:57:30 GMT",
8+
"comments": {}
9+
},
410
{
511
"version": "4.0.4",
612
"tag": "@snowplow/browser-plugin-event-specifications_v4.0.4",

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

Lines changed: 6 additions & 1 deletion
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, 21 Nov 2024 09:06:36 GMT and should not be manually modified.
3+
This log was last generated on Thu, 28 Nov 2024 10:57:30 GMT and should not be manually modified.
4+
5+
## 4.1.0
6+
Thu, 28 Nov 2024 10:57:30 GMT
7+
8+
_Version update only_
49

510
## 4.0.4
611
Thu, 21 Nov 2024 09:06:36 GMT

plugins/browser-plugin-focalmeter/CHANGELOG.json

Lines changed: 6 additions & 0 deletions
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.1.0",
6+
"tag": "@snowplow/browser-plugin-focalmeter_v4.1.0",
7+
"date": "Thu, 28 Nov 2024 10:57:30 GMT",
8+
"comments": {}
9+
},
410
{
511
"version": "4.0.4",
612
"tag": "@snowplow/browser-plugin-focalmeter_v4.0.4",

plugins/browser-plugin-focalmeter/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
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, 21 Nov 2024 09:06:36 GMT and should not be manually modified.
3+
This log was last generated on Thu, 28 Nov 2024 10:57:30 GMT and should not be manually modified.
4+
5+
## 4.1.0
6+
Thu, 28 Nov 2024 10:57:30 GMT
7+
8+
_Version update only_
49

510
## 4.0.4
611
Thu, 21 Nov 2024 09:06:36 GMT

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

Lines changed: 6 additions & 0 deletions
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.1.0",
6+
"tag": "@snowplow/browser-plugin-form-tracking_v4.1.0",
7+
"date": "Thu, 28 Nov 2024 10:57:30 GMT",
8+
"comments": {}
9+
},
410
{
511
"version": "4.0.4",
612
"tag": "@snowplow/browser-plugin-form-tracking_v4.0.4",

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

Lines changed: 6 additions & 1 deletion
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, 21 Nov 2024 09:06:36 GMT and should not be manually modified.
3+
This log was last generated on Thu, 28 Nov 2024 10:57:30 GMT and should not be manually modified.
4+
5+
## 4.1.0
6+
Thu, 28 Nov 2024 10:57:30 GMT
7+
8+
_Version update only_
49

510
## 4.0.4
611
Thu, 21 Nov 2024 09:06:36 GMT

plugins/browser-plugin-ga-cookies/CHANGELOG.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"name": "@snowplow/browser-plugin-ga-cookies",
33
"entries": [
4+
{
5+
"version": "4.1.0",
6+
"tag": "@snowplow/browser-plugin-ga-cookies_v4.1.0",
7+
"date": "Thu, 28 Nov 2024 10:57:30 GMT",
8+
"comments": {}
9+
},
410
{
511
"version": "4.0.4",
612
"tag": "@snowplow/browser-plugin-ga-cookies_v4.0.4",

plugins/browser-plugin-ga-cookies/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log - @snowplow/browser-plugin-ga-cookies
22

3-
This log was last generated on Thu, 21 Nov 2024 09:06:36 GMT and should not be manually modified.
3+
This log was last generated on Thu, 28 Nov 2024 10:57:30 GMT and should not be manually modified.
4+
5+
## 4.1.0
6+
Thu, 28 Nov 2024 10:57:30 GMT
7+
8+
_Version update only_
49

510
## 4.0.4
611
Thu, 21 Nov 2024 09:06:36 GMT

plugins/browser-plugin-geolocation/CHANGELOG.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"name": "@snowplow/browser-plugin-geolocation",
33
"entries": [
4+
{
5+
"version": "4.1.0",
6+
"tag": "@snowplow/browser-plugin-geolocation_v4.1.0",
7+
"date": "Thu, 28 Nov 2024 10:57:30 GMT",
8+
"comments": {}
9+
},
410
{
511
"version": "4.0.4",
612
"tag": "@snowplow/browser-plugin-geolocation_v4.0.4",

0 commit comments

Comments
 (0)