Skip to content

Commit

Permalink
chore: publish release v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ConfluentJenkins committed Mar 24, 2020
1 parent 3705ce8 commit f264fa3
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 5 deletions.
8 changes: 8 additions & 0 deletions 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.

## [0.2.3](https://github.com/confluentinc/ksqldb-graphql/compare/v0.2.2...v0.2.3) (2020-03-24)

**Note:** Version bump only for package @confluentinc/ksqldb-graphql-packages





## [0.2.2](https://github.com/confluentinc/ksqldb-graphql/compare/v0.2.1...v0.2.2) (2020-03-24)

**Note:** Version bump only for package @confluentinc/ksqldb-graphql-packages
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"npmClient": "yarn",
"version": "0.2.2",
"version": "0.2.3",
"useWorkspaces": true,
"packages": [
"packages/*"
Expand Down
8 changes: 8 additions & 0 deletions packages/ksqldb-client/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.

## [0.2.3](https://github.com/confluentinc/ksqldb-graphql/compare/v0.2.2...v0.2.3) (2020-03-24)

**Note:** Version bump only for package @confluentinc/ksqldb-client





## [0.2.2](https://github.com/confluentinc/ksqldb-graphql/compare/v0.2.1...v0.2.2) (2020-03-24)

**Note:** Version bump only for package @confluentinc/ksqldb-client
Expand Down
2 changes: 1 addition & 1 deletion packages/ksqldb-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@confluentinc/ksqldb-client",
"version": "0.2.2",
"version": "0.2.3",
"description": "client bindings for interacting with ksql",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/ksqldb-graphql/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.

## [0.2.3](https://github.com/confluentinc/ksqldb-graphql/compare/v0.2.2...v0.2.3) (2020-03-24)

**Note:** Version bump only for package @confluentinc/ksqldb-graphql





## [0.2.2](https://github.com/confluentinc/ksqldb-graphql/compare/v0.2.1...v0.2.2) (2020-03-24)

**Note:** Version bump only for package @confluentinc/ksqldb-graphql
Expand Down
4 changes: 2 additions & 2 deletions packages/ksqldb-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@confluentinc/ksqldb-graphql",
"version": "0.2.2",
"version": "0.2.3",
"description": "graphql utilities for ksqldb",
"repository": {
"type": "git",
Expand All @@ -24,7 +24,7 @@
"confluent"
],
"dependencies": {
"@confluentinc/ksqldb-client": "^0.2.2"
"@confluentinc/ksqldb-client": "^0.2.3"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions packages/rideshare/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.

## [0.2.3](https://github.com/confluentinc/ksqldb-graphql/compare/v0.2.2...v0.2.3) (2020-03-24)

**Note:** Version bump only for package @confluentinc/ksqldb-rideshare





## [0.2.2](https://github.com/confluentinc/ksqldb-graphql/compare/v0.2.1...v0.2.2) (2020-03-24)

**Note:** Version bump only for package @confluentinc/ksqldb-rideshare
Expand Down
2 changes: 1 addition & 1 deletion packages/rideshare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@confluentinc/ksqldb-rideshare",
"version": "0.2.2",
"version": "0.2.3",
"description": "rideshare example",
"type": "module",
"private": true,
Expand Down

0 comments on commit f264fa3

Please sign in to comment.