Skip to content

Commit

Permalink
feat(all): bump npm package version for the next release
Browse files Browse the repository at this point in the history
Summary: bump npm package version for the next release

Reviewed By: tulga1970

Differential Revision: D48673950

fbshipit-source-id: f591bb64825b4b5359d29248336ffee0332eb33d
  • Loading branch information
JacksonGL authored and facebook-github-bot committed Aug 29, 2023
1 parent 788a0dc commit fdac330
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.24",
"version": "1.0.25",
"license": "MIT",
"description": "memlab API",
"author": "Liang Gong <lgong@fb.com>",
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.27",
"version": "1.0.28",
"license": "MIT",
"description": "command line interface for memlab",
"author": "Liang Gong <lgong@fb.com>",
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.25",
"version": "1.1.26",
"license": "MIT",
"description": "memlab core libraries",
"author": "Liang Gong <lgong@fb.com>",
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.25",
"version": "1.0.26",
"license": "MIT",
"description": "memlab browser E2E interaction libraries",
"author": "Liang Gong <lgong@fb.com>",
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.22",
"version": "1.0.23",
"license": "MIT",
"description": "heap analysis plugins for memlab",
"author": "Liang Gong <lgong@fb.com>",
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.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",
Expand Down

0 comments on commit fdac330

Please sign in to comment.