Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvin-lu committed Oct 1, 2020
1 parent 9e9a952 commit 75868a5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.0.1",
"version": "1.0.2",
"packages": "packages/*",
"npmClient": "yarn",
"useWorkspaces": true
Expand Down
6 changes: 3 additions & 3 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amplitude/node",
"version": "1.0.1",
"version": "1.0.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,8 +16,8 @@
"access": "public"
},
"dependencies": {
"@amplitude/types": "^1.0.0",
"@amplitude/utils": "^1.0.0",
"@amplitude/types": "^1.0.2",
"@amplitude/utils": "^1.0.2",
"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.0.0",
"version": "1.0.2",
"description": "Types for all Amplitude JavaScript SDKs",
"repository": "git://github.com/amplitude/Amplitude-Node.git",
"homepage": "https://github.com/amplitude/Amplitude-Node/tree/master/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.0.0",
"version": "1.0.2",
"description": "Utility functions for the Amplitude JavaScript SDK",
"repository": "git://github.com/amplitude/Amplitude-Node.git",
"homepage": "https://github.com/amplitude/Amplitude-Node/tree/master/packages/utils",
Expand All @@ -16,7 +16,7 @@
"access": "public"
},
"dependencies": {
"@amplitude/types": "^1.0.0"
"@amplitude/types": "^1.0.2"
},
"devDependencies": {
"eslint": "^7.0.0",
Expand Down

0 comments on commit 75868a5

Please sign in to comment.