Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 484a08f

Browse files
chore(release): 0.1273.2
## [0.1273.2](lightdash/lightdash@0.1273.1...0.1273.2) (2024-09-25) ### Bug Fixes * remove query key sql from useChartViz ([lightdash#11676](lightdash#11676)) ([dcd127d](lightdash@dcd127d))
1 parent dcd127d commit 484a08f

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.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

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.1273.1",
3+
"version": "0.1273.2",
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.1273.1",
3+
"version": "0.1273.2",
44
"main": "dist/index",
55
"license": "MIT",
66
"devDependencies": {
@@ -35,8 +35,8 @@
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",

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.1273.1",
3+
"version": "0.1273.2",
44
"license": "MIT",
55
"bin": {
66
"lightdash": "dist/index.js"
@@ -11,8 +11,8 @@
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",

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.1273.1",
3+
"version": "0.1273.2",
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.1273.1",
3+
"version": "0.1273.2",
44
"main": "index.js",
55
"license": "MIT",
66
"scripts": {
@@ -15,7 +15,7 @@
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",

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.1273.1",
3+
"version": "0.1273.2",
44
"private": true,
55
"scripts": {
66
"start": "vite",
@@ -30,7 +30,7 @@
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",

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.1273.1",
3+
"version": "0.1273.2",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -10,7 +10,7 @@
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",

0 commit comments

Comments
 (0)