File tree Expand file tree Collapse file tree 8 files changed +21
-14
lines changed
Expand file tree Collapse file tree 8 files changed +21
-14
lines changed Original file line number Diff line number Diff line change 1+ ## [0.1273.2](https://github.com/lightdash/lightdash/compare/0.1273.1...0.1273.2) (2024-09-25)
2+
3+
4+ ### Bug Fixes
5+
6+ * remove query key sql from useChartViz ([#11676](https://github.com/lightdash/lightdash/issues/11676)) ([dcd127d](https://github.com/lightdash/lightdash/commit/dcd127df227a3f8808de45871c4e1568813094bb))
7+
18## [0.1273.1](https://github.com/lightdash/lightdash/compare/0.1273.0...0.1273.1) (2024-09-25)
29
310
Original file line number Diff line number Diff line change 11{
22 "name" : " lightdash" ,
3- "version" : " 0.1273.1 " ,
3+ "version" : " 0.1273.2 " ,
44 "main" : " index.js" ,
55 "license" : " MIT" ,
66 "private" : true ,
Original file line number Diff line number Diff line change 11{
22 "name" : " backend" ,
3- "version" : " 0.1273.1 " ,
3+ "version" : " 0.1273.2 " ,
44 "main" : " dist/index" ,
55 "license" : " MIT" ,
66 "devDependencies" : {
3535 "@casl/ability" : " ^5.4.3" ,
3636 "@cubejs-client/core" : " ^0.35.23" ,
3737 "@godaddy/terminus" : " ^4.12.0" ,
38- "@lightdash/common" : " ^0.1273.1 " ,
39- "@lightdash/warehouses" : " ^0.1273.1 " ,
38+ "@lightdash/common" : " ^0.1273.2 " ,
39+ "@lightdash/warehouses" : " ^0.1273.2 " ,
4040 "@octokit/app" : " ^14.0.2" ,
4141 "@octokit/auth-app" : " ^6.0.3" ,
4242 "@octokit/auth-token" : " ^4.0.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @lightdash/cli" ,
3- "version" : " 0.1273.1 " ,
3+ "version" : " 0.1273.2 " ,
44 "license" : " MIT" ,
55 "bin" : {
66 "lightdash" : " dist/index.js"
1111 ],
1212 "dependencies" : {
1313 "@actions/core" : " ^1.10.1" ,
14- "@lightdash/common" : " ^0.1273.1 " ,
15- "@lightdash/warehouses" : " ^0.1273.1 " ,
14+ "@lightdash/common" : " ^0.1273.2 " ,
15+ "@lightdash/warehouses" : " ^0.1273.2 " ,
1616 "@types/columnify" : " ^1.5.1" ,
1717 "ajv" : " ^8.11.0" ,
1818 "ajv-formats" : " ^2.1.1" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @lightdash/common" ,
3- "version" : " 0.1273.1 " ,
3+ "version" : " 0.1273.2 " ,
44 "main" : " dist/index.js" ,
55 "types" : " dist/index.d.ts" ,
66 "files" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " e2e" ,
3- "version" : " 0.1273.1 " ,
3+ "version" : " 0.1273.2 " ,
44 "main" : " index.js" ,
55 "license" : " MIT" ,
66 "scripts" : {
1515 },
1616 "devDependencies" : {},
1717 "dependencies" : {
18- "@lightdash/common" : " ^0.1273.1 " ,
18+ "@lightdash/common" : " ^0.1273.2 " ,
1919 "@testing-library/cypress" : " ^10.0.2" ,
2020 "cypress" : " ^13.14.2" ,
2121 "cypress-file-upload" : " ^5.0.8" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " frontend" ,
3- "version" : " 0.1273.1 " ,
3+ "version" : " 0.1273.2 " ,
44 "private" : true ,
55 "scripts" : {
66 "start" : " vite" ,
3030 "@emotion/react" : " ^11.10.6" ,
3131 "@hello-pangea/dnd" : " ^16.5.0" ,
3232 "@hookform/error-message" : " ^2.0.0" ,
33- "@lightdash/common" : " ^0.1273.1 " ,
33+ "@lightdash/common" : " ^0.1273.2 " ,
3434 "@mantine/core" : " ^6.0.21" ,
3535 "@mantine/dates" : " ^6.0.21" ,
3636 "@mantine/form" : " ^7.5.2" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @lightdash/warehouses" ,
3- "version" : " 0.1273.1 " ,
3+ "version" : " 0.1273.2 " ,
44 "license" : " MIT" ,
55 "main" : " dist/index.js" ,
66 "types" : " dist/index.d.ts" ,
1010 "dependencies" : {
1111 "@databricks/sql" : " 1.8.1" ,
1212 "@google-cloud/bigquery" : " ^7.2.0" ,
13- "@lightdash/common" : " ^0.1273.1 " ,
13+ "@lightdash/common" : " ^0.1273.2 " ,
1414 "lodash" : " ^4.17.21" ,
1515 "pg" : " ^8.11.3" ,
1616 "pg-cursor" : " ^2.10.0" ,
You can’t perform that action at this time.
0 commit comments