Skip to content
This repository was archived by the owner on Jan 17, 2024. It is now read-only.

Commit f264fa3

Browse files
chore: publish release v0.2.3
1 parent 3705ce8 commit f264fa3

File tree

8 files changed

+37
-5
lines changed

8 files changed

+37
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.2.3](https://github.com/confluentinc/ksqldb-graphql/compare/v0.2.2...v0.2.3) (2020-03-24)
7+
8+
**Note:** Version bump only for package @confluentinc/ksqldb-graphql-packages
9+
10+
11+
12+
13+
614
## [0.2.2](https://github.com/confluentinc/ksqldb-graphql/compare/v0.2.1...v0.2.2) (2020-03-24)
715

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

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"npmClient": "yarn",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"useWorkspaces": true,
55
"packages": [
66
"packages/*"

packages/ksqldb-client/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.2.3](https://github.com/confluentinc/ksqldb-graphql/compare/v0.2.2...v0.2.3) (2020-03-24)
7+
8+
**Note:** Version bump only for package @confluentinc/ksqldb-client
9+
10+
11+
12+
13+
614
## [0.2.2](https://github.com/confluentinc/ksqldb-graphql/compare/v0.2.1...v0.2.2) (2020-03-24)
715

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

packages/ksqldb-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@confluentinc/ksqldb-client",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "client bindings for interacting with ksql",
55
"repository": {
66
"type": "git",

packages/ksqldb-graphql/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.2.3](https://github.com/confluentinc/ksqldb-graphql/compare/v0.2.2...v0.2.3) (2020-03-24)
7+
8+
**Note:** Version bump only for package @confluentinc/ksqldb-graphql
9+
10+
11+
12+
13+
614
## [0.2.2](https://github.com/confluentinc/ksqldb-graphql/compare/v0.2.1...v0.2.2) (2020-03-24)
715

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

packages/ksqldb-graphql/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@confluentinc/ksqldb-graphql",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "graphql utilities for ksqldb",
55
"repository": {
66
"type": "git",
@@ -24,7 +24,7 @@
2424
"confluent"
2525
],
2626
"dependencies": {
27-
"@confluentinc/ksqldb-client": "^0.2.2"
27+
"@confluentinc/ksqldb-client": "^0.2.3"
2828
},
2929
"publishConfig": {
3030
"access": "public"

packages/rideshare/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.2.3](https://github.com/confluentinc/ksqldb-graphql/compare/v0.2.2...v0.2.3) (2020-03-24)
7+
8+
**Note:** Version bump only for package @confluentinc/ksqldb-rideshare
9+
10+
11+
12+
13+
614
## [0.2.2](https://github.com/confluentinc/ksqldb-graphql/compare/v0.2.1...v0.2.2) (2020-03-24)
715

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

packages/rideshare/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@confluentinc/ksqldb-rideshare",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "rideshare example",
55
"type": "module",
66
"private": true,

0 commit comments

Comments
 (0)