Skip to content

Commit

Permalink
release: bump Angular DevTools version to 1.0.12 (#55056)
Browse files Browse the repository at this point in the history
Also fixes a typo in release docs for the Firefox `zip` command.

PR Close #55056
  • Loading branch information
dgp1130 authored and dylhunn committed Mar 27, 2024
1 parent 2ad5dcf commit 0ec68a2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion devtools/README.md
Expand Up @@ -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:
Expand Down
Expand Up @@ -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'"
Expand Down Expand Up @@ -65,4 +65,4 @@
"all_frames": true
}
]
}
}
Expand Up @@ -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",
Expand Down Expand Up @@ -51,4 +51,4 @@
"all_frames": true
}
]
}
}

0 comments on commit 0ec68a2

Please sign in to comment.