Skip to content

Commit 26f09ce

Browse files
chore(release): 0.226.0 [skip ci]
# [0.226.0](lightdash/lightdash@0.225.1...0.226.0) (2022-08-22) ### Features * larger and scrollable underlying data modal ([lightdash#3029](lightdash#3029)) ([1bb8f5b](lightdash@1bb8f5b)) * underlying data table format ([lightdash#3028](lightdash#3028)) ([6c9d77d](lightdash@6c9d77d))
1 parent 4a0b7fc commit 26f09ce

File tree

8 files changed

+22
-14
lines changed

8 files changed

+22
-14
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [0.226.0](https://github.com/lightdash/lightdash/compare/0.225.1...0.226.0) (2022-08-22)
2+
3+
4+
### Features
5+
6+
* larger and scrollable underlying data modal ([#3029](https://github.com/lightdash/lightdash/issues/3029)) ([1bb8f5b](https://github.com/lightdash/lightdash/commit/1bb8f5b0750e9e63c801479863afb366b9fb255b))
7+
* underlying data table format ([#3028](https://github.com/lightdash/lightdash/issues/3028)) ([6c9d77d](https://github.com/lightdash/lightdash/commit/6c9d77d87e16f7282ff6b40c05d97cca8c03c92d))
8+
19
## [0.225.1](https://github.com/lightdash/lightdash/compare/0.225.0...0.225.1) (2022-08-22)
210

311

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.225.1",
3+
"version": "0.226.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.225.1",
3+
"version": "0.226.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.225.1",
54-
"@lightdash/warehouses": "^0.225.1",
53+
"@lightdash/common": "^0.226.0",
54+
"@lightdash/warehouses": "^0.226.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.225.1",
3+
"version": "0.226.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.225.1",
14-
"@lightdash/warehouses": "^0.225.1",
13+
"@lightdash/common": "^0.226.0",
14+
"@lightdash/warehouses": "^0.226.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.225.1",
3+
"version": "0.226.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.225.1",
3+
"version": "0.226.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.225.1"
27+
"@lightdash/common": "^0.226.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.225.1",
3+
"version": "0.226.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.225.1",
26+
"@lightdash/common": "^0.226.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.225.1",
3+
"version": "0.226.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.225.1"
15+
"@lightdash/common": "^0.226.0"
1616
},
1717
"description": "Warehouse connectors for Lightdash",
1818
"devDependencies": {

0 commit comments

Comments
 (0)