Skip to content

Commit 8efe55b

Browse files
author
Customer.io
committed
Update version
1 parent e6186ed commit 8efe55b

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

packages/browser/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@customerio/cdp-analytics-browser",
3-
"version": "0.3.17",
3+
"version": "0.3.18",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/customerio/cdp-analytics-js",
@@ -48,7 +48,7 @@
4848
}
4949
],
5050
"dependencies": {
51-
"@customerio/cdp-analytics-core": "0.3.17",
51+
"@customerio/cdp-analytics-core": "0.3.18",
5252
"@lukeed/uuid": "^2.0.0",
5353
"@segment/analytics.js-video-plugins": "^0.2.1",
5454
"@segment/facade": "^3.4.9",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// This file is generated.
2-
export const version = '0.3.17'
2+
export const version = '0.3.18'

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@customerio/cdp-analytics-core",
3-
"version": "0.3.17",
3+
"version": "0.3.18",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/customerio/cdp-analytics-js",

packages/node/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@customerio/cdp-analytics-node",
3-
"version": "0.3.17",
3+
"version": "0.3.18",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/customerio/cdp-analytics-js",
@@ -33,7 +33,7 @@
3333
"prepublish": "yarn run -T build"
3434
},
3535
"dependencies": {
36-
"@customerio/cdp-analytics-core": "0.3.17",
36+
"@customerio/cdp-analytics-core": "0.3.18",
3737
"@lukeed/uuid": "^2.0.0",
3838
"buffer": "^6.0.3",
3939
"node-fetch": "^2.6.7",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@ __metadata:
755755
version: 0.0.0-use.local
756756
resolution: "@customerio/cdp-analytics-browser@workspace:packages/browser"
757757
dependencies:
758-
"@customerio/cdp-analytics-core": 0.3.17
758+
"@customerio/cdp-analytics-core": 0.3.18
759759
"@internal/config": 0.0.0
760760
"@lukeed/uuid": ^2.0.0
761761
"@segment/analytics.js-integration": ^3.3.3
@@ -822,7 +822,7 @@ __metadata:
822822
version: 0.0.0-use.local
823823
resolution: "@customerio/cdp-analytics-node@workspace:packages/node"
824824
dependencies:
825-
"@customerio/cdp-analytics-core": 0.3.17
825+
"@customerio/cdp-analytics-core": 0.3.18
826826
"@internal/config": 0.0.0
827827
"@lukeed/uuid": ^2.0.0
828828
"@types/node": ^14

0 commit comments

Comments
 (0)