Skip to content

Commit c0e359d

Browse files
committed
v0.19.20
1 parent d24335d commit c0e359d

File tree

6 files changed

+39
-3
lines changed

6 files changed

+39
-3
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.19.20](https://github.com/cube-js/cube.js/compare/v0.19.19...v0.19.20) (2020-05-21)
7+
8+
9+
### Bug Fixes
10+
11+
* **cubejs-playground:** header style ([8d0f6a9](https://github.com/cube-js/cube.js/commit/8d0f6a9))
12+
* **cubejs-playground:** style fixes ([fadbdf2](https://github.com/cube-js/cube.js/commit/fadbdf2))
13+
* **cubejs-postgres-driver:** updated pg version ([af758f6](https://github.com/cube-js/cube.js/commit/af758f6))
14+
15+
16+
17+
18+
619
## [0.19.19](https://github.com/cube-js/cube.js/compare/v0.19.18...v0.19.19) (2020-05-15)
720

821

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.19.19"
5+
"version": "0.19.20"
66
}

packages/cubejs-playground/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.19.20](https://github.com/cube-js/cube.js/compare/v0.19.19...v0.19.20) (2020-05-21)
7+
8+
9+
### Bug Fixes
10+
11+
* **cubejs-playground:** header style ([8d0f6a9](https://github.com/cube-js/cube.js/commit/8d0f6a9))
12+
* **cubejs-playground:** style fixes ([fadbdf2](https://github.com/cube-js/cube.js/commit/fadbdf2))
13+
14+
15+
16+
17+
618
## [0.19.19](https://github.com/cube-js/cube.js/compare/v0.19.18...v0.19.19) (2020-05-15)
719

820
**Note:** Version bump only for package @cubejs-client/playground

packages/cubejs-playground/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cubejs-client/playground",
3-
"version": "0.19.19",
3+
"version": "0.19.20",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/cube-js/cube.js.git",

packages/cubejs-postgres-driver/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.19.20](https://github.com/cube-js/cube.js/compare/v0.19.19...v0.19.20) (2020-05-21)
7+
8+
9+
### Bug Fixes
10+
11+
* **cubejs-postgres-driver:** updated pg version ([af758f6](https://github.com/cube-js/cube.js/commit/af758f6))
12+
13+
14+
15+
16+
617
## [0.19.17](https://github.com/cube-js/cube.js/compare/v0.19.16...v0.19.17) (2020-05-09)
718

819
**Note:** Version bump only for package @cubejs-backend/postgres-driver

packages/cubejs-postgres-driver/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@cubejs-backend/postgres-driver",
33
"description": "Cube.js Postgres database driver",
44
"author": "Statsbot, Inc.",
5-
"version": "0.19.17",
5+
"version": "0.19.20",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/cube-js/cube.js.git",

0 commit comments

Comments
 (0)