Skip to content

Commit 089037b

Browse files
Applying package updates.
1 parent ab61ff6 commit 089037b

File tree

23 files changed

+40
-40
lines changed

23 files changed

+40
-40
lines changed

common/config/rush/version-policies.json

+1-1
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.0.2",
36+
"version": "3.0.3",
3737

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

libraries/browser-tracker-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@snowplow/browser-tracker-core",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
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

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

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@snowplow/browser-plugin-ad-tracking",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
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.2.3"
4747
},
4848
"peerDependencies": {
49-
"@snowplow/browser-tracker": "~3.0.2"
49+
"@snowplow/browser-tracker": "~3.0.3"
5050
}
5151
}

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@snowplow/browser-plugin-browser-features",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
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.2.3"
4848
},
4949
"peerDependencies": {
50-
"@snowplow/browser-tracker": "~3.0.2"
50+
"@snowplow/browser-tracker": "~3.0.3"
5151
}
5252
}

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@snowplow/browser-plugin-client-hints",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
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.2.3"
4444
},
4545
"peerDependencies": {
46-
"@snowplow/browser-tracker": "~3.0.2"
46+
"@snowplow/browser-tracker": "~3.0.3"
4747
}
4848
}

plugins/browser-plugin-consent/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@snowplow/browser-plugin-consent",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
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.2.3"
4747
},
4848
"peerDependencies": {
49-
"@snowplow/browser-tracker": "~3.0.2"
49+
"@snowplow/browser-tracker": "~3.0.3"
5050
}
5151
}

plugins/browser-plugin-debugger/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@snowplow/browser-plugin-debugger",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
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.2.3"
4747
},
4848
"peerDependencies": {
49-
"@snowplow/browser-tracker": "~3.0.2"
49+
"@snowplow/browser-tracker": "~3.0.3"
5050
}
5151
}

plugins/browser-plugin-ecommerce/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@snowplow/browser-plugin-ecommerce",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
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.2.3"
4747
},
4848
"peerDependencies": {
49-
"@snowplow/browser-tracker": "~3.0.2"
49+
"@snowplow/browser-tracker": "~3.0.3"
5050
}
5151
}

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@snowplow/browser-plugin-enhanced-ecommerce",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
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.2.3"
4747
},
4848
"peerDependencies": {
49-
"@snowplow/browser-tracker": "~3.0.2"
49+
"@snowplow/browser-tracker": "~3.0.3"
5050
}
5151
}

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@snowplow/browser-plugin-error-tracking",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "Error 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.2.3"
4747
},
4848
"peerDependencies": {
49-
"@snowplow/browser-tracker": "~3.0.2"
49+
"@snowplow/browser-tracker": "~3.0.3"
5050
}
5151
}

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@snowplow/browser-plugin-form-tracking",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "Form tracking for Snowplow",
55
"homepage": "http://bit.ly/sp-js",
66
"bugs": "https://github.com/snowplow/snowplow-javascript-tracker/issues",
@@ -44,6 +44,6 @@
4444
"typescript": "^4.2.3"
4545
},
4646
"peerDependencies": {
47-
"@snowplow/browser-tracker": "~3.0.2"
47+
"@snowplow/browser-tracker": "~3.0.3"
4848
}
4949
}

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@snowplow/browser-plugin-ga-cookies",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "Attaches GA cookie data to Snowplow events",
55
"homepage": "http://bit.ly/sp-js",
66
"bugs": "https://github.com/snowplow/snowplow-javascript-tracker/issues",
@@ -44,6 +44,6 @@
4444
"typescript": "^4.2.3"
4545
},
4646
"peerDependencies": {
47-
"@snowplow/browser-tracker": "~3.0.2"
47+
"@snowplow/browser-tracker": "~3.0.3"
4848
}
4949
}

plugins/browser-plugin-geolocation/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@snowplow/browser-plugin-geolocation",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "Attaches Geolocation data to Snowplow events",
55
"homepage": "http://bit.ly/sp-js",
66
"bugs": "https://github.com/snowplow/snowplow-javascript-tracker/issues",
@@ -44,6 +44,6 @@
4444
"typescript": "^4.2.3"
4545
},
4646
"peerDependencies": {
47-
"@snowplow/browser-tracker": "~3.0.2"
47+
"@snowplow/browser-tracker": "~3.0.3"
4848
}
4949
}

plugins/browser-plugin-link-click-tracking/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@snowplow/browser-plugin-link-click-tracking",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "Link Click 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.2.3"
4747
},
4848
"peerDependencies": {
49-
"@snowplow/browser-tracker": "~3.0.2"
49+
"@snowplow/browser-tracker": "~3.0.3"
5050
}
5151
}

plugins/browser-plugin-optimizely-x/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@snowplow/browser-plugin-optimizely-x",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "Attaches OptimizelyX data to Snowplow events",
55
"homepage": "http://bit.ly/sp-js",
66
"bugs": "https://github.com/snowplow/snowplow-javascript-tracker/issues",
@@ -44,6 +44,6 @@
4444
"typescript": "^4.2.3"
4545
},
4646
"peerDependencies": {
47-
"@snowplow/browser-tracker": "~3.0.2"
47+
"@snowplow/browser-tracker": "~3.0.3"
4848
}
4949
}

plugins/browser-plugin-optimizely/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@snowplow/browser-plugin-optimizely",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "Attaches Optimizely data to Snowplow events",
55
"homepage": "http://bit.ly/sp-js",
66
"bugs": "https://github.com/snowplow/snowplow-javascript-tracker/issues",
@@ -44,6 +44,6 @@
4444
"typescript": "^4.2.3"
4545
},
4646
"peerDependencies": {
47-
"@snowplow/browser-tracker": "~3.0.2"
47+
"@snowplow/browser-tracker": "~3.0.3"
4848
}
4949
}

plugins/browser-plugin-performance-timing/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@snowplow/browser-plugin-performance-timing",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "Attaches Performance Timing data 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.2.3"
4848
},
4949
"peerDependencies": {
50-
"@snowplow/browser-tracker": "~3.0.2"
50+
"@snowplow/browser-tracker": "~3.0.3"
5151
}
5252
}

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@snowplow/browser-plugin-site-tracking",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "Site 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.2.3"
4747
},
4848
"peerDependencies": {
49-
"@snowplow/browser-tracker": "~3.0.2"
49+
"@snowplow/browser-tracker": "~3.0.3"
5050
}
5151
}

plugins/browser-plugin-timezone/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@snowplow/browser-plugin-timezone",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "Attaches timezone to Snowplow events",
55
"homepage": "http://bit.ly/sp-js",
66
"bugs": "https://github.com/snowplow/snowplow-javascript-tracker/issues",
@@ -48,6 +48,6 @@
4848
"typescript": "^4.2.3"
4949
},
5050
"peerDependencies": {
51-
"@snowplow/browser-tracker": "~3.0.2"
51+
"@snowplow/browser-tracker": "~3.0.3"
5252
}
5353
}

trackers/browser-tracker/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@snowplow/browser-tracker",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "Browser tracker for Snowplow",
55
"keywords": [
66
"tracking",

trackers/javascript-tracker/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@snowplow/javascript-tracker",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "Web analytics for Snowplow",
55
"keywords": [
66
"tracking",

trackers/node-tracker/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@snowplow/node-tracker",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "Node tracker for Snowplow",
55
"keywords": [
66
"snowplow",

0 commit comments

Comments
 (0)