Skip to content

Commit

Permalink
[cli] 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenVoich committed Oct 8, 2024
1 parent e58a2eb commit e6960ee
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 5 deletions.
10 changes: 9 additions & 1 deletion cli-releases/releases.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"tags": {
"latest": "1.0.1"
"latest": "1.1.0"
},
"versions": {
"0.41.0": {
Expand Down Expand Up @@ -88,6 +88,14 @@
"commitHash": "36e61c06799020d66c77c66676f2a865095000d3",
"url": "https://cli.mops.one/versions/1.0.1.tgz",
"hash": "72605037a11b9d9ae30b6d1afea0f654156352e13377ab4ab932c9cf30ffc30e"
},
"1.1.0": {
"time": 1728379362728,
"size": 716948,
"relseaseNotes": "* New `mops watch` command to check for syntax errors, show warnings, run tests, generate declarations and deploy canisters ([docs](https://docs.mops.one/cli/mops-watch))\n* New flag `--no-toolchain` in `mops install` command to skip toolchain installation\n* New lock file format v3 ([docs](https://docs.mops.one/mops.lock))\n* Faster `mops install` from lock file when lock file is up-to-date and there are no cached packages\n* Fixed replica test hanging in watch mode bug\n* Fixed mops failing when dfx is not installed\n* Fixed `mops test` Github Action template\n",
"commitHash": "e58a2ebc467abd68a38c66deeb56d5d0e14846df",
"url": "https://cli.mops.one/versions/1.1.0.tgz",
"hash": "fb08737d3fc335a6adecf62e1881e78867cfc2230f074d33e86686b84c366268"
}
}
}
2 changes: 1 addition & 1 deletion cli-releases/tags/latest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.1
1.1.0
Binary file added cli-releases/versions/1.1.0.tgz
Binary file not shown.
Binary file modified cli-releases/versions/1.tgz
Binary file not shown.
Binary file modified cli-releases/versions/latest.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions cli/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 cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ic-mops",
"version": "1.0.1",
"version": "1.1.0",
"type": "module",
"bin": {
"mops": "dist/bin/mops.js",
Expand Down

0 comments on commit e6960ee

Please sign in to comment.