Skip to content

Commit ec11348

Browse files
Applying package updates.
1 parent 6ffda74 commit ec11348

File tree

23 files changed

+40
-40
lines changed

23 files changed

+40
-40
lines changed

common/config/rush/version-policies.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* in the current branch. When bumping versions, Rush uses this to determine the next version.
3434
* (The "version" field in package.json is NOT considered.)
3535
*/
36-
"version": "3.1.4",
36+
"version": "3.1.5",
3737

3838
/**
3939
* (Required) The type of bump that will be performed when publishing the next release.

libraries/browser-tracker-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@snowplow/browser-tracker-core",
3-
"version": "3.1.4",
3+
"version": "3.1.5",
44
"description": "Core functionality for Snowplow Browser trackers",
55
"homepage": "http://bit.ly/sp-js",
66
"bugs": "https://github.com/snowplow/snowplow-javascript-tracker/issues",

libraries/tracker-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@snowplow/tracker-core",
3-
"version": "3.1.4",
3+
"version": "3.1.5",
44
"description": "Core functionality for Snowplow JavaScript trackers",
55
"keywords": [
66
"tracking",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@snowplow/browser-plugin-ad-tracking",
3-
"version": "3.1.4",
3+
"version": "3.1.5",
44
"description": "Ad tracking for Snowplow",
55
"homepage": "http://bit.ly/sp-js",
66
"bugs": "https://github.com/snowplow/snowplow-javascript-tracker/issues",
@@ -46,6 +46,6 @@
4646
"typescript": "^4.3.5"
4747
},
4848
"peerDependencies": {
49-
"@snowplow/browser-tracker": "~3.1.4"
49+
"@snowplow/browser-tracker": "~3.1.5"
5050
}
5151
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@snowplow/browser-plugin-browser-features",
3-
"version": "3.1.4",
3+
"version": "3.1.5",
44
"description": "Attaches browser features to Snowplow events",
55
"homepage": "http://bit.ly/sp-js",
66
"bugs": "https://github.com/snowplow/snowplow-javascript-tracker/issues",
@@ -47,6 +47,6 @@
4747
"typescript": "^4.3.5"
4848
},
4949
"peerDependencies": {
50-
"@snowplow/browser-tracker": "~3.1.4"
50+
"@snowplow/browser-tracker": "~3.1.5"
5151
}
5252
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@snowplow/browser-plugin-client-hints",
3-
"version": "3.1.4",
3+
"version": "3.1.5",
44
"description": "Attaches Client Hints to Snowplow events",
55
"homepage": "http://bit.ly/sp-js",
66
"bugs": "https://github.com/snowplow/snowplow-javascript-tracker/issues",
@@ -43,6 +43,6 @@
4343
"typescript": "^4.3.5"
4444
},
4545
"peerDependencies": {
46-
"@snowplow/browser-tracker": "~3.1.4"
46+
"@snowplow/browser-tracker": "~3.1.5"
4747
}
4848
}

plugins/browser-plugin-consent/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@snowplow/browser-plugin-consent",
3-
"version": "3.1.4",
3+
"version": "3.1.5",
44
"description": "Consent and GDPR data for Snowplow events",
55
"homepage": "http://bit.ly/sp-js",
66
"bugs": "https://github.com/snowplow/snowplow-javascript-tracker/issues",
@@ -46,6 +46,6 @@
4646
"typescript": "^4.3.5"
4747
},
4848
"peerDependencies": {
49-
"@snowplow/browser-tracker": "~3.1.4"
49+
"@snowplow/browser-tracker": "~3.1.5"
5050
}
5151
}

plugins/browser-plugin-debugger/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@snowplow/browser-plugin-debugger",
3-
"version": "3.1.4",
3+
"version": "3.1.5",
44
"description": "Debugger for Snowplow",
55
"homepage": "http://bit.ly/sp-js",
66
"bugs": "https://github.com/snowplow/snowplow-javascript-tracker/issues",
@@ -46,6 +46,6 @@
4646
"typescript": "^4.3.5"
4747
},
4848
"peerDependencies": {
49-
"@snowplow/browser-tracker": "~3.1.4"
49+
"@snowplow/browser-tracker": "~3.1.5"
5050
}
5151
}

plugins/browser-plugin-ecommerce/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@snowplow/browser-plugin-ecommerce",
3-
"version": "3.1.4",
3+
"version": "3.1.5",
44
"description": "Ecommerce tracking for Snowplow",
55
"homepage": "http://bit.ly/sp-js",
66
"bugs": "https://github.com/snowplow/snowplow-javascript-tracker/issues",
@@ -46,6 +46,6 @@
4646
"typescript": "^4.3.5"
4747
},
4848
"peerDependencies": {
49-
"@snowplow/browser-tracker": "~3.1.4"
49+
"@snowplow/browser-tracker": "~3.1.5"
5050
}
5151
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@snowplow/browser-plugin-enhanced-ecommerce",
3-
"version": "3.1.4",
3+
"version": "3.1.5",
44
"description": "Enhanced Ecommerce tracking for Snowplow",
55
"homepage": "http://bit.ly/sp-js",
66
"bugs": "https://github.com/snowplow/snowplow-javascript-tracker/issues",
@@ -46,6 +46,6 @@
4646
"typescript": "^4.3.5"
4747
},
4848
"peerDependencies": {
49-
"@snowplow/browser-tracker": "~3.1.4"
49+
"@snowplow/browser-tracker": "~3.1.5"
5050
}
5151
}

0 commit comments

Comments
 (0)