Skip to content

Commit

Permalink
v3.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rezonant committed Jul 15, 2024
1 parent 809fa16 commit 56791af
Show file tree
Hide file tree
Showing 15 changed files with 117 additions and 117 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.10.2"
"version": "3.11.0"
}
146 changes: 73 additions & 73 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/annotations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alterior/annotations",
"version": "3.9.1",
"version": "3.11.0",
"description": "Create and interact with Typescript metadata decorators",
"author": "The Alterior Project (https://github.com/alterior-mvc)",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alterior/cli",
"version": "3.10.0",
"version": "3.11.0",
"description": "Provides the `alt` command line tool for managing Alterior projects",
"main": "dist/index.js",
"module": "dist.esm/index.js",
Expand Down Expand Up @@ -31,10 +31,10 @@
},
"homepage": "https://github.com/alterior-mvc/alterior#readme",
"dependencies": {
"@alterior/annotations": "^3.9.1",
"@alterior/annotations": "^3.11.0",
"@alterior/command-line": "^3.2.0",
"@alterior/common": "^3.9.1",
"@alterior/runtime": "^3.10.0",
"@alterior/runtime": "^3.11.0",
"mkdirp": "^1.0.4",
"rimraf": "^5.0.5",
"source-map-support": "^0.5.19",
Expand Down
Loading

0 comments on commit 56791af

Please sign in to comment.