Skip to content

Commit 9b1c640

Browse files
chore(release): 0.228.0 [skip ci]
# [0.228.0](lightdash/lightdash@0.227.0...0.228.0) (2022-08-23) ### Features * add new analytics for cli preview and compile ([lightdash#3053](lightdash#3053)) ([2947423](lightdash@2947423)) * add project id to space analytics ([lightdash#3051](lightdash#3051)) ([97f7c62](lightdash@97f7c62))
1 parent 97f7c62 commit 9b1c640

File tree

8 files changed

+22
-14
lines changed

8 files changed

+22
-14
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [0.228.0](https://github.com/lightdash/lightdash/compare/0.227.0...0.228.0) (2022-08-23)
2+
3+
4+
### Features
5+
6+
* add new analytics for cli preview and compile ([#3053](https://github.com/lightdash/lightdash/issues/3053)) ([2947423](https://github.com/lightdash/lightdash/commit/294742336daec4bf386cf10055e506389054ed90))
7+
* add project id to space analytics ([#3051](https://github.com/lightdash/lightdash/issues/3051)) ([97f7c62](https://github.com/lightdash/lightdash/commit/97f7c62e548f3eeac5adf449aafaf62eb6b6d520))
8+
19
# [0.227.0](https://github.com/lightdash/lightdash/compare/0.226.2...0.227.0) (2022-08-23)
210

311

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.227.0",
3+
"version": "0.228.0",
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.227.0",
3+
"version": "0.228.0",
44
"main": "dist/index",
55
"license": "MIT",
66
"devDependencies": {
@@ -50,8 +50,8 @@
5050
"ajv-formats": "^2.1.0",
5151
"bcrypt": "^5.0.1",
5252
"body-parser": "^1.19.0",
53-
"@lightdash/common": "^0.227.0",
54-
"@lightdash/warehouses": "^0.227.0",
53+
"@lightdash/common": "^0.228.0",
54+
"@lightdash/warehouses": "^0.228.0",
5555
"connect-flash": "^0.1.1",
5656
"connect-session-knex": "^2.1.0",
5757
"cookie-parser": "^1.4.5",

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.227.0",
3+
"version": "0.228.0",
44
"license": "MIT",
55
"bin": {
66
"lightdash": "dist/index.js"
@@ -10,8 +10,8 @@
1010
"track.sh"
1111
],
1212
"dependencies": {
13-
"@lightdash/common": "^0.227.0",
14-
"@lightdash/warehouses": "^0.227.0",
13+
"@lightdash/common": "^0.228.0",
14+
"@lightdash/warehouses": "^0.228.0",
1515
"@types/inquirer": "^8.2.1",
1616
"@types/nunjucks": "^3.2.1",
1717
"ajv": "^8.11.0",

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.227.0",
3+
"version": "0.228.0",
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.227.0",
3+
"version": "0.228.0",
44
"main": "index.js",
55
"license": "MIT",
66
"scripts": {
@@ -24,6 +24,6 @@
2424
"@testing-library/cypress": "^8.0.3",
2525
"cypress": "^10.1.0",
2626
"cypress-file-upload": "^5.0.8",
27-
"@lightdash/common": "^0.227.0"
27+
"@lightdash/common": "^0.228.0"
2828
}
2929
}

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.227.0",
3+
"version": "0.228.0",
44
"private": true,
55
"dependencies": {
66
"@blueprintjs/core": "^4.7.0",
@@ -23,7 +23,7 @@
2323
"@uiw/react-md-editor": "^3.10.0",
2424
"ace-builds": "^1.4.14",
2525
"cohere-js": "^1.0.19",
26-
"@lightdash/common": "^0.227.0",
26+
"@lightdash/common": "^0.228.0",
2727
"dagre": "^0.8.5",
2828
"echarts": "^5.3.0",
2929
"echarts-for-react": "^3.0.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.227.0",
3+
"version": "0.228.0",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -12,7 +12,7 @@
1212
"snowflake-sdk": "^1.6.4",
1313
"pg": "^8.7.1",
1414
"odbc": "^2.4.2",
15-
"@lightdash/common": "^0.227.0"
15+
"@lightdash/common": "^0.228.0"
1616
},
1717
"description": "Warehouse connectors for Lightdash",
1818
"devDependencies": {

0 commit comments

Comments
 (0)