Skip to content

Commit

Permalink
[snippet] upgrade to 1.2.1 (#2375)
Browse files Browse the repository at this point in the history
* upgrade to 1.2.1

* Update package.json
  • Loading branch information
siyuniu-ms committed Jul 10, 2024
1 parent bc90e11 commit c80706d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
7 changes: 7 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

> Note: ES3/IE8 compatibility will be removed in the future v3.x.x releases (scheduled for mid-late 2022), so if you need to retain ES3 compatibility you will need to remain on the 2.x.x versions of the SDK or your runtime will need install polyfill's to your ES3 environment before loading / initializing the SDK.
### Web snippet additional update to 1.2.1 (July 10th, 2024)

This release includes fix for dependency problem in version 1.2.0, check [#2369](https://github.com/microsoft/ApplicationInsights-JS/issues/2369) for more detail.

### Changelog
- #2374 [main][snippet] remove the snippet dependency on web package

### Web snippet additional update to 1.2.0 (June 21st, 2024)

This release includes support for multiple snippet loading. Snippets with different names (passed in by the user via configuration; check [##2355](https://github.com/microsoft/ApplicationInsights-JS/issues/2355) and README for more details) can now run simultaneously.
Expand Down
1 change: 0 additions & 1 deletion examples/shared-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
"@microsoft/applicationinsights-shims": "3.0.1",
"@microsoft/dynamicproto-js": "^2.0.3",
"@microsoft/applicationinsights-web": "3.3.0",
"@microsoft/applicationinsights-web-snippet": "1.3.0",
"@microsoft/applicationinsights-core-js": "3.3.0",
"@nevware21/ts-utils": ">= 0.11.3 < 2.x"
}
Expand Down
2 changes: 1 addition & 1 deletion tools/applicationinsights-web-snippet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-web-snippet",
"version": "1.3.0",
"version": "1.2.1",
"description": "Microsoft Application Insights Web Snippet",
"main": "dist/es5/node/applicationinsights-web-snippet.js",
"module": "dist-es5/applicationinsights-web-snippet.js",
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
},
"@microsoft/applicationinsights-web-snippet": {
"package": "tools/applicationinsights-web-snippet/package.json",
"release": "1.3.0"
"release": "1.2.1"
}
}
}

0 comments on commit c80706d

Please sign in to comment.