Skip to content

Commit

Permalink
[Release] Increase version to 3.0.3 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSNev authored Jun 7, 2023
1 parent 9ee7a69 commit 03efa53
Show file tree
Hide file tree
Showing 8 changed files with 1,793 additions and 1,043 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Node.js CI

on:
push:
branches: [ main ]
branches: [ main, release3.x ]
pull_request:
branches: [ main ]
branches: [ main, release3.x ]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ name: "CodeQL"

on:
push:
branches: [ main ]
branches: [ main, release3.x ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
branches: [ main, release3.x ]
schedule:
- cron: '17 15 * * 2'

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ any previously configured value.

| Version | Application Insights | React Native | Branch
|---------|-----------------------|----------------------|-----------
| 3.0.3 | ^2.8.14 | *<br/>dev:^0.69.9 | [release3.x](https://github.com/microsoft/applicationinsights-react-native/tree/release3.x)
| 3.0.2 | ^2.8.12 | *<br/>dev:^0.69.9 | [main](https://github.com/microsoft/applicationinsights-react-native)
| 3.0.1 | ^2.8.10 | *<br/>dev:^0.69.8 | [main](https://github.com/microsoft/applicationinsights-react-native)
| 3.0.0 | ^2.8.5 | *<br/>dev:^0.69.3 | [main](https://github.com/microsoft/applicationinsights-react-native)
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

## 3.0.3 (June 7th, 2023)

### Changelog

- Move release to [release3.x branch](https://github.com/microsoft/applicationinsights-react-native/tree/release3.x)
- Moving to release 3.x branch so that main can be updated to v3.x of Application Insights
- Update to ApplicationInsights 2.8.14

## 3.0.2 (Apr 12th, 2023)

### Changelog
Expand Down
6 changes: 3 additions & 3 deletions applicationinsights-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-react-native",
"version": "3.0.2",
"version": "3.0.3",
"description": "Microsoft Application Insights React Native Plugin",
"main": "dist-esm/index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -70,8 +70,8 @@
},
"dependencies": {
"@microsoft/dynamicproto-js": "^1.1.9",
"@microsoft/applicationinsights-common": "^2.8.12",
"@microsoft/applicationinsights-core-js": "^2.8.12",
"@microsoft/applicationinsights-common": "^2.8.14",
"@microsoft/applicationinsights-core-js": "^2.8.14",
"@microsoft/applicationinsights-shims": "^2.0.2",
"@nevware21/ts-utils": ">= 0.9.4 < 2.x"
},
Expand Down
2,803 changes: 1,772 additions & 1,031 deletions common/config/rush/npm-shrinkwrap.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-react-native",
"version": "3.0.2",
"version": "3.0.3",
"description": "Microsoft Application Insights React Native Plugin",
"main": "dist-esm/index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -67,8 +67,8 @@
"whatwg-fetch": "^3.0.0"
},
"dependencies": {
"@microsoft/applicationinsights-common": "^2.8.12",
"@microsoft/applicationinsights-core-js": "^2.8.12",
"@microsoft/applicationinsights-common": "^2.8.14",
"@microsoft/applicationinsights-core-js": "^2.8.14",
"@microsoft/applicationinsights-shims": "^2.0.2",
"@microsoft/dynamicproto-js": "^1.1.9",
"@nevware21/ts-utils": ">= 0.9.4 < 2.x"
Expand Down
4 changes: 2 additions & 2 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"description": "The release value identifies the base version that will be applied via the tools/release-tools/setVersion.js",
"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'",
"release": "3.0.2",
"release": "3.0.3",
"next": "patch",
"pkgs": {
"@microsoft/applicationinsights-react-native": {
"package": "applicationinsights-react-native/package.json",
"release": "3.0.2"
"release": "3.0.3"
}
}
}

0 comments on commit 03efa53

Please sign in to comment.