Skip to content

Commit

Permalink
Post release automated changes for schemaregistry releases (Azure#24456)
Browse files Browse the repository at this point in the history
Post release automated changes for azure-schema-registry
  • Loading branch information
azure-sdk authored Jan 12, 2023
1 parent eccfa9b commit 9d7bd71
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions sdk/schemaregistry/schema-registry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.3.0-beta.2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.3.0-beta.1 (2023-01-12)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/schemaregistry/schema-registry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure/schema-registry",
"version": "1.3.0-beta.1",
"version": "1.3.0-beta.2",
"description": "Schema Registry Library with typescript type definitions for node.js and browser.",
"sdk-type": "client",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion sdk/schemaregistry/schema-registry/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ export const DEFAULT_SCOPE = "https://eventhubs.azure.net/.default";
/**
* @internal
*/
export const SDK_VERSION = "1.3.0-beta.1";
export const SDK_VERSION = "1.3.0-beta.2";

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

2 changes: 1 addition & 1 deletion sdk/schemaregistry/schema-registry/swagger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ https://github.com/Azure/azure-rest-api-specs/pull/10220 is merged.
```yaml
v3: true
package-name: "@azure/schema-registry"
package-version: 1.3.0-beta.1
package-version: 1.3.0-beta.2
title: GeneratedSchemaRegistryClient
description: Generated Schema Registry Client
generate-metadata: false
Expand Down

0 comments on commit 9d7bd71

Please sign in to comment.