Skip to content

Commit

Permalink
[Angular15] [Release] Increase version to 15.0.3 (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
siyuniu-ms authored Mar 22, 2024
1 parent ec281b1 commit 047d2ce
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ Additionally, as part of this change the existing v3.x extension has been moved

| Version | Application Insights | Angular | Branch
|---------|-----------------------|----------------------|-----------
| 15.0.3 | ^3.0.9 | peer: ^15.2.9 | [main](https://github.com/microsoft/applicationinsights-angularplugin-js)
| 15.0.2 | ^3.0.8 | peer: ^15.2.9 | [main](https://github.com/microsoft/applicationinsights-angularplugin-js)
| 15.0.1 | ^3.0.5 | peer: ^15.2.9 | [main](https://github.com/microsoft/applicationinsights-angularplugin-js)
| 15.0.0 | ^3.0.3 | peer: ^15.2.9 | [main](https://github.com/microsoft/applicationinsights-angularplugin-js)
Expand Down
6 changes: 5 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Releases

## 15.0.2 (Feb 12th, 2024)
## 15.0.3 (Mar 22nd, 2024)

- #164 [angular15][pre-release] update application insights to 3.0.9 and add tag

## 15.0.2 (Feb 12nd, 2024)

- #135 Update workflow angular.yml to support angular 14 release branch
- #137 [main] Update codeql-analysis.yml to add Angular 14 branch
Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-angularplugin-js",
"version": "15.0.2",
"version": "15.0.3",
"description": "Microsoft Application Insights Angular plugin",
"main": "dist/bundles/microsoft-applicationinsights-angularplugin-js.umd.js",
"module": "dist/fesm2015/microsoft-applicationinsights-angularplugin-js.js",
Expand Down
2 changes: 1 addition & 1 deletion projects/applicationinsights-angularplugin-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-angularplugin-js",
"version": "15.0.2",
"version": "15.0.3",
"description": "Microsoft Application Insights Angular plugin",
"author": "Microsoft Application Insights Team",
"license": "MIT",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "applicationinsights-angularplugin-sample",
"version": "0.0.1",
"version": "0.0.3",
"description": "Microsoft Applicationinsights Angularplugin Sample App",
"author": "Microsoft Application Insights Team",
"license": "MIT",
Expand Down

0 comments on commit 047d2ce

Please sign in to comment.