Skip to content

Commit

Permalink
Update main branch to prepare for next major version. (#45)
Browse files Browse the repository at this point in the history
- Include v3.4.3 release details
- Update to ApplicationInsights 2.8.14
  • Loading branch information
MSNev authored Jun 8, 2023
1 parent e310188 commit 56203c4
Show file tree
Hide file tree
Showing 6 changed files with 2,323 additions and 1,976 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
4 changes: 2 additions & 2 deletions applicationinsights-react-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
},
"dependencies": {
"@microsoft/applicationinsights-shims": "^2.0.2",
"@microsoft/applicationinsights-core-js": "^2.8.12",
"@microsoft/applicationinsights-common": "^2.8.12",
"@microsoft/applicationinsights-core-js": "^2.8.14",
"@microsoft/applicationinsights-common": "^2.8.14",
"@microsoft/dynamicproto-js": "^1.1.9"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 56203c4

Please sign in to comment.