Skip to content

Commit

Permalink
chore(release): publish v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rufman committed Apr 15, 2020
1 parent 6336606 commit 933cd4f
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 7 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
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))
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
}
},
"npmClient": "npm",
"packages": ["packages/*"],
"version": "4.0.0"
"packages": [
"packages/*"
],
"version": "4.0.1"
}
8 changes: 8 additions & 0 deletions packages/a-msgpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/a-msgpack/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/a-msgpack/package.json
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",
Expand Down
8 changes: 8 additions & 0 deletions packages/cloudvision-connector/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/cloudvision-connector/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/cloudvision-connector/package.json
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",
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 933cd4f

Please sign in to comment.