Skip to content

Commit

Permalink
chore(all): bump version for the next release
Browse files Browse the repository at this point in the history
Summary: bump version number for the next memlab release

Differential Revision: D52826114

fbshipit-source-id: fd27eabb62faae65bbec653ce20fbd6a5289df24
  • Loading branch information
JacksonGL authored and facebook-github-bot committed Jan 19, 2024
1 parent 12d315f commit 35e63fa
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@memlab/api",
"version": "1.0.26",
"version": "1.0.27",
"license": "MIT",
"description": "memlab API",
"author": "Liang Gong <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@memlab/cli",
"version": "1.0.29",
"version": "1.0.30",
"license": "MIT",
"description": "command line interface for memlab",
"author": "Liang Gong <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@memlab/core",
"version": "1.1.27",
"version": "1.1.28",
"license": "MIT",
"description": "memlab core libraries",
"author": "Liang Gong <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@memlab/e2e",
"version": "1.0.27",
"version": "1.0.28",
"license": "MIT",
"description": "memlab browser E2E interaction libraries",
"author": "Liang Gong <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/heap-analysis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@memlab/heap-analysis",
"version": "1.0.24",
"version": "1.0.25",
"license": "MIT",
"description": "heap analysis plugins for memlab",
"author": "Liang Gong <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/memlab/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "memlab",
"version": "1.1.43",
"version": "1.1.44",
"license": "MIT",
"description": "memlab is a framework that analyzes memory and finds memory leaks in JavaScript applications.",
"main": "dist/index.js",
Expand Down

0 comments on commit 35e63fa

Please sign in to comment.