Skip to content

Commit

Permalink
Update version of Event Hubs as part of release prep (#5473)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramya-rao-a authored Oct 9, 2019
1 parent 4abe946 commit da61bb2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions sdk/eventhub/event-hubs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 2019-10-08 5.0.0-preview.5

- Updated to use the latest version of the `@azure/core-tracing` package.

### 2019-10-07 5.0.0-preview.4

- Current implementation of the Partition Manager takes the event hub name, consumer group name and partition id to ensure uniqueness for the checkpoint and ownership.
Expand Down
2 changes: 1 addition & 1 deletion sdk/eventhub/event-hubs/src/util/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
*/
export const packageJsonInfo = {
name: "@azure/event-hubs",
version: "5.0.0-preview.4"
version: "5.0.0-preview.5"
};
4 changes: 4 additions & 0 deletions sdk/eventhub/eventhubs-checkpointstore-blob/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 2019-10-08 1.0.0-preview.3

- Updated to use the latest version of the `@azure/event-hubs` package.

### 2019-10-07 1.0.0-preview.2

- Current implementation of the Partition Manager takes the event hub name, consumer group name and partition id to ensure uniqueness for the checkpoint and ownership.
Expand Down
4 changes: 2 additions & 2 deletions sdk/eventhub/eventhubs-checkpointstore-blob/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@azure/eventhubs-checkpointstore-blob",
"sdk-type": "client",
"version": "1.0.0-preview.2",
"version": "1.0.0-preview.3",
"description": "An Azure Storage Blob solution to store checkpoints when using Event Hubs.",
"author": "Microsoft Corporation",
"license": "MIT",
Expand Down Expand Up @@ -62,7 +62,7 @@
"unit-test": "npm run unit-test:node && npm run unit-test:browser"
},
"dependencies": {
"@azure/event-hubs": "5.0.0-preview.4",
"@azure/event-hubs": "5.0.0-preview.5",
"@azure/storage-blob": "12.0.0-preview.3",
"debug": "^4.1.1",
"events": "^3.0.0",
Expand Down

0 comments on commit da61bb2

Please sign in to comment.