Skip to content

Commit

Permalink
update versions for monitor-query (#18074)
Browse files Browse the repository at this point in the history
  • Loading branch information
KarishmaGhiya authored Oct 7, 2021
1 parent 68abacc commit 8871ee0
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion sdk/monitor/monitor-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 1.0.0-beta.6 (2021-10-05)
## 1.0.0 (2021-10-07)

### Features Added

Expand Down
2 changes: 1 addition & 1 deletion sdk/monitor/monitor-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure/monitor-query",
"version": "1.0.0-beta.6",
"version": "1.0.0",
"description": "An isomorphic client library for querying Azure Monitor's Logs and Metrics data sources.",
"sdk-type": "client",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion sdk/monitor/monitor-query/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
/**
* @internal
*/
export const SDK_VERSION: string = "1.0.0-beta.6";
export const SDK_VERSION: string = "1.0.0";

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/monitor/perf-tests/monitor-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@azure/monitor-query": "1.0.0-beta.6",
"@azure/monitor-query": "^1.0.0",
"@azure/test-utils-perfstress": "^1.0.0",
"dotenv": "^8.2.0",
"@azure/identity": "^2.0.0"
Expand Down

0 comments on commit 8871ee0

Please sign in to comment.