Skip to content

Commit

Permalink
v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvin-lu committed Jan 30, 2021
1 parent 10188c7 commit 42464f4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.3.1",
"version": "1.3.2",
"packages": "packages/*",
"npmClient": "yarn",
"useWorkspaces": true
Expand Down
2 changes: 1 addition & 1 deletion packages/identify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amplitude/identify",
"version": "1.3.1",
"version": "1.3.2",
"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 Down
4 changes: 2 additions & 2 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amplitude/node",
"version": "1.3.1",
"version": "1.3.2",
"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,7 +16,7 @@
"access": "public"
},
"dependencies": {
"@amplitude/identify": "^1.3.1",
"@amplitude/identify": "^1.3.2",
"@amplitude/types": "^1.3.1",
"@amplitude/utils": "^1.3.1",
"tslib": "^1.9.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amplitude/typescript",
"version": "1.3.1",
"version": "1.3.2",
"description": "Typescript configuration used at Amplitude",
"repository": "git://github.com/amplitude/Amplitude-Node.git",
"homepage": "https://github.com/amplitude/Amplitude-Node/tree/main/packages/typescript",
Expand Down

0 comments on commit 42464f4

Please sign in to comment.