Skip to content

Commit

Permalink
v1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhao900914 committed Mar 24, 2021
1 parent 044230f commit baa5936
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.5.2",
"version": "1.5.3",
"packages": "packages/*",
"npmClient": "yarn",
"useWorkspaces": true
Expand Down
6 changes: 3 additions & 3 deletions packages/identify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amplitude/identify",
"version": "1.5.2",
"version": "1.5.3",
"description": "Utility functions to build and interact with the Identify API",
"repository": "git://github.com/amplitude/Amplitude-Node.git",
"homepage": "https://github.com/amplitude/Amplitude-Node/tree/master/packages/identify",
Expand All @@ -16,8 +16,8 @@
"access": "public"
},
"dependencies": {
"@amplitude/types": "^1.5.2",
"@amplitude/utils": "^1.5.2",
"@amplitude/types": "^1.5.3",
"@amplitude/utils": "^1.5.3",
"tslib": "^1.9.3"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/identity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amplitude/identity",
"version": "1.5.2",
"version": "1.5.3",
"description": "Identity Manager for JS-based SDK's to help track device and user ID's",
"repository": "git://github.com/amplitude/Amplitude-Node.git",
"homepage": "https://github.com/amplitude/Amplitude-Node/tree/main/packages/identity",
Expand All @@ -16,8 +16,8 @@
"access": "public"
},
"dependencies": {
"@amplitude/types": "^1.5.2",
"@amplitude/utils": "^1.5.2",
"@amplitude/types": "^1.5.3",
"@amplitude/utils": "^1.5.3",
"tslib": "^1.9.3"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amplitude/node",
"version": "1.5.2",
"version": "1.5.3",
"description": "Offical Amplitude SDK for Node.js",
"repository": "git://github.com/amplitude/Amplitude-Node.git",
"homepage": "https://github.com/amplitude/Amplitude-Node",
Expand All @@ -16,9 +16,9 @@
"access": "public"
},
"dependencies": {
"@amplitude/identify": "^1.5.2",
"@amplitude/types": "^1.5.2",
"@amplitude/utils": "^1.5.2",
"@amplitude/identify": "^1.5.3",
"@amplitude/types": "^1.5.3",
"@amplitude/utils": "^1.5.3",
"tslib": "^1.9.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amplitude/types",
"version": "1.5.2",
"version": "1.5.3",
"description": "Types for all Amplitude JavaScript SDKs",
"repository": "git://github.com/amplitude/Amplitude-Node.git",
"homepage": "https://github.com/amplitude/Amplitude-Node/tree/main/packages/types",
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amplitude/utils",
"version": "1.5.2",
"version": "1.5.3",
"description": "Utility functions for the Amplitude JavaScript SDK",
"repository": "git://github.com/amplitude/Amplitude-Node.git",
"homepage": "https://github.com/amplitude/Amplitude-Node/tree/main/packages/utils",
Expand All @@ -16,7 +16,7 @@
"access": "public"
},
"dependencies": {
"@amplitude/types": "^1.5.2",
"@amplitude/types": "^1.5.3",
"tslib": "^1.9.3"
},
"devDependencies": {
Expand Down

0 comments on commit baa5936

Please sign in to comment.