Skip to content

Commit

Permalink
v1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amplitude-sdk-bot committed Jan 31, 2022
1 parent ef86882 commit 0463b5e
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "1.9.1",
"version": "1.9.2",
"packages": "packages/*",
"npmClient": "yarn",
"useWorkspaces": true
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-typescript/package.json
@@ -1,6 +1,6 @@
{
"name": "@amplitude/eslint-config-typescript",
"version": "1.5.4",
"version": "1.9.2",
"description": "ESLint config for Amplitude Typescript projects",
"keywords": [
"eslint",
Expand Down
6 changes: 3 additions & 3 deletions packages/identify/package.json
@@ -1,6 +1,6 @@
{
"name": "@amplitude/identify",
"version": "1.9.1",
"version": "1.9.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 All @@ -16,8 +16,8 @@
"access": "public"
},
"dependencies": {
"@amplitude/types": "^1.9.1",
"@amplitude/utils": "^1.9.1",
"@amplitude/types": "^1.9.2",
"@amplitude/utils": "^1.9.2",
"tslib": "^1.9.3"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/identity/package.json
@@ -1,6 +1,6 @@
{
"name": "@amplitude/identity",
"version": "1.9.1",
"version": "1.9.2",
"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,12 +16,12 @@
"access": "public"
},
"dependencies": {
"@amplitude/types": "^1.9.1",
"@amplitude/utils": "^1.9.1",
"@amplitude/types": "^1.9.2",
"@amplitude/utils": "^1.9.2",
"tslib": "^1.9.3"
},
"devDependencies": {
"@amplitude/eslint-config-typescript": "^1.5.4",
"@amplitude/eslint-config-typescript": "^1.9.2",
"@types/jest": "^26.0.10",
"eslint": "^7.0.0",
"eslint-plugin-jest": "^24.1.5",
Expand Down
10 changes: 5 additions & 5 deletions packages/node/package.json
@@ -1,6 +1,6 @@
{
"name": "@amplitude/node",
"version": "1.9.1",
"version": "1.9.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,13 +16,13 @@
"access": "public"
},
"dependencies": {
"@amplitude/identify": "^1.9.1",
"@amplitude/types": "^1.9.1",
"@amplitude/utils": "^1.9.1",
"@amplitude/identify": "^1.9.2",
"@amplitude/types": "^1.9.2",
"@amplitude/utils": "^1.9.2",
"tslib": "^1.9.3"
},
"devDependencies": {
"@amplitude/eslint-config-typescript": "^1.5.4",
"@amplitude/eslint-config-typescript": "^1.9.2",
"@types/jest": "^26.0.14",
"@types/node": "^15.0.2",
"eslint": "^7.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/types/package.json
@@ -1,6 +1,6 @@
{
"name": "@amplitude/types",
"version": "1.9.1",
"version": "1.9.2",
"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 All @@ -16,7 +16,7 @@
"access": "public"
},
"devDependencies": {
"@amplitude/eslint-config-typescript": "^1.5.4",
"@amplitude/eslint-config-typescript": "^1.9.2",
"@types/jest": "^26.0.14",
"eslint": "^7.0.0",
"jest": "^26.5.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/typescript/package.json
@@ -1,6 +1,6 @@
{
"name": "@amplitude/typescript",
"version": "1.5.4",
"version": "1.9.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 All @@ -11,7 +11,7 @@
"access": "public"
},
"dependencies": {
"@amplitude/eslint-config-typescript": "^1.5.4",
"@amplitude/eslint-config-typescript": "^1.9.2",
"@typescript-eslint/eslint-plugin": "^2.30.0",
"@typescript-eslint/parser": "^2.30.0",
"eslint-config-standard": "^14.1.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@amplitude/utils",
"version": "1.9.1",
"version": "1.9.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/main/packages/utils",
Expand All @@ -16,11 +16,11 @@
"access": "public"
},
"dependencies": {
"@amplitude/types": "^1.9.1",
"@amplitude/types": "^1.9.2",
"tslib": "^1.9.3"
},
"devDependencies": {
"@amplitude/eslint-config-typescript": "^1.5.4",
"@amplitude/eslint-config-typescript": "^1.9.2",
"@types/jest": "^26.0.14",
"@types/jsdom": "^16.2.5",
"eslint": "^7.0.0",
Expand Down

0 comments on commit 0463b5e

Please sign in to comment.