mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
release: bump Angular DevTools version to 1.0.12 (#55056)
Also fixes a typo in release docs for the Firefox `zip` command. PR Close #55056
This commit is contained in:
parent
03b1ac3ce7
commit
abd973d0bb
3 changed files with 6 additions and 6 deletions
|
|
@ -66,7 +66,7 @@ To publish Angular DevTools as a Firefox Add-on, first build and package the ext
|
|||
yarn devtools:build:firefox
|
||||
|
||||
# Package the extension.
|
||||
(cd dist/bin/devtools/projects/shell-browser/src/prodapp ~/devtools-firefox && zip -r ~/devtools-firefox.zip *)
|
||||
(cd dist/bin/devtools/projects/shell-browser/src/prodapp && zip -r ~/devtools-firefox.zip *)
|
||||
```
|
||||
|
||||
Then upload it:
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@
|
|||
"short_name": "Angular DevTools",
|
||||
"name": "Angular DevTools",
|
||||
"description": "Angular DevTools extends Chrome DevTools adding Angular specific debugging and profiling capabilities.",
|
||||
"version": "1.0.11",
|
||||
"version_name": "1.0.11",
|
||||
"version": "1.0.12",
|
||||
"version_name": "1.0.12",
|
||||
"minimum_chrome_version": "102",
|
||||
"content_security_policy": {
|
||||
"extension_pages": "script-src 'self'; object-src 'self'"
|
||||
|
|
@ -65,4 +65,4 @@
|
|||
"all_frames": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"short_name": "Angular DevTools",
|
||||
"name": "Angular DevTools",
|
||||
"description": "Angular DevTools extends Firefox DevTools adding Angular specific debugging and profiling capabilities.",
|
||||
"version": "1.0.11",
|
||||
"version": "1.0.12",
|
||||
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
|
||||
"icons": {
|
||||
"16": "assets/icon16.png",
|
||||
|
|
@ -51,4 +51,4 @@
|
|||
"all_frames": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue