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.228.0] ( https://github.com/lightdash/lightdash/compare/0.227.0...0.228.0 ) (2022-08-23)
2
+
3
+
4
+ ### Features
5
+
6
+ * add new analytics for cli preview and compile ([ #3053 ] ( https://github.com/lightdash/lightdash/issues/3053 ) ) ([ 2947423] ( https://github.com/lightdash/lightdash/commit/294742336daec4bf386cf10055e506389054ed90 ) )
7
+ * add project id to space analytics ([ #3051 ] ( https://github.com/lightdash/lightdash/issues/3051 ) ) ([ 97f7c62] ( https://github.com/lightdash/lightdash/commit/97f7c62e548f3eeac5adf449aafaf62eb6b6d520 ) )
8
+
1
9
# [ 0.227.0] ( https://github.com/lightdash/lightdash/compare/0.226.2...0.227.0 ) (2022-08-23)
2
10
3
11
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " lightdash" ,
3
- "version" : " 0.227 .0" ,
3
+ "version" : " 0.228 .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.227 .0" ,
3
+ "version" : " 0.228 .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.227 .0" ,
54
- "@lightdash/warehouses" : " ^0.227 .0" ,
53
+ "@lightdash/common" : " ^0.228 .0" ,
54
+ "@lightdash/warehouses" : " ^0.228 .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.227 .0" ,
3
+ "version" : " 0.228 .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.227 .0" ,
14
- "@lightdash/warehouses" : " ^0.227 .0" ,
13
+ "@lightdash/common" : " ^0.228 .0" ,
14
+ "@lightdash/warehouses" : " ^0.228 .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.227 .0" ,
3
+ "version" : " 0.228 .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.227 .0" ,
3
+ "version" : " 0.228 .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.227 .0"
27
+ "@lightdash/common" : " ^0.228 .0"
28
28
}
29
29
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " frontend" ,
3
- "version" : " 0.227 .0" ,
3
+ "version" : " 0.228 .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.227 .0" ,
26
+ "@lightdash/common" : " ^0.228 .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.227 .0" ,
3
+ "version" : " 0.228 .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.227 .0"
15
+ "@lightdash/common" : " ^0.228 .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