Skip to content

Commit 3a98636

Browse files
authored
release 15.3.7 (#209)
1 parent c4444dd commit 3a98636

7 files changed

Lines changed: 15 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ Additionally, as part of this change the existing v3.x extension has been moved
153153

154154
| Version | Application Insights | Angular | Branch
155155
|---------|-----------------------|----------------------|-----------
156+
| 15.3.7 | ^3.3.9 | peer: ^15.2.9 | [main](https://github.com/microsoft/applicationinsights-angularplugin-js)
156157
| 15.3.6 | ^3.3.6 | peer: ^15.2.9 | [main](https://github.com/microsoft/applicationinsights-angularplugin-js)
157158
| 15.3.5 | ^3.3.5 | peer: ^15.2.9 | [main](https://github.com/microsoft/applicationinsights-angularplugin-js)
158159
| 15.3.4 | ^3.3.4 | peer: ^15.2.9 | [main](https://github.com/microsoft/applicationinsights-angularplugin-js)

RELEASES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Releases
22

3+
## 15.3.7 (July 18th, 2025)
4+
5+
### Changelog
6+
7+
- #208 Update to Application Insights 3.3.9
8+
- #205 Update Components to address Component Governance issues
9+
310
## 15.3.6 (March 6th, 2025)
411

512
### Changelog

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/applicationinsights-angularplugin-js",
3-
"version": "15.3.6",
3+
"version": "15.3.7",
44
"description": "Microsoft Application Insights Angular plugin",
55
"main": "dist/bundles/microsoft-applicationinsights-angularplugin-js.umd.js",
66
"module": "dist/fesm2015/microsoft-applicationinsights-angularplugin-js.js",

projects/applicationinsights-angularplugin-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/applicationinsights-angularplugin-js",
3-
"version": "15.3.6",
3+
"version": "15.3.7",
44
"description": "Microsoft Application Insights Angular plugin",
55
"author": "Microsoft Application Insights Team",
66
"license": "MIT",

sample/applicationinsights-angularplugin-sample/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@angular/platform-browser": "^15.2.9",
3232
"@angular/platform-browser-dynamic": "^15.2.9",
3333
"@angular/router": "^15.2.9",
34-
"@microsoft/applicationinsights-angularplugin-js": "^15.3.6",
34+
"@microsoft/applicationinsights-angularplugin-js": "^15.3.7",
3535
"@microsoft/applicationinsights-web": "^3.3.9",
3636
"angular-in-memory-web-api": "~0.15.0",
3737
"rxjs": "~7.5.0",

version.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"description": "The release value identifies the base version that will be applied via the tools/release-tools/setVersion.js",
33
"usage": "When creating a new release you should update this value directly or via the eg. 'npm run setVersion -- 3.2.0' or 'npm run setVersion -- -patch' or 'npm run setVersion -- -minor'",
4-
"release": "15.3.5",
4+
"release": "15.3.7",
55
"next": "patch",
66
"pkgs": {
77
"@microsoft/applicationinsights-angularplugin-js": {
88
"package": "package.json",
9-
"release": "15.3.5"
9+
"release": "15.3.7"
1010
},
1111
"applicationinsights-angularplugin-sample": {
1212
"package": "sample/applicationinsights-angularplugin-sample/package.json",

0 commit comments

Comments
 (0)