Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lxghtless committed Dec 4, 2019
1 parent 68829c3 commit 08b555a
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.3.0"
"version": "0.3.1"
}
2 changes: 1 addition & 1 deletion packages/knack-avro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@optum/knack-avro",
"version": "0.3.0",
"version": "0.3.1",
"description": "A module for encoding and decoding avro with Kafka.",
"license": "Apache-2.0",
"licenses": [
Expand Down
2 changes: 1 addition & 1 deletion packages/knack-cli/package-lock.json

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

8 changes: 4 additions & 4 deletions packages/knack-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@optum/knack-cli",
"version": "0.3.0",
"version": "0.3.1",
"description": "A cli for working with Apache Kafka development.",
"license": "Apache-2.0",
"licenses": [
Expand Down Expand Up @@ -62,10 +62,10 @@
}
},
"dependencies": {
"@optum/knack-avro": "^0.3.0",
"@optum/knack-consumer-client": "^0.3.0",
"@optum/knack-avro": "^0.3.1",
"@optum/knack-consumer-client": "^0.3.1",
"@optum/knack-producer": "^0.3.0",
"@optum/knack-producer-client": "^0.3.0",
"@optum/knack-producer-client": "^0.3.1",
"@optum/knack-sr": "^0.3.0",
"avsc": "^5.4.12",
"chalk": "^2.4.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/knack-consumer-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@optum/knack-consumer-client",
"version": "0.3.0",
"version": "0.3.1",
"description": "A module for consuming records with Apache Kafka.",
"license": "Apache-2.0",
"licenses": [
Expand Down Expand Up @@ -32,7 +32,7 @@
"kafka"
],
"dependencies": {
"@optum/knack-avro": "^0.3.0",
"@optum/knack-avro": "^0.3.1",
"@optum/knack-consumer": "^0.3.0",
"@optum/knack-sr": "^0.3.0",
"quick-lru": "^4.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/knack-producer-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@optum/knack-producer-client",
"version": "0.3.0",
"version": "0.3.1",
"description": "A module for producing records with Apache Kafka.",
"license": "Apache-2.0",
"licenses": [
Expand Down Expand Up @@ -31,7 +31,7 @@
"kafka"
],
"dependencies": {
"@optum/knack-avro": "^0.3.0",
"@optum/knack-avro": "^0.3.1",
"@optum/knack-producer": "^0.3.0",
"@optum/knack-sr": "^0.3.0",
"quick-lru": "^4.0.0"
Expand Down

0 comments on commit 08b555a

Please sign in to comment.