Skip to content

Commit

Permalink
Increment version for core releases (#11577)
Browse files Browse the repository at this point in the history
* Increment package version after release of azure-core-http

* Increment package version after release of azure-core-paging
  • Loading branch information
azure-sdk authored Oct 1, 2020
1 parent 070f99c commit 744e51a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions sdk/core/core-http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release History

## 1.1.10 (Unreleased)


## 1.1.9 (2020-09-30)

- Add support for XML namespaces in deserialization [PR 11201](https://github.com/Azure/azure-sdk-for-js/pull/11201)
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/core-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@azure/core-http",
"sdk-type": "client",
"author": "Microsoft Corporation",
"version": "1.1.9",
"version": "1.1.10",
"description": "Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest",
"tags": [
"isomorphic",
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/core-http/src/util/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const Constants = {
* @const
* @type {string}
*/
coreHttpVersion: "1.1.9",
coreHttpVersion: "1.1.10",

/**
* Specifies HTTP.
Expand Down
3 changes: 3 additions & 0 deletions sdk/core/core-paging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release History

## 1.1.4 (Unreleased)


## 1.1.3 (2020-09-30)

- Also pack `esm` build in addition to `commonjs` build. This fixes the warning about `core-paging` in Angular 10 applications [Issue 11550](https://github.com/Azure/azure-sdk-for-js/issues/11550).
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/core-paging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@azure/core-paging",
"author": "Microsoft Corporation",
"sdk-type": "client",
"version": "1.1.3",
"version": "1.1.4",
"description": "Core types for paging async iterable iterators",
"tags": [
"microsoft",
Expand Down

0 comments on commit 744e51a

Please sign in to comment.