Skip to content

Commit

Permalink
[Release] Increase version to 3.4.0 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
Karlie-777 authored Aug 15, 2022
1 parent 6b67504 commit 0855324
Show file tree
Hide file tree
Showing 6 changed files with 174 additions and 262 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ Please note that it can take up to 10 minutes for new custom metric to appear in

| Version | Application Insights | React | Branch
|---------|-----------------------|-----------|-----------
| 3.4.0 | ^2.8.5 | >= 17.0.1 | [main](https://github.com/microsoft/applicationinsights-react-js)
| 3.3.6 | ^2.8.5 | ^17.0.1 | [main](https://github.com/microsoft/applicationinsights-react-js) <-- First release from this repo
| 3.3.5 | 2.8.5 | ^17.0.1 | [main](https://github.com/microsoft/applicationinsights-react-js) and [AI master](https://github.com/microsoft/ApplicationInsights-JS/tree/master/extensions/applicationinsights-react-js)
| 3.3.4 | 2.8.4 | ^17.0.1 | [AI master](https://github.com/microsoft/ApplicationInsights-JS/tree/master/extensions/applicationinsights-react-js)
Expand Down
12 changes: 12 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Releases

## 3.4.0 (Aug 15th, 2022)

- [Released from applicationinsights-react-js Repo](https://github.com/microsoft/applicationinsights-react-js)
- Updates React Plugin to v3.4.0 (with UNPINNED ApplicationInsights ^2.8.5 as dependency) -- using React 17, compatible with React 18

### Changelog

- #14 Add react sample and build with rush
- #15 Upgrade to support React 18
- #17 Add nightly release documentation
- #16 Address Component Governance issues

## 3.3.6 (July 27th, 2022)

- First release from [new repo](https://github.com/microsoft/applicationinsights-react-js)
Expand Down
2 changes: 1 addition & 1 deletion applicationinsights-react-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-react-js",
"version": "3.3.6",
"version": "3.4.0",
"description": "Microsoft Application Insights React plugin",
"author": "Microsoft Application Insights Team",
"license": "MIT",
Expand Down
Loading

0 comments on commit 0855324

Please sign in to comment.