File tree Expand file tree Collapse file tree 8 files changed +22
-14
lines changed Expand file tree Collapse file tree 8 files changed +22
-14
lines changed Original file line number Diff line number Diff line change
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
+
1
9
## [ 0.225.1] ( https://github.com/lightdash/lightdash/compare/0.225.0...0.225.1 ) (2022-08-22)
2
10
3
11
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " lightdash" ,
3
- "version" : " 0.225.1 " ,
3
+ "version" : " 0.226.0 " ,
4
4
"main" : " index.js" ,
5
5
"license" : " MIT" ,
6
6
"private" : true ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " backend" ,
3
- "version" : " 0.225.1 " ,
3
+ "version" : " 0.226.0 " ,
4
4
"main" : " dist/index" ,
5
5
"license" : " MIT" ,
6
6
"devDependencies" : {
50
50
"ajv-formats" : " ^2.1.0" ,
51
51
"bcrypt" : " ^5.0.1" ,
52
52
"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 " ,
55
55
"connect-flash" : " ^0.1.1" ,
56
56
"connect-session-knex" : " ^2.1.0" ,
57
57
"cookie-parser" : " ^1.4.5" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lightdash/cli" ,
3
- "version" : " 0.225.1 " ,
3
+ "version" : " 0.226.0 " ,
4
4
"license" : " MIT" ,
5
5
"bin" : {
6
6
"lightdash" : " dist/index.js"
10
10
" track.sh"
11
11
],
12
12
"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 " ,
15
15
"@types/inquirer" : " ^8.2.1" ,
16
16
"@types/nunjucks" : " ^3.2.1" ,
17
17
"ajv" : " ^8.11.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lightdash/common" ,
3
- "version" : " 0.225.1 " ,
3
+ "version" : " 0.226.0 " ,
4
4
"main" : " dist/index.js" ,
5
5
"types" : " dist/index.d.ts" ,
6
6
"files" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " e2e" ,
3
- "version" : " 0.225.1 " ,
3
+ "version" : " 0.226.0 " ,
4
4
"main" : " index.js" ,
5
5
"license" : " MIT" ,
6
6
"scripts" : {
24
24
"@testing-library/cypress" : " ^8.0.3" ,
25
25
"cypress" : " ^10.1.0" ,
26
26
"cypress-file-upload" : " ^5.0.8" ,
27
- "@lightdash/common" : " ^0.225.1 "
27
+ "@lightdash/common" : " ^0.226.0 "
28
28
}
29
29
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " frontend" ,
3
- "version" : " 0.225.1 " ,
3
+ "version" : " 0.226.0 " ,
4
4
"private" : true ,
5
5
"dependencies" : {
6
6
"@blueprintjs/core" : " ^4.7.0" ,
23
23
"@uiw/react-md-editor" : " ^3.10.0" ,
24
24
"ace-builds" : " ^1.4.14" ,
25
25
"cohere-js" : " ^1.0.19" ,
26
- "@lightdash/common" : " ^0.225.1 " ,
26
+ "@lightdash/common" : " ^0.226.0 " ,
27
27
"dagre" : " ^0.8.5" ,
28
28
"echarts" : " ^5.3.0" ,
29
29
"echarts-for-react" : " ^3.0.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lightdash/warehouses" ,
3
- "version" : " 0.225.1 " ,
3
+ "version" : " 0.226.0 " ,
4
4
"license" : " MIT" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
12
12
"snowflake-sdk" : " ^1.6.4" ,
13
13
"pg" : " ^8.7.1" ,
14
14
"odbc" : " ^2.4.2" ,
15
- "@lightdash/common" : " ^0.225.1 "
15
+ "@lightdash/common" : " ^0.226.0 "
16
16
},
17
17
"description" : " Warehouse connectors for Lightdash" ,
18
18
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments