Skip to content

Commit

Permalink
Merge pull request #1346 from lowdefy/main
Browse files Browse the repository at this point in the history
Update from main.
  • Loading branch information
Gervwyk committed Aug 24, 2022
2 parents 5b1bf42 + e04cfdf commit 770d788
Show file tree
Hide file tree
Showing 93 changed files with 857 additions and 415 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,39 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-alpha.25](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.24...v4.0.0-alpha.25) (2022-08-23)


### Bug Fixes

* Clean up files. ([eaf6bde](https://github.com/lowdefy/lowdefy/commit/eaf6bde3364e24cc5fce949ad03b9db2c779ea6e))
* **cli:** Fix CLI print tests. ([fd8345e](https://github.com/lowdefy/lowdefy/commit/fd8345e5dee20b993662e2990850dd543acd3cb6))
* **cli:** Improve CLI options specification. ([6d550fd](https://github.com/lowdefy/lowdefy/commit/6d550fd4620cde2ded905c3946ed86500c3efed5))
* **cli:** Remove dependency chalk. ([aebe925](https://github.com/lowdefy/lowdefy/commit/aebe925ea61ba10109b1c59e79cbe12fbce1840e))
* **deps:** Update dependency commander to v9.4.0. ([e2cd7d6](https://github.com/lowdefy/lowdefy/commit/e2cd7d6aecb6f0d0f4d7c6a15571010b8acc1237))
* Fix dev server auth api route. ([a51af68](https://github.com/lowdefy/lowdefy/commit/a51af68e6291eea9185f65425e480ace6a269103))
* **server-dev:** Remove build retries. ([c27ff36](https://github.com/lowdefy/lowdefy/commit/c27ff36e174f085d00bc0c76f2e2c3d8d2ad9bd2))
* **server-dev:** Simplify server-dev manager code. ([e4101d0](https://github.com/lowdefy/lowdefy/commit/e4101d019b47d8cf1d5065116f003bcdf8a38fdf))


### Features

* Cleanup dev server logs. ([27a22c8](https://github.com/lowdefy/lowdefy/commit/27a22c8d34b822268a834704fe9c022397180386))
* CLI output improvements. ([f00bb9b](https://github.com/lowdefy/lowdefy/commit/f00bb9b32e03e77ef1ef19c69055da4b05880cd8))
* **cli:** Add log level option. ([5903c8e](https://github.com/lowdefy/lowdefy/commit/5903c8e4165334eb31f80580c3816a34ac36592d))
* **cli:** Imporve build and start command output. ([f721792](https://github.com/lowdefy/lowdefy/commit/f721792ba9bafd00c8b126ae0ed86c1523025c15))
* **cli:** Throw if Lowdefy CLI is run with node < v14. ([4a99337](https://github.com/lowdefy/lowdefy/commit/4a9933798e304ce0b00bab8b85b851b90dfc2d96))
* **docs:** Add nunjucks date filter example. ([c4df77d](https://github.com/lowdefy/lowdefy/commit/c4df77d0b2bdeb1280db4f315a975952f09d27ef))
* **docs:** Update Events and Actions concept page. ([eb61475](https://github.com/lowdefy/lowdefy/commit/eb614758df9c5036d24ce224142dda3c60172021))
* **docs:** Update Menus concept page. ([0f8e3eb](https://github.com/lowdefy/lowdefy/commit/0f8e3ebcba1315a5f14cec4a02cd6f8426f948e2))
* **docs:** Update Secrets concept page. ([f0bddb8](https://github.com/lowdefy/lowdefy/commit/f0bddb86e11e71b9705c231eba66a8d71c8cdf56))
* Improved logging WIP. ([0bbf19d](https://github.com/lowdefy/lowdefy/commit/0bbf19d69926440930995d457514544608ec5b5b))
* **server-dev:** Do not stop process if initial build fails. ([506cbeb](https://github.com/lowdefy/lowdefy/commit/506cbeb090b130cacbbb923aa0fa8d0e3a48ad5a))





# [4.0.0-alpha.24](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.23...v4.0.0-alpha.24) (2022-08-19)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "4.0.0-alpha.24",
"version": "4.0.0-alpha.25",
"packages": [
"src/packages/*",
"src/packages/blocks/*",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@lowdefy/lowdefy",
"version": "4.0.0-alpha.24",
"version": "4.0.0-alpha.25",
"license": "Apache-2.0",
"private": true,
"description": "Lowdefy monorepo",
Expand Down
8 changes: 8 additions & 0 deletions packages/api/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-alpha.25](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.24...v4.0.0-alpha.25) (2022-08-23)

**Note:** Version bump only for package @lowdefy/api





# [4.0.0-alpha.24](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.23...v4.0.0-alpha.24) (2022-08-19)


Expand Down
14 changes: 7 additions & 7 deletions packages/api/package.json
@@ -1,6 +1,6 @@
{
"name": "@lowdefy/api",
"version": "4.0.0-alpha.24",
"version": "4.0.0-alpha.25",
"license": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",
Expand Down Expand Up @@ -41,12 +41,12 @@
"test": "yarn node --experimental-vm-modules $(yarn bin jest)"
},
"dependencies": {
"@lowdefy/ajv": "4.0.0-alpha.24",
"@lowdefy/helpers": "4.0.0-alpha.24",
"@lowdefy/node-utils": "4.0.0-alpha.24",
"@lowdefy/nunjucks": "4.0.0-alpha.24",
"@lowdefy/operators": "4.0.0-alpha.24",
"@lowdefy/operators-js": "4.0.0-alpha.24"
"@lowdefy/ajv": "4.0.0-alpha.25",
"@lowdefy/helpers": "4.0.0-alpha.25",
"@lowdefy/node-utils": "4.0.0-alpha.25",
"@lowdefy/nunjucks": "4.0.0-alpha.25",
"@lowdefy/operators": "4.0.0-alpha.25",
"@lowdefy/operators-js": "4.0.0-alpha.25"
},
"devDependencies": {
"@jest/globals": "28.1.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/build/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-alpha.25](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.24...v4.0.0-alpha.25) (2022-08-23)

**Note:** Version bump only for package @lowdefy/build





# [4.0.0-alpha.24](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.23...v4.0.0-alpha.24) (2022-08-19)


Expand Down
62 changes: 31 additions & 31 deletions packages/build/package.json
@@ -1,6 +1,6 @@
{
"name": "@lowdefy/build",
"version": "4.0.0-alpha.24",
"version": "4.0.0-alpha.25",
"license": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",
Expand Down Expand Up @@ -52,14 +52,14 @@
"test": "yarn node --experimental-vm-modules $(yarn bin jest)"
},
"dependencies": {
"@lowdefy/ajv": "4.0.0-alpha.24",
"@lowdefy/blocks-basic": "4.0.0-alpha.24",
"@lowdefy/blocks-loaders": "4.0.0-alpha.24",
"@lowdefy/helpers": "4.0.0-alpha.24",
"@lowdefy/node-utils": "4.0.0-alpha.24",
"@lowdefy/nunjucks": "4.0.0-alpha.24",
"@lowdefy/operators": "4.0.0-alpha.24",
"@lowdefy/operators-js": "4.0.0-alpha.24",
"@lowdefy/ajv": "4.0.0-alpha.25",
"@lowdefy/blocks-basic": "4.0.0-alpha.25",
"@lowdefy/blocks-loaders": "4.0.0-alpha.25",
"@lowdefy/helpers": "4.0.0-alpha.25",
"@lowdefy/node-utils": "4.0.0-alpha.25",
"@lowdefy/nunjucks": "4.0.0-alpha.25",
"@lowdefy/operators": "4.0.0-alpha.25",
"@lowdefy/operators-js": "4.0.0-alpha.25",
"ajv": "8.11.0",
"json5": "2.2.1",
"uuid": "8.3.2",
Expand All @@ -68,28 +68,28 @@
},
"devDependencies": {
"@jest/globals": "28.1.0",
"@lowdefy/actions-core": "4.0.0-alpha.24",
"@lowdefy/blocks-aggrid": "4.0.0-alpha.24",
"@lowdefy/blocks-antd": "4.0.0-alpha.24",
"@lowdefy/blocks-color-selectors": "4.0.0-alpha.24",
"@lowdefy/blocks-echarts": "4.0.0-alpha.24",
"@lowdefy/blocks-google-maps": "4.0.0-alpha.24",
"@lowdefy/blocks-markdown": "4.0.0-alpha.24",
"@lowdefy/connection-axios-http": "4.0.0-alpha.24",
"@lowdefy/connection-elasticsearch": "4.0.0-alpha.24",
"@lowdefy/connection-google-sheets": "4.0.0-alpha.24",
"@lowdefy/connection-knex": "4.0.0-alpha.24",
"@lowdefy/connection-mongodb": "4.0.0-alpha.24",
"@lowdefy/connection-redis": "4.0.0-alpha.24",
"@lowdefy/connection-sendgrid": "4.0.0-alpha.24",
"@lowdefy/connection-stripe": "4.0.0-alpha.24",
"@lowdefy/operators-change-case": "4.0.0-alpha.24",
"@lowdefy/operators-diff": "4.0.0-alpha.24",
"@lowdefy/operators-mql": "4.0.0-alpha.24",
"@lowdefy/operators-nunjucks": "4.0.0-alpha.24",
"@lowdefy/operators-uuid": "4.0.0-alpha.24",
"@lowdefy/operators-yaml": "4.0.0-alpha.24",
"@lowdefy/plugin-next-auth": "4.0.0-alpha.24",
"@lowdefy/actions-core": "4.0.0-alpha.25",
"@lowdefy/blocks-aggrid": "4.0.0-alpha.25",
"@lowdefy/blocks-antd": "4.0.0-alpha.25",
"@lowdefy/blocks-color-selectors": "4.0.0-alpha.25",
"@lowdefy/blocks-echarts": "4.0.0-alpha.25",
"@lowdefy/blocks-google-maps": "4.0.0-alpha.25",
"@lowdefy/blocks-markdown": "4.0.0-alpha.25",
"@lowdefy/connection-axios-http": "4.0.0-alpha.25",
"@lowdefy/connection-elasticsearch": "4.0.0-alpha.25",
"@lowdefy/connection-google-sheets": "4.0.0-alpha.25",
"@lowdefy/connection-knex": "4.0.0-alpha.25",
"@lowdefy/connection-mongodb": "4.0.0-alpha.25",
"@lowdefy/connection-redis": "4.0.0-alpha.25",
"@lowdefy/connection-sendgrid": "4.0.0-alpha.25",
"@lowdefy/connection-stripe": "4.0.0-alpha.25",
"@lowdefy/operators-change-case": "4.0.0-alpha.25",
"@lowdefy/operators-diff": "4.0.0-alpha.25",
"@lowdefy/operators-mql": "4.0.0-alpha.25",
"@lowdefy/operators-nunjucks": "4.0.0-alpha.25",
"@lowdefy/operators-uuid": "4.0.0-alpha.25",
"@lowdefy/operators-yaml": "4.0.0-alpha.25",
"@lowdefy/plugin-next-auth": "4.0.0-alpha.25",
"@swc/cli": "0.1.57",
"@swc/core": "1.2.194",
"@swc/jest": "0.2.21",
Expand Down
26 changes: 26 additions & 0 deletions packages/cli/CHANGELOG.md
Expand Up @@ -3,6 +3,32 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-alpha.25](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.24...v4.0.0-alpha.25) (2022-08-23)


### Bug Fixes

* Clean up files. ([eaf6bde](https://github.com/lowdefy/lowdefy/commit/eaf6bde3364e24cc5fce949ad03b9db2c779ea6e))
* **cli:** Fix CLI print tests. ([fd8345e](https://github.com/lowdefy/lowdefy/commit/fd8345e5dee20b993662e2990850dd543acd3cb6))
* **cli:** Improve CLI options specification. ([6d550fd](https://github.com/lowdefy/lowdefy/commit/6d550fd4620cde2ded905c3946ed86500c3efed5))
* **cli:** Remove dependency chalk. ([aebe925](https://github.com/lowdefy/lowdefy/commit/aebe925ea61ba10109b1c59e79cbe12fbce1840e))
* **deps:** Update dependency commander to v9.4.0. ([e2cd7d6](https://github.com/lowdefy/lowdefy/commit/e2cd7d6aecb6f0d0f4d7c6a15571010b8acc1237))
* **server-dev:** Remove build retries. ([c27ff36](https://github.com/lowdefy/lowdefy/commit/c27ff36e174f085d00bc0c76f2e2c3d8d2ad9bd2))


### Features

* Cleanup dev server logs. ([27a22c8](https://github.com/lowdefy/lowdefy/commit/27a22c8d34b822268a834704fe9c022397180386))
* CLI output improvements. ([f00bb9b](https://github.com/lowdefy/lowdefy/commit/f00bb9b32e03e77ef1ef19c69055da4b05880cd8))
* **cli:** Add log level option. ([5903c8e](https://github.com/lowdefy/lowdefy/commit/5903c8e4165334eb31f80580c3816a34ac36592d))
* **cli:** Imporve build and start command output. ([f721792](https://github.com/lowdefy/lowdefy/commit/f721792ba9bafd00c8b126ae0ed86c1523025c15))
* **cli:** Throw if Lowdefy CLI is run with node < v14. ([4a99337](https://github.com/lowdefy/lowdefy/commit/4a9933798e304ce0b00bab8b85b851b90dfc2d96))
* Improved logging WIP. ([0bbf19d](https://github.com/lowdefy/lowdefy/commit/0bbf19d69926440930995d457514544608ec5b5b))





# [4.0.0-alpha.24](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.23...v4.0.0-alpha.24) (2022-08-19)

**Note:** Version bump only for package lowdefy
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "lowdefy",
"version": "4.0.0-alpha.24",
"version": "4.0.0-alpha.25",
"license": "Apache-2.0",
"description": "Lowdefy CLI",
"homepage": "https://lowdefy.com",
Expand Down Expand Up @@ -40,8 +40,8 @@
"test": "FORCE_COLOR=3 yarn node --experimental-vm-modules $(yarn bin jest)"
},
"dependencies": {
"@lowdefy/helpers": "4.0.0-alpha.24",
"@lowdefy/node-utils": "4.0.0-alpha.24",
"@lowdefy/helpers": "4.0.0-alpha.25",
"@lowdefy/node-utils": "4.0.0-alpha.25",
"axios": "0.27.2",
"commander": "9.4.0",
"decompress": "4.2.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/client/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-alpha.25](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.24...v4.0.0-alpha.25) (2022-08-23)

**Note:** Version bump only for package @lowdefy/client





# [4.0.0-alpha.24](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.23...v4.0.0-alpha.24) (2022-08-19)

**Note:** Version bump only for package @lowdefy/client
Expand Down
12 changes: 6 additions & 6 deletions packages/client/package.json
@@ -1,6 +1,6 @@
{
"name": "@lowdefy/client",
"version": "4.0.0-alpha.24",
"version": "4.0.0-alpha.25",
"license": "Apache-2.0",
"description": "Lowdefy Client",
"homepage": "https://lowdefy.com",
Expand Down Expand Up @@ -43,17 +43,17 @@
},
"dependencies": {
"@ant-design/icons": "4.7.0",
"@lowdefy/block-utils": "4.0.0-alpha.24",
"@lowdefy/engine": "4.0.0-alpha.24",
"@lowdefy/helpers": "4.0.0-alpha.24",
"@lowdefy/layout": "4.0.0-alpha.24",
"@lowdefy/block-utils": "4.0.0-alpha.25",
"@lowdefy/engine": "4.0.0-alpha.25",
"@lowdefy/helpers": "4.0.0-alpha.25",
"@lowdefy/layout": "4.0.0-alpha.25",
"classnames": "2.3.1",
"react": "18.1.0",
"react-dom": "18.1.0"
},
"devDependencies": {
"@emotion/jest": "11.9.1",
"@lowdefy/jest-yaml-transform": "4.0.0-alpha.24",
"@lowdefy/jest-yaml-transform": "4.0.0-alpha.25",
"@swc/cli": "0.1.57",
"@swc/core": "1.2.194",
"@swc/jest": "0.2.21",
Expand Down
19 changes: 19 additions & 0 deletions packages/docs/CHANGELOG.md
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-alpha.25](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.24...v4.0.0-alpha.25) (2022-08-23)


### Bug Fixes

* Clean up files. ([eaf6bde](https://github.com/lowdefy/lowdefy/commit/eaf6bde3364e24cc5fce949ad03b9db2c779ea6e))


### Features

* **docs:** Add nunjucks date filter example. ([c4df77d](https://github.com/lowdefy/lowdefy/commit/c4df77d0b2bdeb1280db4f315a975952f09d27ef))
* **docs:** Update Events and Actions concept page. ([eb61475](https://github.com/lowdefy/lowdefy/commit/eb614758df9c5036d24ce224142dda3c60172021))
* **docs:** Update Menus concept page. ([0f8e3eb](https://github.com/lowdefy/lowdefy/commit/0f8e3ebcba1315a5f14cec4a02cd6f8426f948e2))
* **docs:** Update Secrets concept page. ([f0bddb8](https://github.com/lowdefy/lowdefy/commit/f0bddb86e11e71b9705c231eba66a8d71c8cdf56))





# [4.0.0-alpha.24](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.23...v4.0.0-alpha.24) (2022-08-19)


Expand Down
4 changes: 2 additions & 2 deletions packages/docs/package.json
@@ -1,6 +1,6 @@
{
"name": "@lowdefy/docs",
"version": "4.0.0-alpha.24",
"version": "4.0.0-alpha.25",
"license": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",
Expand Down Expand Up @@ -43,7 +43,7 @@
"test": "yarn node --experimental-vm-modules $(yarn bin jest)"
},
"dependencies": {
"@lowdefy/helpers": "4.0.0-alpha.24"
"@lowdefy/helpers": "4.0.0-alpha.25"
},
"devDependencies": {
"@jest/globals": "28.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/version.yaml
@@ -1 +1 @@
v4.0.0-alpha.24
v4.0.0-alpha.25
8 changes: 8 additions & 0 deletions packages/engine/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-alpha.25](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.24...v4.0.0-alpha.25) (2022-08-23)

**Note:** Version bump only for package @lowdefy/engine





# [4.0.0-alpha.24](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.23...v4.0.0-alpha.24) (2022-08-19)

**Note:** Version bump only for package @lowdefy/engine
Expand Down
14 changes: 7 additions & 7 deletions packages/engine/package.json
@@ -1,6 +1,6 @@
{
"name": "@lowdefy/engine",
"version": "4.0.0-alpha.24",
"version": "4.0.0-alpha.25",
"license": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",
Expand Down Expand Up @@ -37,15 +37,15 @@
"test": "yarn node --experimental-vm-modules $(yarn bin jest)"
},
"dependencies": {
"@lowdefy/helpers": "4.0.0-alpha.24",
"@lowdefy/operators": "4.0.0-alpha.24"
"@lowdefy/helpers": "4.0.0-alpha.25",
"@lowdefy/operators": "4.0.0-alpha.25"
},
"devDependencies": {
"@jest/globals": "28.1.0",
"@lowdefy/actions-core": "4.0.0-alpha.24",
"@lowdefy/build": "4.0.0-alpha.24",
"@lowdefy/operators-js": "4.0.0-alpha.24",
"@lowdefy/operators-mql": "4.0.0-alpha.24",
"@lowdefy/actions-core": "4.0.0-alpha.25",
"@lowdefy/build": "4.0.0-alpha.25",
"@lowdefy/operators-js": "4.0.0-alpha.25",
"@lowdefy/operators-mql": "4.0.0-alpha.25",
"@swc/cli": "0.1.57",
"@swc/core": "1.2.194",
"@swc/jest": "0.2.21",
Expand Down
8 changes: 8 additions & 0 deletions packages/layout/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-alpha.25](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.24...v4.0.0-alpha.25) (2022-08-23)

**Note:** Version bump only for package @lowdefy/layout





# [4.0.0-alpha.24](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.23...v4.0.0-alpha.24) (2022-08-19)

**Note:** Version bump only for package @lowdefy/layout
Expand Down

0 comments on commit 770d788

Please sign in to comment.