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

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lxghtless committed Aug 14, 2019
1 parent 5a29a95 commit 0dcd7ac
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 19 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.0.1"
"version": "0.1.0"
}
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.0.1",
"version": "0.1.0",
"description": "A module for encoding and decoding avro with Kafka.",
"license": "Apache-2.0",
"licenses": [
Expand Down
12 changes: 6 additions & 6 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.0.1",
"version": "0.1.0",
"description": "A cli for working with Apache Kafka development.",
"license": "Apache-2.0",
"licenses": [
Expand Down Expand Up @@ -62,11 +62,11 @@
}
},
"dependencies": {
"@optum/knack-avro": "0.0.1",
"@optum/knack-consumer-client": "0.0.1",
"@optum/knack-producer": "0.0.1",
"@optum/knack-producer-client": "0.0.1",
"@optum/knack-sr": "0.0.1",
"@optum/knack-avro": "^0.1.0",
"@optum/knack-consumer-client": "^0.1.0",
"@optum/knack-producer": "^0.1.0",
"@optum/knack-producer-client": "^0.1.0",
"@optum/knack-sr": "^0.1.0",
"avsc": "^5.4.12",
"chalk": "^2.4.2",
"clean-stack": "^2.1.0",
Expand Down
8 changes: 4 additions & 4 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.0.1",
"version": "0.1.0",
"description": "A module for consuming records with Apache Kafka.",
"license": "Apache-2.0",
"licenses": [
Expand Down Expand Up @@ -32,9 +32,9 @@
"kafka"
],
"dependencies": {
"@optum/knack-avro": "0.0.1",
"@optum/knack-consumer": "0.0.1",
"@optum/knack-sr": "0.0.1",
"@optum/knack-avro": "^0.1.0",
"@optum/knack-consumer": "^0.1.0",
"@optum/knack-sr": "^0.1.0",
"quick-lru": "^4.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/knack-consumer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@optum/knack-consumer",
"version": "0.0.1",
"version": "0.1.0",
"description": "A module for consuming messages from Apache Kafka.",
"license": "Apache-2.0",
"licenses": [
Expand Down
8 changes: 4 additions & 4 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.0.1",
"version": "0.1.0",
"description": "A module for producing records with Apache Kafka.",
"license": "Apache-2.0",
"licenses": [
Expand Down Expand Up @@ -31,9 +31,9 @@
"kafka"
],
"dependencies": {
"@optum/knack-avro": "0.0.1",
"@optum/knack-producer": "0.0.1",
"@optum/knack-sr": "0.0.1",
"@optum/knack-avro": "^0.1.0",
"@optum/knack-producer": "^0.1.0",
"@optum/knack-sr": "^0.1.0",
"quick-lru": "^4.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/knack-producer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@optum/knack-producer",
"version": "0.0.1",
"version": "0.1.0",
"description": "A module for publishing to Apache Kafka.",
"license": "Apache-2.0",
"licenses": [
Expand Down
2 changes: 1 addition & 1 deletion packages/knack-sr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@optum/knack-sr",
"version": "0.0.1",
"version": "0.1.0",
"description": "A module for interacting with the Kafka Schema Registry.",
"license": "Apache-2.0",
"licenses": [
Expand Down

0 comments on commit 0dcd7ac

Please sign in to comment.