-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
44 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## 4.0.1 (2020-04-15) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **build:** update lerna publish message ([6336606](https://github.com/aristanetworks/cloudvision/commit/6336606e5d3a078bbd3e34f69a9c1defcec830f2)) | ||
* **package.json:** make root package private ([3ac4f40](https://github.com/aristanetworks/cloudvision/commit/3ac4f40ff43d6392cf1af17d5810ab5b5b81fcc8)) | ||
* **various:** upgrade to Babel 7 ([dc552b3](https://github.com/aristanetworks/cloudvision/commit/dc552b3bfc91102d5d53c725e2f7a6327f14dcf5)) | ||
* **yarn.lock:** update lockfile ([6eed646](https://github.com/aristanetworks/cloudvision/commit/6eed6462c0826b8e697062b114a8f0f5cf7372b3)) | ||
|
||
|
||
### Features | ||
|
||
* **cloudvision-connector:** Implement Aeris Services logic. ([6336dbb](https://github.com/aristanetworks/cloudvision/commit/6336dbbc07f7987b97b2fca1f3de414f3b113ec6)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## 4.0.1 (2020-04-15) | ||
|
||
**Note:** Version bump only for package a-msgpack | ||
|
||
|
||
|
||
|
||
|
||
## [0.3.24](http://gerrit.corp.arista.io:29418/web-components/compare/[email protected]@0.3.24) (2020-04-06) | ||
|
||
**Note:** Version bump only for package a-msgpack | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "a-msgpack", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "A minimalistic NEAT (MessagePack based) encoder and decoder for JavaScript.", | ||
"author": "Stephane Rufer <[email protected]>", | ||
"homepage": "http://www.arista.com", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## 4.0.1 (2020-04-15) | ||
|
||
**Note:** Version bump only for package cloudvision-connector | ||
|
||
|
||
|
||
|
||
|
||
## [3.9.8](http://gerrit.corp.arista.io:29418/web-components/compare/[email protected]@3.9.8) (2020-04-06) | ||
|
||
**Note:** Version bump only for package cloudvision-connector | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "cloudvision-connector", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "A module to communicate with the CloudVision API server", | ||
"author": "[email protected]", | ||
"homepage": "http://www.arista.com", | ||
|
@@ -50,7 +50,7 @@ | |
"switch" | ||
], | ||
"dependencies": { | ||
"a-msgpack": "4.0.0", | ||
"a-msgpack": "4.0.1", | ||
"base64-js": "1.3.1", | ||
"imurmurhash": "0.1.4", | ||
"jsbi": "3.1.2" | ||
|