From 5d705da630231765b1f3f71b1e80ba020bce23d3 Mon Sep 17 00:00:00 2001 From: Liang Gong Date: Fri, 10 May 2024 12:33:49 -0700 Subject: [PATCH] bump memlab version for the next release Summary: bump memlab version for the next npm version release Reviewed By: twobassdrum Differential Revision: D56965570 fbshipit-source-id: e181db46a9f9c18b99aa6af611ece9d0d168bc9e --- packages/api/package.json | 8 ++++---- packages/cli/package.json | 10 +++++----- packages/core/package.json | 2 +- packages/e2e/package.json | 4 ++-- packages/heap-analysis/package.json | 6 +++--- packages/memlab/package.json | 12 ++++++------ 6 files changed, 21 insertions(+), 21 deletions(-) diff --git a/packages/api/package.json b/packages/api/package.json index f30a5b6b..9cdd7035 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@memlab/api", - "version": "1.0.29", + "version": "1.0.30", "license": "MIT", "description": "memlab API", "author": "Liang Gong ", @@ -27,9 +27,9 @@ "access": "public" }, "dependencies": { - "@memlab/core": "^1.1.30", - "@memlab/e2e": "^1.0.30", - "@memlab/heap-analysis": "^1.0.27", + "@memlab/core": "^1.1.31", + "@memlab/e2e": "^1.0.31", + "@memlab/heap-analysis": "^1.0.28", "ansi": "^0.3.1", "babar": "^0.2.0", "chalk": "^4.0.0", diff --git a/packages/cli/package.json b/packages/cli/package.json index 21f56f7d..a45e7360 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@memlab/cli", - "version": "1.0.32", + "version": "1.0.33", "license": "MIT", "description": "command line interface for memlab", "author": "Liang Gong ", @@ -26,10 +26,10 @@ "access": "public" }, "dependencies": { - "@memlab/api": "^1.0.29", - "@memlab/core": "^1.1.30", - "@memlab/e2e": "^1.0.30", - "@memlab/heap-analysis": "^1.0.27", + "@memlab/api": "^1.0.30", + "@memlab/core": "^1.1.31", + "@memlab/e2e": "^1.0.31", + "@memlab/heap-analysis": "^1.0.28", "ansi": "^0.3.1", "babar": "^0.2.0", "blessed": "^0.1.81", diff --git a/packages/core/package.json b/packages/core/package.json index 7452a253..a25837e0 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@memlab/core", - "version": "1.1.30", + "version": "1.1.31", "license": "MIT", "description": "memlab core libraries", "author": "Liang Gong ", diff --git a/packages/e2e/package.json b/packages/e2e/package.json index a57288ce..6ed99f3a 100644 --- a/packages/e2e/package.json +++ b/packages/e2e/package.json @@ -1,6 +1,6 @@ { "name": "@memlab/e2e", - "version": "1.0.30", + "version": "1.0.31", "license": "MIT", "description": "memlab browser E2E interaction libraries", "author": "Liang Gong ", @@ -21,7 +21,7 @@ "LICENSE" ], "dependencies": { - "@memlab/core": "^1.1.30", + "@memlab/core": "^1.1.31", "ansi": "^0.3.1", "babar": "^0.2.0", "chalk": "^4.0.0", diff --git a/packages/heap-analysis/package.json b/packages/heap-analysis/package.json index a2cd7483..1611a39a 100644 --- a/packages/heap-analysis/package.json +++ b/packages/heap-analysis/package.json @@ -1,6 +1,6 @@ { "name": "@memlab/heap-analysis", - "version": "1.0.27", + "version": "1.0.28", "license": "MIT", "description": "heap analysis plugins for memlab", "author": "Liang Gong ", @@ -20,8 +20,8 @@ "LICENSE" ], "dependencies": { - "@memlab/core": "^1.1.30", - "@memlab/e2e": "^1.0.30", + "@memlab/core": "^1.1.31", + "@memlab/e2e": "^1.0.31", "ansi": "^0.3.1", "babar": "^0.2.0", "chalk": "^4.0.0", diff --git a/packages/memlab/package.json b/packages/memlab/package.json index 6ce7bee0..11521360 100644 --- a/packages/memlab/package.json +++ b/packages/memlab/package.json @@ -1,6 +1,6 @@ { "name": "memlab", - "version": "1.1.47", + "version": "1.1.48", "license": "MIT", "description": "memlab is a framework that analyzes memory and finds memory leaks in JavaScript applications.", "main": "dist/index.js", @@ -26,11 +26,11 @@ "snapshot" ], "dependencies": { - "@memlab/cli": "^1.0.32", - "@memlab/api": "^1.0.29", - "@memlab/core": "^1.1.30", - "@memlab/e2e": "^1.0.30", - "@memlab/heap-analysis": "^1.0.27", + "@memlab/cli": "^1.0.33", + "@memlab/api": "^1.0.30", + "@memlab/core": "^1.1.31", + "@memlab/e2e": "^1.0.31", + "@memlab/heap-analysis": "^1.0.28", "ansi": "^0.3.1", "babar": "^0.2.0", "chalk": "^4.0.0",