Skip to content

Commit

Permalink
chore(release): 0.1076.5
Browse files Browse the repository at this point in the history
## [0.1076.5](0.1076.4...0.1076.5) (2024-04-26)

### Bug Fixes

* remove duplicated rules ([#9876](#9876)) ([fe79ee7](fe79ee7))
  • Loading branch information
semantic-release-bot committed Apr 26, 2024
1 parent fe79ee7 commit 6bd30b1
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.1076.5](https://github.com/lightdash/lightdash/compare/0.1076.4...0.1076.5) (2024-04-26)


### Bug Fixes

* remove duplicated rules ([#9876](https://github.com/lightdash/lightdash/issues/9876)) ([fe79ee7](https://github.com/lightdash/lightdash/commit/fe79ee7b16d115aec7d54f812fa45a9eb1a8b1b0))

## [0.1076.4](https://github.com/lightdash/lightdash/compare/0.1076.3...0.1076.4) (2024-04-25)


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.1076.4",
"version": "0.1076.5",
"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.1076.4",
"version": "0.1076.5",
"main": "dist/index",
"license": "MIT",
"devDependencies": {
Expand Down Expand Up @@ -35,8 +35,8 @@
"@godaddy/terminus": "^4.12.0",
"@langchain/core": "^0.1.51",
"@langchain/openai": "^0.0.23",
"@lightdash/common": "^0.1076.4",
"@lightdash/warehouses": "^0.1076.4",
"@lightdash/common": "^0.1076.5",
"@lightdash/warehouses": "^0.1076.5",
"@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.1076.4",
"version": "0.1076.5",
"license": "MIT",
"bin": {
"lightdash": "dist/index.js"
Expand All @@ -11,8 +11,8 @@
],
"dependencies": {
"@actions/core": "^1.10.1",
"@lightdash/common": "^0.1076.4",
"@lightdash/warehouses": "^0.1076.4",
"@lightdash/common": "^0.1076.5",
"@lightdash/warehouses": "^0.1076.5",
"@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.1076.4",
"version": "0.1076.5",
"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.1076.4",
"version": "0.1076.5",
"main": "index.js",
"license": "MIT",
"scripts": {
Expand All @@ -15,7 +15,7 @@
},
"devDependencies": {},
"dependencies": {
"@lightdash/common": "^0.1076.4",
"@lightdash/common": "^0.1076.5",
"@testing-library/cypress": "^9.0.0",
"cypress": "^13.7.2",
"cypress-file-upload": "^5.0.8",
Expand Down
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.1076.4",
"version": "0.1076.5",
"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.1076.4",
"@lightdash/common": "^0.1076.5",
"@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.1076.4",
"version": "0.1076.5",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -10,7 +10,7 @@
"dependencies": {
"@databricks/sql": "1.8.1",
"@google-cloud/bigquery": "^5.9.1",
"@lightdash/common": "^0.1076.4",
"@lightdash/common": "^0.1076.5",
"lodash": "^4.17.21",
"pg": "^8.11.3",
"pg-cursor": "^2.10.0",
Expand Down

0 comments on commit 6bd30b1

Please sign in to comment.