Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
LironEr committed Aug 16, 2024
1 parent b5d41d7 commit 7deaf2f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions apps/service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"@fastify/secure-session": "^7.4.0",
"@octokit/auth-app": "^6.0.0",
"@octokit/rest": "^20.0.1",
"bundlemon-markdown-output": "^2.0.0",
"bundlemon-utils": "^2.0.0",
"bundlemon-markdown-output": "^2.0.1",
"bundlemon-utils": "^2.0.1",
"env-var": "^7.3.1",
"fastify": "^4.26.2",
"mongodb": "^6.3.0"
Expand Down
2 changes: 1 addition & 1 deletion apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@mui/icons-material": "^5.14.13",
"@mui/lab": "^5.0.0-alpha.148",
"@mui/material": "^5.14.13",
"bundlemon-utils": "^2.0.0",
"bundlemon-utils": "^2.0.1",
"material-react-table": "^1.15.0",
"mobx": "^6.10.2",
"mobx-react-lite": "^4.0.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/bundlemon-markdown-output/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bundlemon-markdown-output",
"version": "2.0.0",
"version": "2.0.1",
"description": "",
"keywords": [],
"author": "Liron Er",
Expand All @@ -18,7 +18,7 @@
"types": "lib/index.d.ts",
"scripts": {},
"dependencies": {
"bundlemon-utils": "^2.0.0",
"bundlemon-utils": "^2.0.1",
"bytes": "^3.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/bundlemon-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bundlemon-utils",
"version": "2.0.0",
"version": "2.0.1",
"description": "",
"keywords": [],
"author": "Liron Er",
Expand Down
4 changes: 2 additions & 2 deletions packages/bundlemon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bundlemon",
"version": "3.0.0",
"version": "3.0.1",
"description": "Monitor your bundle size",
"keywords": [
"bundle",
Expand Down Expand Up @@ -31,7 +31,7 @@
"axios": "^1.7.4",
"axios-retry": "^4.5.0",
"brotli-size": "^4.0.0",
"bundlemon-utils": "^2.0.0",
"bundlemon-utils": "^2.0.1",
"bytes": "^3.1.2",
"chalk": "^4.0.0",
"commander": "^11.1.0",
Expand Down

0 comments on commit 7deaf2f

Please sign in to comment.