Skip to content

Commit

Permalink
chore(release): 0.1018.6
Browse files Browse the repository at this point in the history
## [0.1018.6](lightdash/lightdash@0.1018.5...0.1018.6) (2024-02-28)

### Bug Fixes

* notification polling ([lightdash#9144](lightdash#9144)) ([728567a](lightdash@728567a))
  • Loading branch information
semantic-release-bot committed Feb 28, 2024
1 parent 728567a commit 0a9dcd2
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 14 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.1018.6](https://github.com/lightdash/lightdash/compare/0.1018.5...0.1018.6) (2024-02-28)


### Bug Fixes

* notification polling ([#9144](https://github.com/lightdash/lightdash/issues/9144)) ([728567a](https://github.com/lightdash/lightdash/commit/728567a1423128b0846d7da2f9d3031088596837))

## [0.1018.5](https://github.com/lightdash/lightdash/compare/0.1018.4...0.1018.5) (2024-02-28)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lightdash",
"version": "0.1018.5",
"version": "0.1018.6",
"main": "index.js",
"license": "MIT",
"private": true,
Expand Down
6 changes: 3 additions & 3 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backend",
"version": "0.1018.5",
"version": "0.1018.6",
"main": "dist/index",
"license": "MIT",
"devDependencies": {
Expand Down Expand Up @@ -33,8 +33,8 @@
"@aws-sdk/s3-request-presigner": "^3.272.0",
"@casl/ability": "^5.4.3",
"@godaddy/terminus": "^4.12.0",
"@lightdash/common": "^0.1018.5",
"@lightdash/warehouses": "^0.1018.5",
"@lightdash/common": "^0.1018.6",
"@lightdash/warehouses": "^0.1018.6",
"@octokit/app": "^14.0.2",
"@octokit/auth-app": "^6.0.3",
"@octokit/auth-token": "^4.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightdash/cli",
"version": "0.1018.5",
"version": "0.1018.6",
"license": "MIT",
"bin": {
"lightdash": "dist/index.js"
Expand All @@ -11,8 +11,8 @@
],
"dependencies": {
"@actions/core": "^1.10.1",
"@lightdash/common": "^0.1018.5",
"@lightdash/warehouses": "^0.1018.5",
"@lightdash/common": "^0.1018.6",
"@lightdash/warehouses": "^0.1018.6",
"@types/columnify": "^1.5.1",
"ajv": "^8.11.0",
"ajv-formats": "^2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightdash/common",
"version": "0.1018.5",
"version": "0.1018.6",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "e2e",
"version": "0.1018.5",
"version": "0.1018.6",
"main": "index.js",
"license": "MIT",
"scripts": {
Expand All @@ -20,6 +20,6 @@
"cypress-file-upload": "^5.0.8",
"cypress-split": "^1.18.1",
"node-fetch": "^2.6.1",
"@lightdash/common": "^0.1018.5"
"@lightdash/common": "^0.1018.6"
}
}
4 changes: 2 additions & 2 deletions packages/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "0.1018.5",
"version": "0.1018.6",
"private": true,
"scripts": {
"start": "vite",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@emotion/react": "^11.10.6",
"@hello-pangea/dnd": "^16.5.0",
"@hookform/error-message": "^2.0.0",
"@lightdash/common": "^0.1018.5",
"@lightdash/common": "^0.1018.6",
"@mantine/core": "^6.0.21",
"@mantine/dates": "^6.0.21",
"@mantine/form": "^7.5.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/warehouses/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightdash/warehouses",
"version": "0.1018.5",
"version": "0.1018.6",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -10,7 +10,7 @@
"dependencies": {
"@databricks/sql": "1.6.0",
"@google-cloud/bigquery": "^5.9.1",
"@lightdash/common": "^0.1018.5",
"@lightdash/common": "^0.1018.6",
"lodash": "^4.17.21",
"pg": "^8.11.3",
"pg-cursor": "^2.10.0",
Expand Down

0 comments on commit 0a9dcd2

Please sign in to comment.