Skip to content

Commit

Permalink
v3.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rezonant committed Feb 9, 2025
1 parent 9c1a155 commit 62e2852
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "3.13.1"
"version": "3.13.2"
}
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alterior/cli",
"version": "3.13.1",
"version": "3.13.2",
"description": "Provides the `alt` command line tool for managing Alterior projects",
"main": "dist/index.js",
"module": "dist.esm/index.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
"homepage": "https://github.com/alterior-mvc/alterior#readme",
"dependencies": {
"@alterior/annotations": "^3.11.1",
"@alterior/command-line": "^3.13.1",
"@alterior/command-line": "^3.13.2",
"@alterior/common": "^3.9.1",
"@alterior/runtime": "^3.11.1",
"mkdirp": "^1.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/command-line/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alterior/command-line",
"version": "3.13.1",
"version": "3.13.2",
"description": "Tools for building command line tools using Alterior",
"main": "dist/index.js",
"module": "dist.esm/index.js",
Expand Down

0 comments on commit 62e2852

Please sign in to comment.