Skip to content

Commit

Permalink
chore(release): v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nsainaney committed Aug 8, 2020
1 parent 39a328e commit d613611
Show file tree
Hide file tree
Showing 36 changed files with 416 additions and 34 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,42 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.3](https://github.com/c6o/node-monorepo/compare/v0.0.2...v0.0.3) (2020-08-08)


### ✨ Features

* **system:** support arbitrary NPM registries ([#9](https://github.com/c6o/node-monorepo/issues/9)) ([461dd68](https://github.com/c6o/node-monorepo/commit/461dd68f338534b31c7241cf6b6c9234c8a42d4c))


### 🐛 Bug Fixes

* Parcel compile warnings ([b6dc3d3](https://github.com/c6o/node-monorepo/commit/b6dc3d3a1952dc6eb9344d201eff31c9812f3112))
* **grafana:** Added port name to grafana service ([6fed947](https://github.com/c6o/node-monorepo/commit/6fed947b8ef0888e78ca6347e3502501ca59406e))
* **NavStation:** Improvements to Nav Station UI ([#14](https://github.com/c6o/node-monorepo/issues/14)) ([fccaf70](https://github.com/c6o/node-monorepo/commit/fccaf7057be6de5235267fe0bbf6dc5be29e583f))
* **validation:** Istio app installation form validations ([#10](https://github.com/c6o/node-monorepo/issues/10)) ([be191f1](https://github.com/c6o/node-monorepo/commit/be191f1f5927d0016062be4b0655381260acf5b7))


### ♻️ Chores

* Bumped kubeclient to 0.0.5 ([ba51a57](https://github.com/c6o/node-monorepo/commit/ba51a574b2a123bbe012be0086ec2ecbedcf487c))
* fixed kubeclient reference ([254e28c](https://github.com/c6o/node-monorepo/commit/254e28c552958233c9f8f59d614885258e8cf654))
* Licensing ([#17](https://github.com/c6o/node-monorepo/issues/17)) ([8b9cc24](https://github.com/c6o/node-monorepo/commit/8b9cc24ff42ff875b4234a74dfcfcfedb2acef27))
* Licensing and repo links ([#16](https://github.com/c6o/node-monorepo/issues/16)) ([b8b03bb](https://github.com/c6o/node-monorepo/commit/b8b03bbe7f30904b83cc599e61d378beb009eb38))
* Marked packages public ([39a328e](https://github.com/c6o/node-monorepo/commit/39a328e0225b2b773e173960f54f98052a698368))
* renamed settings element to c6o-system-settings-main ([d95456b](https://github.com/c6o/node-monorepo/commit/d95456bc1d88cb5c7a4427c5b3a98566f37e3fc5))
* UI cleanup for logging-elk provisioner ([#13](https://github.com/c6o/node-monorepo/issues/13)) ([12e6b27](https://github.com/c6o/node-monorepo/commit/12e6b27070609762bcbe110a7ec3cb145d97e3f1))
* Updated lerna config ([6e031a3](https://github.com/c6o/node-monorepo/commit/6e031a34f5d8ab64ba9c5e87f49be148d3ca8221))
* **global:** Refactor k8s and docker tags and provisioners from traxitt to c6o ([#11](https://github.com/c6o/node-monorepo/issues/11)) ([28d612c](https://github.com/c6o/node-monorepo/commit/28d612caa09cb79c0ec2525593d367a03e63ca09))
* **istio:** Fix marina icon ([#18](https://github.com/c6o/node-monorepo/issues/18)) ([a77d678](https://github.com/c6o/node-monorepo/commit/a77d6786fe100513740c2648063e9c50092fa09a))
* **node-red:** Added storageClass ([95a1419](https://github.com/c6o/node-monorepo/commit/95a1419d74fddcae72aa808075524829bd005822))
* Move all our packages to the same version of lit-element ([#15](https://github.com/c6o/node-monorepo/issues/15)) ([013dbd6](https://github.com/c6o/node-monorepo/commit/013dbd6377a1f52f5a3a71885e7935e0c4984a21))
* **system:** reverted settings name ([1612393](https://github.com/c6o/node-monorepo/commit/16123931c637e750dc22e71bae7bd2665bb04b51))





## [0.0.2](https://github.com/traxitt/node-monorepo/compare/v0.0.1...v0.0.2) (2020-07-17)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/**"
],
"version": "0.0.2",
"version": "0.0.3",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
23 changes: 23 additions & 0 deletions packages/c6o-system/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.3](https://github.com/c6o/provisioners/compare/v0.0.2...v0.0.3) (2020-08-08)


### 🐛 Bug Fixes

* Parcel compile warnings ([b6dc3d3](https://github.com/c6o/provisioners/commit/b6dc3d3a1952dc6eb9344d201eff31c9812f3112))
* **NavStation:** Improvements to Nav Station UI ([#14](https://github.com/c6o/provisioners/issues/14)) ([fccaf70](https://github.com/c6o/provisioners/commit/fccaf7057be6de5235267fe0bbf6dc5be29e583f))


### ♻️ Chores

* Bumped kubeclient to 0.0.5 ([ba51a57](https://github.com/c6o/provisioners/commit/ba51a574b2a123bbe012be0086ec2ecbedcf487c))
* Licensing ([#17](https://github.com/c6o/provisioners/issues/17)) ([8b9cc24](https://github.com/c6o/provisioners/commit/8b9cc24ff42ff875b4234a74dfcfcfedb2acef27))
* Licensing and repo links ([#16](https://github.com/c6o/provisioners/issues/16)) ([b8b03bb](https://github.com/c6o/provisioners/commit/b8b03bbe7f30904b83cc599e61d378beb009eb38))
* Marked packages public ([39a328e](https://github.com/c6o/provisioners/commit/39a328e0225b2b773e173960f54f98052a698368))
* **istio:** Fix marina icon ([#18](https://github.com/c6o/provisioners/issues/18)) ([a77d678](https://github.com/c6o/provisioners/commit/a77d6786fe100513740c2648063e9c50092fa09a))
* Move all our packages to the same version of lit-element ([#15](https://github.com/c6o/provisioners/issues/15)) ([013dbd6](https://github.com/c6o/provisioners/commit/013dbd6377a1f52f5a3a71885e7935e0c4984a21))
* renamed settings element to c6o-system-settings-main ([d95456b](https://github.com/c6o/provisioners/commit/d95456bc1d88cb5c7a4427c5b3a98566f37e3fc5))





## [0.0.2](https://github.com/traxitt/traxitt/compare/v0.0.1...v0.0.2) (2020-07-17)


Expand Down
4 changes: 2 additions & 2 deletions packages/c6o-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@provisioner/c6o-system",
"version": "0.0.2",
"version": "0.0.3",
"description": "CodeZero provisioner for c6o-system",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -35,8 +35,8 @@
},
"homepage": "https://github.com/c6o/provisioners#readme",
"dependencies": {
"@provisioner/common": "^0.0.2",
"@c6o/kubeclient": "^0.0.5",
"@provisioner/common": "^0.0.3",
"debug": "^4.1.1",
"jsonpointer": "^4.1.0",
"lit-element": "^2.3.1",
Expand Down
20 changes: 20 additions & 0 deletions packages/cert-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.3](https://github.com/c6o/provisioners/compare/v0.0.2...v0.0.3) (2020-08-08)


### 🐛 Bug Fixes

* **NavStation:** Improvements to Nav Station UI ([#14](https://github.com/c6o/provisioners/issues/14)) ([fccaf70](https://github.com/c6o/provisioners/commit/fccaf7057be6de5235267fe0bbf6dc5be29e583f))


### ♻️ Chores

* Bumped kubeclient to 0.0.5 ([ba51a57](https://github.com/c6o/provisioners/commit/ba51a574b2a123bbe012be0086ec2ecbedcf487c))
* Licensing ([#17](https://github.com/c6o/provisioners/issues/17)) ([8b9cc24](https://github.com/c6o/provisioners/commit/8b9cc24ff42ff875b4234a74dfcfcfedb2acef27))
* Licensing and repo links ([#16](https://github.com/c6o/provisioners/issues/16)) ([b8b03bb](https://github.com/c6o/provisioners/commit/b8b03bbe7f30904b83cc599e61d378beb009eb38))
* Marked packages public ([39a328e](https://github.com/c6o/provisioners/commit/39a328e0225b2b773e173960f54f98052a698368))
* Move all our packages to the same version of lit-element ([#15](https://github.com/c6o/provisioners/issues/15)) ([013dbd6](https://github.com/c6o/provisioners/commit/013dbd6377a1f52f5a3a71885e7935e0c4984a21))





## [0.0.2](https://github.com/traxitt/traxitt/compare/v0.0.1...v0.0.2) (2020-07-17)

**Note:** Version bump only for package @provisioner/cert-manager
Expand Down
4 changes: 2 additions & 2 deletions packages/cert-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@provisioner/cert-manager",
"version": "0.0.2",
"version": "0.0.3",
"description": "CodeZero provisioner for cert-manager",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -35,8 +35,8 @@
},
"homepage": "https://github.com/c6o/provisioners#readme",
"dependencies": {
"@provisioner/common": "^0.0.2",
"@c6o/kubeclient": "^0.0.5",
"@provisioner/common": "^0.0.3",
"lit-element": "^2.3.1",
"mixwith": "^0.1.1",
"parcel-bundler": "^1.12.4",
Expand Down
21 changes: 21 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.3](https://github.com/nsainaney/traxitt/compare/v0.0.2...v0.0.3) (2020-08-08)


### 🐛 Bug Fixes

* **NavStation:** Improvements to Nav Station UI ([#14](https://github.com/nsainaney/traxitt/issues/14)) ([fccaf70](https://github.com/nsainaney/traxitt/commit/fccaf7057be6de5235267fe0bbf6dc5be29e583f))
* **validation:** Istio app installation form validations ([#10](https://github.com/nsainaney/traxitt/issues/10)) ([be191f1](https://github.com/nsainaney/traxitt/commit/be191f1f5927d0016062be4b0655381260acf5b7))


### ♻️ Chores

* Bumped kubeclient to 0.0.5 ([ba51a57](https://github.com/nsainaney/traxitt/commit/ba51a574b2a123bbe012be0086ec2ecbedcf487c))
* Licensing ([#17](https://github.com/nsainaney/traxitt/issues/17)) ([8b9cc24](https://github.com/nsainaney/traxitt/commit/8b9cc24ff42ff875b4234a74dfcfcfedb2acef27))
* Licensing and repo links ([#16](https://github.com/nsainaney/traxitt/issues/16)) ([b8b03bb](https://github.com/nsainaney/traxitt/commit/b8b03bbe7f30904b83cc599e61d378beb009eb38))
* Marked packages public ([39a328e](https://github.com/nsainaney/traxitt/commit/39a328e0225b2b773e173960f54f98052a698368))
* **global:** Refactor k8s and docker tags and provisioners from traxitt to c6o ([#11](https://github.com/nsainaney/traxitt/issues/11)) ([28d612c](https://github.com/nsainaney/traxitt/commit/28d612caa09cb79c0ec2525593d367a03e63ca09))





## [0.0.2](https://github.com/nsainaney/traxitt/compare/v0.0.1...v0.0.2) (2020-07-17)


Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@provisioner/common",
"version": "0.0.2",
"version": "0.0.3",
"description": "Common stuff for provisioners",
"main": "lib/index.js",
"scripts": {
Expand Down
20 changes: 20 additions & 0 deletions packages/etcd-operator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.3](https://github.com/nsainaney/traxitt/compare/v0.0.2...v0.0.3) (2020-08-08)


### 🐛 Bug Fixes

* **NavStation:** Improvements to Nav Station UI ([#14](https://github.com/nsainaney/traxitt/issues/14)) ([fccaf70](https://github.com/nsainaney/traxitt/commit/fccaf7057be6de5235267fe0bbf6dc5be29e583f))


### ♻️ Chores

* Bumped kubeclient to 0.0.5 ([ba51a57](https://github.com/nsainaney/traxitt/commit/ba51a574b2a123bbe012be0086ec2ecbedcf487c))
* Licensing ([#17](https://github.com/nsainaney/traxitt/issues/17)) ([8b9cc24](https://github.com/nsainaney/traxitt/commit/8b9cc24ff42ff875b4234a74dfcfcfedb2acef27))
* Licensing and repo links ([#16](https://github.com/nsainaney/traxitt/issues/16)) ([b8b03bb](https://github.com/nsainaney/traxitt/commit/b8b03bbe7f30904b83cc599e61d378beb009eb38))
* Marked packages public ([39a328e](https://github.com/nsainaney/traxitt/commit/39a328e0225b2b773e173960f54f98052a698368))
* **global:** Refactor k8s and docker tags and provisioners from traxitt to c6o ([#11](https://github.com/nsainaney/traxitt/issues/11)) ([28d612c](https://github.com/nsainaney/traxitt/commit/28d612caa09cb79c0ec2525593d367a03e63ca09))





## [0.0.2](https://github.com/nsainaney/traxitt/compare/v0.0.1...v0.0.2) (2020-07-17)

**Note:** Version bump only for package @provisioner/etcd-operator
Expand Down
4 changes: 2 additions & 2 deletions packages/etcd-operator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@provisioner/etcd-operator",
"version": "0.0.2",
"version": "0.0.3",
"description": "CodeZero provisioner for etcd-operator",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -31,8 +31,8 @@
},
"homepage": "https://github.com/nsainaney/traxitt#readme",
"dependencies": {
"@provisioner/common": "^0.0.2",
"@c6o/kubeclient": "^0.0.5",
"@provisioner/common": "^0.0.3",
"mixwith": "^0.1.1"
}
}
19 changes: 19 additions & 0 deletions packages/etcd/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.3](https://github.com/nsainaney/traxitt/compare/v0.0.2...v0.0.3) (2020-08-08)


### 🐛 Bug Fixes

* **NavStation:** Improvements to Nav Station UI ([#14](https://github.com/nsainaney/traxitt/issues/14)) ([fccaf70](https://github.com/nsainaney/traxitt/commit/fccaf7057be6de5235267fe0bbf6dc5be29e583f))


### ♻️ Chores

* Bumped kubeclient to 0.0.5 ([ba51a57](https://github.com/nsainaney/traxitt/commit/ba51a574b2a123bbe012be0086ec2ecbedcf487c))
* Licensing ([#17](https://github.com/nsainaney/traxitt/issues/17)) ([8b9cc24](https://github.com/nsainaney/traxitt/commit/8b9cc24ff42ff875b4234a74dfcfcfedb2acef27))
* Licensing and repo links ([#16](https://github.com/nsainaney/traxitt/issues/16)) ([b8b03bb](https://github.com/nsainaney/traxitt/commit/b8b03bbe7f30904b83cc599e61d378beb009eb38))
* Marked packages public ([39a328e](https://github.com/nsainaney/traxitt/commit/39a328e0225b2b773e173960f54f98052a698368))





## [0.0.2](https://github.com/nsainaney/traxitt/compare/v0.0.1...v0.0.2) (2020-07-17)

**Note:** Version bump only for package @provisioner/etcd
Expand Down
4 changes: 2 additions & 2 deletions packages/etcd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@provisioner/etcd",
"version": "0.0.2",
"version": "0.0.3",
"description": "CodeZero provisioner for etcd",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -31,8 +31,8 @@
},
"homepage": "https://github.com/nsainaney/traxitt#readme",
"dependencies": {
"@provisioner/common": "^0.0.2",
"@c6o/kubeclient": "^0.0.5",
"@provisioner/common": "^0.0.3",
"mixwith": "^0.1.1"
}
}
22 changes: 22 additions & 0 deletions packages/grafana/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.3](https://github.com/c6o/provisioners/compare/v0.0.2...v0.0.3) (2020-08-08)


### 🐛 Bug Fixes

* **grafana:** Added port name to grafana service ([6fed947](https://github.com/c6o/provisioners/commit/6fed947b8ef0888e78ca6347e3502501ca59406e))
* **NavStation:** Improvements to Nav Station UI ([#14](https://github.com/c6o/provisioners/issues/14)) ([fccaf70](https://github.com/c6o/provisioners/commit/fccaf7057be6de5235267fe0bbf6dc5be29e583f))


### ♻️ Chores

* Bumped kubeclient to 0.0.5 ([ba51a57](https://github.com/c6o/provisioners/commit/ba51a574b2a123bbe012be0086ec2ecbedcf487c))
* Licensing ([#17](https://github.com/c6o/provisioners/issues/17)) ([8b9cc24](https://github.com/c6o/provisioners/commit/8b9cc24ff42ff875b4234a74dfcfcfedb2acef27))
* Licensing and repo links ([#16](https://github.com/c6o/provisioners/issues/16)) ([b8b03bb](https://github.com/c6o/provisioners/commit/b8b03bbe7f30904b83cc599e61d378beb009eb38))
* Marked packages public ([39a328e](https://github.com/c6o/provisioners/commit/39a328e0225b2b773e173960f54f98052a698368))
* Move all our packages to the same version of lit-element ([#15](https://github.com/c6o/provisioners/issues/15)) ([013dbd6](https://github.com/c6o/provisioners/commit/013dbd6377a1f52f5a3a71885e7935e0c4984a21))
* **global:** Refactor k8s and docker tags and provisioners from traxitt to c6o ([#11](https://github.com/c6o/provisioners/issues/11)) ([28d612c](https://github.com/c6o/provisioners/commit/28d612caa09cb79c0ec2525593d367a03e63ca09))





## [0.0.2](https://github.com/traxitt/traxitt/compare/v0.0.1...v0.0.2) (2020-07-17)

**Note:** Version bump only for package @provisioner/grafana
Expand Down
4 changes: 2 additions & 2 deletions packages/grafana/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@provisioner/grafana",
"version": "0.0.2",
"version": "0.0.3",
"description": "CodeZero provisioner for Grafana",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -35,8 +35,8 @@
},
"homepage": "https://github.com/c6o/provisioners#readme",
"dependencies": {
"@provisioner/common": "^0.0.2",
"@c6o/kubeclient": "^0.0.5",
"@provisioner/common": "^0.0.3",
"js-yaml": "^3.13.1",
"lit-element": "^2.3.1",
"mixwith": "^0.1.1",
Expand Down
23 changes: 23 additions & 0 deletions packages/istio/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.3](https://github.com/c6o/provisioners/compare/v0.0.2...v0.0.3) (2020-08-08)


### 🐛 Bug Fixes

* Parcel compile warnings ([b6dc3d3](https://github.com/c6o/provisioners/commit/b6dc3d3a1952dc6eb9344d201eff31c9812f3112))
* **NavStation:** Improvements to Nav Station UI ([#14](https://github.com/c6o/provisioners/issues/14)) ([fccaf70](https://github.com/c6o/provisioners/commit/fccaf7057be6de5235267fe0bbf6dc5be29e583f))
* **validation:** Istio app installation form validations ([#10](https://github.com/c6o/provisioners/issues/10)) ([be191f1](https://github.com/c6o/provisioners/commit/be191f1f5927d0016062be4b0655381260acf5b7))


### ♻️ Chores

* Bumped kubeclient to 0.0.5 ([ba51a57](https://github.com/c6o/provisioners/commit/ba51a574b2a123bbe012be0086ec2ecbedcf487c))
* Licensing ([#17](https://github.com/c6o/provisioners/issues/17)) ([8b9cc24](https://github.com/c6o/provisioners/commit/8b9cc24ff42ff875b4234a74dfcfcfedb2acef27))
* Licensing and repo links ([#16](https://github.com/c6o/provisioners/issues/16)) ([b8b03bb](https://github.com/c6o/provisioners/commit/b8b03bbe7f30904b83cc599e61d378beb009eb38))
* Marked packages public ([39a328e](https://github.com/c6o/provisioners/commit/39a328e0225b2b773e173960f54f98052a698368))
* Move all our packages to the same version of lit-element ([#15](https://github.com/c6o/provisioners/issues/15)) ([013dbd6](https://github.com/c6o/provisioners/commit/013dbd6377a1f52f5a3a71885e7935e0c4984a21))
* **global:** Refactor k8s and docker tags and provisioners from traxitt to c6o ([#11](https://github.com/c6o/provisioners/issues/11)) ([28d612c](https://github.com/c6o/provisioners/commit/28d612caa09cb79c0ec2525593d367a03e63ca09))





## [0.0.2](https://github.com/traxitt/traxitt/compare/v0.0.1...v0.0.2) (2020-07-17)

**Note:** Version bump only for package @provisioner/istio
Expand Down
4 changes: 2 additions & 2 deletions packages/istio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@provisioner/istio",
"version": "0.0.2",
"version": "0.0.3",
"description": "CodeZero provisioner for Istio",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -37,8 +37,8 @@
},
"homepage": "https://github.com/c6o/provisioners#readme",
"dependencies": {
"@provisioner/common": "^0.0.2",
"@c6o/kubeclient": "^0.0.5",
"@provisioner/common": "^0.0.3",
"lit-element": "^2.3.1",
"mixwith": "^0.1.1",
"parcel-bundler": "^1.12.4",
Expand Down
19 changes: 19 additions & 0 deletions packages/kafka/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.3](https://github.com/c6o/provisioners/compare/v0.0.2...v0.0.3) (2020-08-08)


### 🐛 Bug Fixes

* **NavStation:** Improvements to Nav Station UI ([#14](https://github.com/c6o/provisioners/issues/14)) ([fccaf70](https://github.com/c6o/provisioners/commit/fccaf7057be6de5235267fe0bbf6dc5be29e583f))


### ♻️ Chores

* Bumped kubeclient to 0.0.5 ([ba51a57](https://github.com/c6o/provisioners/commit/ba51a574b2a123bbe012be0086ec2ecbedcf487c))
* Licensing ([#17](https://github.com/c6o/provisioners/issues/17)) ([8b9cc24](https://github.com/c6o/provisioners/commit/8b9cc24ff42ff875b4234a74dfcfcfedb2acef27))
* Licensing and repo links ([#16](https://github.com/c6o/provisioners/issues/16)) ([b8b03bb](https://github.com/c6o/provisioners/commit/b8b03bbe7f30904b83cc599e61d378beb009eb38))
* Marked packages public ([39a328e](https://github.com/c6o/provisioners/commit/39a328e0225b2b773e173960f54f98052a698368))





## [0.0.2](https://github.com/traxitt/node-monorepo/compare/v0.0.1...v0.0.2) (2020-07-17)

**Note:** Version bump only for package @provisioner/kafka
Expand Down
Loading

0 comments on commit d613611

Please sign in to comment.