Skip to content

Commit fc8fc94

Browse files
committed
Release. Bump version number 3.3.4
1 parent 38cd8fd commit fc8fc94

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"packages": [
44
"packages/**"
55
],
6-
"version": "3.3.3",
6+
"version": "3.3.4",
77
"useWorkspaces": true
88
}

packages/common-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@barchart/events-api-common",
3-
"version": "3.3.3",
3+
"version": "3.3.4",
44
"description": "Common classes used by the Barchart Event Tracking System",
55
"author": {
66
"name": "Bryan Ingle",

packages/sdk-js/docs/_coverpage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# @barchart/events-client-js <small>3.3.3</small>
1+
# @barchart/events-client-js <small>3.3.4</small>
22

33
> JavaScript SDK for Barchart&#x27;s Event Tracking Service
44

packages/sdk-js/example/browser/example.event.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22847,7 +22847,7 @@ module.exports = (() => {
2284722847
'use strict';
2284822848

2284922849
return {
22850-
version: '3.3.3'
22850+
version: '3.3.4'
2285122851
};
2285222852
})();
2285322853

packages/sdk-js/example/browser/example.report.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22573,7 +22573,7 @@ module.exports = (() => {
2257322573
'use strict';
2257422574

2257522575
return {
22576-
version: '3.3.3'
22576+
version: '3.3.4'
2257722577
};
2257822578
})();
2257922579

packages/sdk-js/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ module.exports = (() => {
22
'use strict';
33

44
return {
5-
version: '3.3.3'
5+
version: '3.3.4'
66
};
77
})();

packages/sdk-js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@barchart/events-client-js",
3-
"version": "3.3.3",
3+
"version": "3.3.4",
44
"description": "JavaScript SDK for Barchart's Event Tracking Service",
55
"author": {
66
"name": "Bryan Ingle",
@@ -23,7 +23,7 @@
2323
},
2424
"dependencies": {
2525
"@barchart/common-js": "^4.8.0",
26-
"@barchart/events-api-common": "^3.3.3"
26+
"@barchart/events-api-common": "^3.3.4"
2727
},
2828
"devDependencies": {
2929
"@babel/core": "^7.11.6",

0 commit comments

Comments
 (0)