Skip to content

Commit c8281f5

Browse files
Bump versions [skip ci]
1 parent 7b78d78 commit c8281f5

File tree

34 files changed

+62
-62
lines changed

34 files changed

+62
-62
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.22.0",
36+
"version": "3.22.1",
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.22.0",
3+
"version": "3.22.1",
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.22.0",
3+
"version": "3.22.1",
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.22.0",
3+
"version": "3.22.1",
44
"description": "Ad tracking for Snowplow",
55
"homepage": "http://bit.ly/sp-js",
66
"bugs": "https://github.com/snowplow/snowplow-javascript-tracker/issues",
@@ -50,6 +50,6 @@
5050
"typescript": "~4.6.2"
5151
},
5252
"peerDependencies": {
53-
"@snowplow/browser-tracker": "~3.22.0"
53+
"@snowplow/browser-tracker": "~3.22.1"
5454
}
5555
}

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.22.0",
3+
"version": "3.22.1",
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",
@@ -48,6 +48,6 @@
4848
"typescript": "~4.6.2"
4949
},
5050
"peerDependencies": {
51-
"@snowplow/browser-tracker": "~3.22.0"
51+
"@snowplow/browser-tracker": "~3.22.1"
5252
}
5353
}

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@snowplow/browser-plugin-button-click-tracking",
3-
"version": "3.22.0",
3+
"version": "3.22.1",
44
"description": "Button Click tracking for Snowplow",
55
"homepage": "https://github.com/snowplow/snowplow-javascript-tracker",
66
"bugs": "https://github.com/snowplow/snowplow-javascript-tracker/issues",
@@ -50,6 +50,6 @@
5050
"typescript": "~4.6.2"
5151
},
5252
"peerDependencies": {
53-
"@snowplow/browser-tracker": "~3.22.0"
53+
"@snowplow/browser-tracker": "~3.22.1"
5454
}
5555
}

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.22.0",
3+
"version": "3.22.1",
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",
@@ -48,6 +48,6 @@
4848
"typescript": "~4.6.2"
4949
},
5050
"peerDependencies": {
51-
"@snowplow/browser-tracker": "~3.22.0"
51+
"@snowplow/browser-tracker": "~3.22.1"
5252
}
5353
}

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.22.0",
3+
"version": "3.22.1",
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",
@@ -50,6 +50,6 @@
5050
"typescript": "~4.6.2"
5151
},
5252
"peerDependencies": {
53-
"@snowplow/browser-tracker": "~3.22.0"
53+
"@snowplow/browser-tracker": "~3.22.1"
5454
}
5555
}

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.22.0",
3+
"version": "3.22.1",
44
"description": "Debugger for Snowplow",
55
"homepage": "http://bit.ly/sp-js",
66
"bugs": "https://github.com/snowplow/snowplow-javascript-tracker/issues",
@@ -50,6 +50,6 @@
5050
"typescript": "~4.6.2"
5151
},
5252
"peerDependencies": {
53-
"@snowplow/browser-tracker": "~3.22.0"
53+
"@snowplow/browser-tracker": "~3.22.1"
5454
}
5555
}

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.22.0",
3+
"version": "3.22.1",
44
"description": "Ecommerce tracking for Snowplow",
55
"homepage": "http://bit.ly/sp-js",
66
"bugs": "https://github.com/snowplow/snowplow-javascript-tracker/issues",
@@ -50,6 +50,6 @@
5050
"typescript": "~4.6.2"
5151
},
5252
"peerDependencies": {
53-
"@snowplow/browser-tracker": "~3.22.0"
53+
"@snowplow/browser-tracker": "~3.22.1"
5454
}
5555
}

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@snowplow/browser-plugin-enhanced-consent",
3-
"version": "3.22.0",
3+
"version": "3.22.1",
44
"description": "Consent tracking for Snowplow",
55
"bugs": "https://github.com/snowplow/snowplow-javascript-tracker/issues",
66
"repository": {
@@ -49,6 +49,6 @@
4949
"typescript": "~4.6.2"
5050
},
5151
"peerDependencies": {
52-
"@snowplow/browser-tracker": "~3.22.0"
52+
"@snowplow/browser-tracker": "~3.22.1"
5353
}
5454
}

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.22.0",
3+
"version": "3.22.1",
44
"description": "Enhanced Ecommerce tracking for Snowplow",
55
"homepage": "http://bit.ly/sp-js",
66
"bugs": "https://github.com/snowplow/snowplow-javascript-tracker/issues",
@@ -50,6 +50,6 @@
5050
"typescript": "~4.6.2"
5151
},
5252
"peerDependencies": {
53-
"@snowplow/browser-tracker": "~3.22.0"
53+
"@snowplow/browser-tracker": "~3.22.1"
5454
}
5555
}

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.22.0",
3+
"version": "3.22.1",
44
"description": "Error tracking for Snowplow",
55
"homepage": "http://bit.ly/sp-js",
66
"bugs": "https://github.com/snowplow/snowplow-javascript-tracker/issues",
@@ -50,6 +50,6 @@
5050
"typescript": "~4.6.2"
5151
},
5252
"peerDependencies": {
53-
"@snowplow/browser-tracker": "~3.22.0"
53+
"@snowplow/browser-tracker": "~3.22.1"
5454
}
5555
}

plugins/browser-plugin-focalmeter/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@snowplow/browser-plugin-focalmeter",
3-
"version": "3.22.0",
3+
"version": "3.22.1",
44
"description": "Kantar FocalMeter integration for Snowplow",
55
"homepage": "http://bit.ly/sp-js",
66
"bugs": "https://github.com/snowplow/snowplow-javascript-tracker/issues",
@@ -48,6 +48,6 @@
4848
"typescript": "~4.6.2"
4949
},
5050
"peerDependencies": {
51-
"@snowplow/browser-tracker": "~3.22.0"
51+
"@snowplow/browser-tracker": "~3.22.1"
5252
}
5353
}

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.22.0",
3+
"version": "3.22.1",
44
"description": "Form tracking for Snowplow",
55
"homepage": "http://bit.ly/sp-js",
66
"bugs": "https://github.com/snowplow/snowplow-javascript-tracker/issues",
@@ -48,6 +48,6 @@
4848
"typescript": "~4.6.2"
4949
},
5050
"peerDependencies": {
51-
"@snowplow/browser-tracker": "~3.22.0"
51+
"@snowplow/browser-tracker": "~3.22.1"
5252
}
5353
}

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.22.0",
3+
"version": "3.22.1",
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",
@@ -48,6 +48,6 @@
4848
"typescript": "~4.6.2"
4949
},
5050
"peerDependencies": {
51-
"@snowplow/browser-tracker": "~3.22.0"
51+
"@snowplow/browser-tracker": "~3.22.1"
5252
}
5353
}

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.22.0",
3+
"version": "3.22.1",
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",
@@ -48,6 +48,6 @@
4848
"typescript": "~4.6.2"
4949
},
5050
"peerDependencies": {
51-
"@snowplow/browser-tracker": "~3.22.0"
51+
"@snowplow/browser-tracker": "~3.22.1"
5252
}
5353
}

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.22.0",
3+
"version": "3.22.1",
44
"description": "Link Click tracking for Snowplow",
55
"homepage": "http://bit.ly/sp-js",
66
"bugs": "https://github.com/snowplow/snowplow-javascript-tracker/issues",
@@ -50,6 +50,6 @@
5050
"typescript": "~4.6.2"
5151
},
5252
"peerDependencies": {
53-
"@snowplow/browser-tracker": "~3.22.0"
53+
"@snowplow/browser-tracker": "~3.22.1"
5454
}
5555
}

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@snowplow/browser-plugin-media-tracking",
3-
"version": "3.22.0",
3+
"version": "3.22.1",
44
"description": "Audio/Video tracking for Snowplow",
55
"homepage": "http://bit.ly/sp-js",
66
"bugs": "https://github.com/snowplow/snowplow-javascript-tracker/issues",
@@ -47,6 +47,6 @@
4747
"typescript": "~4.6.2"
4848
},
4949
"peerDependencies": {
50-
"@snowplow/browser-tracker": "~3.22.0"
50+
"@snowplow/browser-tracker": "~3.22.1"
5151
}
5252
}

plugins/browser-plugin-media/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@snowplow/browser-plugin-media",
3-
"version": "3.22.0",
3+
"version": "3.22.1",
44
"description": "Snowplow media tracking",
55
"homepage": "https://github.com/snowplow/snowplow-javascript-tracker",
66
"bugs": "https://github.com/snowplow/snowplow-javascript-tracker/issues",
@@ -50,6 +50,6 @@
5050
"typescript": "~4.6.2"
5151
},
5252
"peerDependencies": {
53-
"@snowplow/browser-tracker": "~3.22.0"
53+
"@snowplow/browser-tracker": "~3.22.1"
5454
}
5555
}

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.22.0",
3+
"version": "3.22.1",
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",
@@ -48,6 +48,6 @@
4848
"typescript": "~4.6.2"
4949
},
5050
"peerDependencies": {
51-
"@snowplow/browser-tracker": "~3.22.0"
51+
"@snowplow/browser-tracker": "~3.22.1"
5252
}
5353
}

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.22.0",
3+
"version": "3.22.1",
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",
@@ -48,6 +48,6 @@
4848
"typescript": "~4.6.2"
4949
},
5050
"peerDependencies": {
51-
"@snowplow/browser-tracker": "~3.22.0"
51+
"@snowplow/browser-tracker": "~3.22.1"
5252
}
5353
}

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@snowplow/browser-plugin-performance-navigation-timing",
3-
"version": "3.22.0",
3+
"version": "3.22.1",
44
"description": "Attaches Performance Navigation Timing data to Snowplow events",
55
"homepage": "https://docs.snowplow.io/",
66
"bugs": "https://github.com/snowplow/snowplow-javascript-tracker/issues",
@@ -48,6 +48,6 @@
4848
"typescript": "~4.6.2"
4949
},
5050
"peerDependencies": {
51-
"@snowplow/browser-tracker": "~3.22.0"
51+
"@snowplow/browser-tracker": "~3.22.1"
5252
}
5353
}

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.22.0",
3+
"version": "3.22.1",
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",
@@ -48,6 +48,6 @@
4848
"typescript": "~4.6.2"
4949
},
5050
"peerDependencies": {
51-
"@snowplow/browser-tracker": "~3.22.0"
51+
"@snowplow/browser-tracker": "~3.22.1"
5252
}
5353
}

plugins/browser-plugin-privacy-sandbox/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@snowplow/browser-plugin-privacy-sandbox",
3-
"version": "3.22.0",
3+
"version": "3.22.1",
44
"description": "Allows for the collection of Privacy Sandbox specific data.",
55
"homepage": "https://docs.snowplow.io/",
66
"bugs": "https://github.com/snowplow/snowplow-javascript-tracker/issues",
@@ -48,6 +48,6 @@
4848
"typescript": "~4.6.2"
4949
},
5050
"peerDependencies": {
51-
"@snowplow/browser-tracker": "~3.22.0"
51+
"@snowplow/browser-tracker": "~3.22.1"
5252
}
5353
}

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.22.0",
3+
"version": "3.22.1",
44
"description": "Site tracking for Snowplow",
55
"homepage": "http://bit.ly/sp-js",
66
"bugs": "https://github.com/snowplow/snowplow-javascript-tracker/issues",
@@ -50,6 +50,6 @@
5050
"typescript": "~4.6.2"
5151
},
5252
"peerDependencies": {
53-
"@snowplow/browser-tracker": "~3.22.0"
53+
"@snowplow/browser-tracker": "~3.22.1"
5454
}
5555
}

0 commit comments

Comments
 (0)