Skip to content

Commit 4ecfe9f

Browse files
chore(release): 0.229.0 [skip ci]
# [0.229.0](lightdash/lightdash@0.228.0...0.229.0) (2022-08-24) ### Features * result table header styles ([lightdash#3046](lightdash#3046)) ([b484fdb](lightdash@b484fdb))
1 parent b484fdb commit 4ecfe9f

File tree

8 files changed

+21
-14
lines changed

8 files changed

+21
-14
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [0.229.0](https://github.com/lightdash/lightdash/compare/0.228.0...0.229.0) (2022-08-24)
2+
3+
4+
### Features
5+
6+
* result table header styles ([#3046](https://github.com/lightdash/lightdash/issues/3046)) ([b484fdb](https://github.com/lightdash/lightdash/commit/b484fdbcf9602f46edc36f8bcb5ab6edcd769559))
7+
18
# [0.228.0](https://github.com/lightdash/lightdash/compare/0.227.0...0.228.0) (2022-08-23)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lightdash",
3-
"version": "0.228.0",
3+
"version": "0.229.0",
44
"main": "index.js",
55
"license": "MIT",
66
"private": true,

packages/backend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "backend",
3-
"version": "0.228.0",
3+
"version": "0.229.0",
44
"main": "dist/index",
55
"license": "MIT",
66
"devDependencies": {
@@ -50,8 +50,8 @@
5050
"ajv-formats": "^2.1.0",
5151
"bcrypt": "^5.0.1",
5252
"body-parser": "^1.19.0",
53-
"@lightdash/common": "^0.228.0",
54-
"@lightdash/warehouses": "^0.228.0",
53+
"@lightdash/common": "^0.229.0",
54+
"@lightdash/warehouses": "^0.229.0",
5555
"connect-flash": "^0.1.1",
5656
"connect-session-knex": "^2.1.0",
5757
"cookie-parser": "^1.4.5",

packages/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lightdash/cli",
3-
"version": "0.228.0",
3+
"version": "0.229.0",
44
"license": "MIT",
55
"bin": {
66
"lightdash": "dist/index.js"
@@ -10,8 +10,8 @@
1010
"track.sh"
1111
],
1212
"dependencies": {
13-
"@lightdash/common": "^0.228.0",
14-
"@lightdash/warehouses": "^0.228.0",
13+
"@lightdash/common": "^0.229.0",
14+
"@lightdash/warehouses": "^0.229.0",
1515
"@types/inquirer": "^8.2.1",
1616
"@types/nunjucks": "^3.2.1",
1717
"ajv": "^8.11.0",

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lightdash/common",
3-
"version": "0.228.0",
3+
"version": "0.229.0",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"files": [

packages/e2e/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "e2e",
3-
"version": "0.228.0",
3+
"version": "0.229.0",
44
"main": "index.js",
55
"license": "MIT",
66
"scripts": {
@@ -24,6 +24,6 @@
2424
"@testing-library/cypress": "^8.0.3",
2525
"cypress": "^10.1.0",
2626
"cypress-file-upload": "^5.0.8",
27-
"@lightdash/common": "^0.228.0"
27+
"@lightdash/common": "^0.229.0"
2828
}
2929
}

packages/frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "frontend",
3-
"version": "0.228.0",
3+
"version": "0.229.0",
44
"private": true,
55
"dependencies": {
66
"@blueprintjs/core": "^4.7.0",
@@ -23,7 +23,7 @@
2323
"@uiw/react-md-editor": "^3.10.0",
2424
"ace-builds": "^1.4.14",
2525
"cohere-js": "^1.0.19",
26-
"@lightdash/common": "^0.228.0",
26+
"@lightdash/common": "^0.229.0",
2727
"dagre": "^0.8.5",
2828
"echarts": "^5.3.0",
2929
"echarts-for-react": "^3.0.2",

packages/warehouses/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lightdash/warehouses",
3-
"version": "0.228.0",
3+
"version": "0.229.0",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -12,7 +12,7 @@
1212
"snowflake-sdk": "^1.6.4",
1313
"pg": "^8.7.1",
1414
"odbc": "^2.4.2",
15-
"@lightdash/common": "^0.228.0"
15+
"@lightdash/common": "^0.229.0"
1616
},
1717
"description": "Warehouse connectors for Lightdash",
1818
"devDependencies": {

0 commit comments

Comments
 (0)