Skip to content

Commit 304e08a

Browse files
authored
Post release automated changes for maps releases (Azure#23514)
Post release automated changes for azure-maps-common
1 parent e1e3c0a commit 304e08a

File tree

7 files changed

+25
-5
lines changed

7 files changed

+25
-5
lines changed

sdk/maps/maps-common/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 1.0.0-beta.2 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.0.0-beta.1 (2022-10-11)
414

515
### Features Added

sdk/maps/maps-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure/maps-common",
3-
"version": "1.0.0-beta.1",
3+
"version": "1.0.0-beta.2",
44
"description": "An internal shared package for Azure Maps TypeScript SDK",
55
"sdk-type": "client",
66
"main": "dist/index.js",

sdk/maps/maps-search/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 1.0.0-beta.2 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.0.0-beta.1 (2022-10-11)
414

515
### Features Added

sdk/maps/maps-search/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure/maps-search",
3-
"version": "1.0.0-beta.1",
3+
"version": "1.0.0-beta.2",
44
"description": "A client library for Azure Maps maps-search",
55
"sdk-type": "client",
66
"main": "dist/index.js",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// Copyright (c) Microsoft Corporation.
22
// Licensed under the MIT license.
33

4-
export const SDK_VERSION: string = "1.0.0-beta.1";
4+
export const SDK_VERSION: string = "1.0.0-beta.2";

sdk/maps/maps-search/src/generated/generatedClientContext.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/maps/maps-search/swagger/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ source-code-folder-path: ./src/generated
1616
input-file: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/maps/data-plane/Search/preview/1.0/search.json
1717
add-credentials: false
1818
override-client-name: GeneratedClient
19-
package-version: 1.0.0-beta.1
19+
package-version: 1.0.0-beta.2
2020
disable-async-iterators: true
2121
hide-clients: true
2222
use-extension:

0 commit comments

Comments
 (0)