From fdac33081e5c4d1cbcb7e219fc0c4b7101f732d4 Mon Sep 17 00:00:00 2001 From: Liang Gong Date: Tue, 29 Aug 2023 14:25:02 -0700 Subject: [PATCH] feat(all): bump npm package version for the next release Summary: bump npm package version for the next release Reviewed By: tulga1970 Differential Revision: D48673950 fbshipit-source-id: f591bb64825b4b5359d29248336ffee0332eb33d --- packages/api/package.json | 2 +- packages/cli/package.json | 2 +- packages/core/package.json | 2 +- packages/e2e/package.json | 2 +- packages/heap-analysis/package.json | 2 +- packages/memlab/package.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/api/package.json b/packages/api/package.json index 3147ce51a..a7025f096 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@memlab/api", - "version": "1.0.24", + "version": "1.0.25", "license": "MIT", "description": "memlab API", "author": "Liang Gong ", diff --git a/packages/cli/package.json b/packages/cli/package.json index 1d5d87d7c..4cd4303f6 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@memlab/cli", - "version": "1.0.27", + "version": "1.0.28", "license": "MIT", "description": "command line interface for memlab", "author": "Liang Gong ", diff --git a/packages/core/package.json b/packages/core/package.json index 5b356a5a5..a23f67526 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@memlab/core", - "version": "1.1.25", + "version": "1.1.26", "license": "MIT", "description": "memlab core libraries", "author": "Liang Gong ", diff --git a/packages/e2e/package.json b/packages/e2e/package.json index 730fb7559..bd141688c 100644 --- a/packages/e2e/package.json +++ b/packages/e2e/package.json @@ -1,6 +1,6 @@ { "name": "@memlab/e2e", - "version": "1.0.25", + "version": "1.0.26", "license": "MIT", "description": "memlab browser E2E interaction libraries", "author": "Liang Gong ", diff --git a/packages/heap-analysis/package.json b/packages/heap-analysis/package.json index 5979c9486..f938d7680 100644 --- a/packages/heap-analysis/package.json +++ b/packages/heap-analysis/package.json @@ -1,6 +1,6 @@ { "name": "@memlab/heap-analysis", - "version": "1.0.22", + "version": "1.0.23", "license": "MIT", "description": "heap analysis plugins for memlab", "author": "Liang Gong ", diff --git a/packages/memlab/package.json b/packages/memlab/package.json index 411ba4d60..b4439d9bf 100644 --- a/packages/memlab/package.json +++ b/packages/memlab/package.json @@ -1,6 +1,6 @@ { "name": "memlab", - "version": "1.1.41", + "version": "1.1.42", "license": "MIT", "description": "memlab is a framework that analyzes memory and finds memory leaks in JavaScript applications.", "main": "dist/index.js",