diff --git a/lerna.json b/lerna.json index a7af82f..6ed0ce4 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.3.1", + "version": "1.3.2", "packages": "packages/*", "npmClient": "yarn", "useWorkspaces": true diff --git a/packages/identify/package.json b/packages/identify/package.json index 9078de7..c0c1180 100644 --- a/packages/identify/package.json +++ b/packages/identify/package.json @@ -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", diff --git a/packages/node/package.json b/packages/node/package.json index d4398c6..88ed512 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -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", @@ -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" diff --git a/packages/typescript/package.json b/packages/typescript/package.json index e4e708b..0f3bc52 100644 --- a/packages/typescript/package.json +++ b/packages/typescript/package.json @@ -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",