Skip to content

Commit

Permalink
chore(release): 0.395.1 [skip ci]
Browse files Browse the repository at this point in the history
## [0.395.1](0.395.0...0.395.1) (2023-01-27)

### Bug Fixes

* upgrade knex from 2.4.0 to 2.4.2 ([#4309](#4309)) ([4bb578c](4bb578c))
  • Loading branch information
semantic-release-bot committed Jan 27, 2023
1 parent 4bb578c commit 5fa89e3
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.395.1](https://github.com/lightdash/lightdash/compare/0.395.0...0.395.1) (2023-01-27)


### Bug Fixes

* upgrade knex from 2.4.0 to 2.4.2 ([#4309](https://github.com/lightdash/lightdash/issues/4309)) ([4bb578c](https://github.com/lightdash/lightdash/commit/4bb578c0e6bf62639b34e209506b49439cc41fc8))

# [0.395.0](https://github.com/lightdash/lightdash/compare/0.394.0...0.395.0) (2023-01-27)


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.395.0",
"version": "0.395.1",
"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.395.0",
"version": "0.395.1",
"main": "dist/index",
"license": "MIT",
"devDependencies": {
Expand All @@ -26,8 +26,8 @@
},
"dependencies": {
"@casl/ability": "^5.4.3",
"@lightdash/common": "^0.395.0",
"@lightdash/warehouses": "^0.395.0",
"@lightdash/common": "^0.395.1",
"@lightdash/warehouses": "^0.395.1",
"@rudderstack/rudder-sdk-node": "^1.1.3",
"@sentry/node": "^6.12.0",
"@sentry/tracing": "^6.12.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.395.0",
"version": "0.395.1",
"license": "MIT",
"bin": {
"lightdash": "dist/index.js"
Expand All @@ -10,8 +10,8 @@
"track.sh"
],
"dependencies": {
"@lightdash/common": "^0.395.0",
"@lightdash/warehouses": "^0.395.0",
"@lightdash/common": "^0.395.1",
"@lightdash/warehouses": "^0.395.1",
"ajv": "^8.11.0",
"ajv-formats": "^2.1.1",
"better-ajv-errors": "^1.2.0",
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.395.0",
"version": "0.395.1",
"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.395.0",
"version": "0.395.1",
"main": "index.js",
"license": "MIT",
"scripts": {
Expand All @@ -19,6 +19,6 @@
"cypress": "^10.1.0",
"cypress-file-upload": "^5.0.8",
"node-fetch": "^2.6.1",
"@lightdash/common": "^0.395.0"
"@lightdash/common": "^0.395.1"
}
}
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.395.0",
"version": "0.395.1",
"private": true,
"dependencies": {
"@blueprintjs/core": "^4.15.0",
Expand All @@ -12,7 +12,7 @@
"@casl/ability": "^5.4.4",
"@casl/react": "^3.0.0",
"@hookform/error-message": "^2.0.0",
"@lightdash/common": "^0.395.0",
"@lightdash/common": "^0.395.1",
"@sentry/react": "^6.17.6",
"@sentry/tracing": "^6.17.6",
"@tanstack/react-table": "^8.5.11",
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.395.0",
"version": "0.395.1",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -11,7 +11,7 @@
"@databricks/sql": "1.1.0",
"trino-client": "^0.2.0",
"@google-cloud/bigquery": "^5.9.1",
"@lightdash/common": "^0.395.0",
"@lightdash/common": "^0.395.1",
"lodash": "^4.17.21",
"pg": "^8.7.1",
"snowflake-sdk": "^1.6.4"
Expand Down

0 comments on commit 5fa89e3

Please sign in to comment.