Skip to content

Commit fd496f0

Browse files
authored
release 15.3.8 (#211)
1 parent 104a599 commit fd496f0

7 files changed

Lines changed: 16 additions & 9 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.10 | peer: ^15.2.9 | [main](https://github.com/microsoft/applicationinsights-angularplugin-js)
156157
| 15.3.7 | ^3.3.9 | peer: ^15.2.9 | [main](https://github.com/microsoft/applicationinsights-angularplugin-js)
157158
| 15.3.6 | ^3.3.6 | peer: ^15.2.9 | [main](https://github.com/microsoft/applicationinsights-angularplugin-js)
158159
| 15.3.5 | ^3.3.5 | peer: ^15.2.9 | [main](https://github.com/microsoft/applicationinsights-angularplugin-js)

RELEASES.md

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

3+
## 15.3.7 (Sept 24th, 2025)
4+
5+
### Changelog
6+
7+
- #210 Update to Application Insights 3.3.10
8+
39
## 15.3.7 (July 18th, 2025)
410

511
### 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.7",
3+
"version": "15.3.8",
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.7",
3+
"version": "15.3.8",
44
"description": "Microsoft Application Insights Angular plugin",
55
"author": "Microsoft Application Insights Team",
66
"license": "MIT",

sample/applicationinsights-angularplugin-sample/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "applicationinsights-angularplugin-sample",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Microsoft Applicationinsights Angularplugin Sample App",
55
"author": "Microsoft Application Insights Team",
66
"license": "MIT",
@@ -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.7",
34+
"@microsoft/applicationinsights-angularplugin-js": "^15.3.8",
3535
"@microsoft/applicationinsights-web": "^3.3.10",
3636
"angular-in-memory-web-api": "~0.15.0",
3737
"rxjs": "~7.5.0",

version.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
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.7",
4+
"release": "15.3.8",
55
"next": "patch",
66
"pkgs": {
77
"@microsoft/applicationinsights-angularplugin-js": {
88
"package": "package.json",
9-
"release": "15.3.7"
9+
"release": "15.3.8"
1010
},
1111
"applicationinsights-angularplugin-sample": {
1212
"package": "sample/applicationinsights-angularplugin-sample/package.json",
13-
"release": "0.3.0"
13+
"release": "0.3.1"
1414
}
1515
}
1616
}

0 commit comments

Comments
 (0)