Skip to content

Commit

Permalink
Merge pull request #66 from microsoft/MSNev/PrepareRelease
Browse files Browse the repository at this point in the history
[Release] Increase version to 2.9.2
  • Loading branch information
MSNev authored Jul 27, 2022
2 parents 02cd1e2 + 474836f commit 788c0d8
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,20 @@ extensionConfig: {
}
```

## Compatibility Matrix

| Version | Application Insights | Angular | Branch
|---------|-----------------------|----------------------|-----------
| 2.9.2 | ^2.8.5 | peer: ^13.0.3 | [main](https://github.com/microsoft/applicationinsights-angularplugin-js)
| 2.9.1 | ~2.8.2 | peer: ^13.0.3 | [main](https://github.com/microsoft/applicationinsights-angularplugin-js)
| 2.9.0 | ~2.8.1 | peer: ^13.0.3 | [main](https://github.com/microsoft/applicationinsights-angularplugin-js)
| 2.8.1 | ~2.7.4 | peer: ^13.0.3 | [main](https://github.com/microsoft/applicationinsights-angularplugin-js)
| 2.8.0 | ^2.7.3 | peer: ^13.0.3 | [main](https://github.com/microsoft/applicationinsights-angularplugin-js)
| 2.7.2 | ~2.7.5 | peer: ^11.0.6 | [Angular11](https://github.com/microsoft/applicationinsights-angularplugin-js/commits/Angular11)
| 2.7.1 | ~2.7.4 | peer: ^11.0.6 | [Angular11](https://github.com/microsoft/applicationinsights-angularplugin-js/commits/Angular11)

Previous releases where from the [ApplicationInsights-JS repo with archived angularplugin-legacy Branch](https://github.com/microsoft/ApplicationInsights-JS/tree/angularplugin-legacy) and previous [Release Notes](https://github.com/microsoft/ApplicationInsights-JS/blob/angularplugin-legacy/RELEASES.md)

### Note

Angular plugin is using newer version of typescript, make sure to build and test before you create a pull request.
Expand Down
8 changes: 8 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Releases

## 2.9.2 (July 27th, 2022)

This will likely be the last release from the `main` branch targeting Angular 13, once `main` targets a newer version a branch will be created to support any necessary security patches.
### Changelog

- Update to [ApplicationInsights to ^2.8.5 from ~2.8.2](https://github.com/microsoft/ApplicationInsights-JS/blob/master/RELEASES.md)
- #65 Update and add legal compliance notices and license terms

## 2.9.1 (May 2nd, 2022)

### Changelog
Expand Down
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": "2.9.1",
"version": "2.9.2",
"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": "2.9.1",
"version": "2.9.2",
"peerDependencies": {
"@angular/common": "^13.0.3",
"@angular/core": "^13.0.3"
Expand Down

0 comments on commit 788c0d8

Please sign in to comment.