Skip to content

Commit

Permalink
chore: Release v4.0.0-rc.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamTolmay committed Oct 19, 2023
1 parent b5107d4 commit 7f3059b
Show file tree
Hide file tree
Showing 104 changed files with 955 additions and 410 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-rc.12](https://github.com/lowdefy/lowdefy/compare/v4.0.0-rc.11...v4.0.0-rc.12) (2023-10-19)


### Bug Fixes

* **build:** Fix path keys. ([a6d9bb9](https://github.com/lowdefy/lowdefy/commit/a6d9bb9b376205d1a3ce1ffc5c133a2a8e44b5e1))
* **build:** Handel rec array keys. ([ce429e7](https://github.com/lowdefy/lowdefy/commit/ce429e7fd67c307456b705b4bb23782854be8852))
* **build:** Reduce spaces in build output. ([2e14c4f](https://github.com/lowdefy/lowdefy/commit/2e14c4f38ba8819aefddd1072c69910e6c0b6969))
* **build:** reset id counter. ([a06d15d](https://github.com/lowdefy/lowdefy/commit/a06d15da753ed1026c891a8611df5534d80aae91))
* **build:** Update menuLink in lowdefy schema to include urlQuery and input. ([3d1f6c5](https://github.com/lowdefy/lowdefy/commit/3d1f6c5981f635eeee84e4c7c606867517aa13b5))
* Deepsource style fixes. ([e0804b8](https://github.com/lowdefy/lowdefy/commit/e0804b87999e6d812f2d2378770ed214d4264142))
* Deepsource style fixes. ([2086f5d](https://github.com/lowdefy/lowdefy/commit/2086f5d2e8e5665ec5fd16ce83e59119571f833d))
* **deps:** Update dependency mongodb to v4.17.1 ([35abd12](https://github.com/lowdefy/lowdefy/commit/35abd12336d60ad316905cc19260061af7efc90e))
* **docs:** Fix payload on request examples. ([5ce3335](https://github.com/lowdefy/lowdefy/commit/5ce3335469c01979011f55cffd4f76285ef13d1a))
* **docs:** Update example requests to make use of payload. ([2917d07](https://github.com/lowdefy/lowdefy/commit/2917d07c423051125f723ca329691e5b5a1eafe8))
* Fix engine tests. ([9a826e6](https://github.com/lowdefy/lowdefy/commit/9a826e6667ebcd780dc430addbff5ee65c10fbf6))
* Fix KnexBuilder connection. ([9f4d823](https://github.com/lowdefy/lowdefy/commit/9f4d823a9c19c68a90bdb7229cf0f6ad5a1e2c8a))
* Fix Stripe request. ([421a326](https://github.com/lowdefy/lowdefy/commit/421a3264fecdcfc98853491c5eda97aaa235361a))





# [4.0.0-rc.11](https://github.com/lowdefy/lowdefy/compare/v4.0.0-rc.10...v4.0.0-rc.11) (2023-10-06)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.0.0-rc.11",
"version": "4.0.0-rc.12",
"packages": [
"src/packages/*",
"src/packages/blocks/*",
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": "@lowdefy/lowdefy",
"version": "4.0.0-rc.11",
"version": "4.0.0-rc.12",
"license": "Apache-2.0",
"private": true,
"description": "Lowdefy monorepo",
Expand Down
12 changes: 12 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-rc.12](https://github.com/lowdefy/lowdefy/compare/v4.0.0-rc.11...v4.0.0-rc.12) (2023-10-19)


### Bug Fixes

* Deepsource style fixes. ([e0804b8](https://github.com/lowdefy/lowdefy/commit/e0804b87999e6d812f2d2378770ed214d4264142))
* Deepsource style fixes. ([2086f5d](https://github.com/lowdefy/lowdefy/commit/2086f5d2e8e5665ec5fd16ce83e59119571f833d))





# [4.0.0-rc.11](https://github.com/lowdefy/lowdefy/compare/v4.0.0-rc.10...v4.0.0-rc.11) (2023-10-06)


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

# [4.0.0-rc.12](https://github.com/lowdefy/lowdefy/compare/v4.0.0-rc.11...v4.0.0-rc.12) (2023-10-19)


### Bug Fixes

* **build:** Fix path keys. ([a6d9bb9](https://github.com/lowdefy/lowdefy/commit/a6d9bb9b376205d1a3ce1ffc5c133a2a8e44b5e1))
* **build:** Handel rec array keys. ([ce429e7](https://github.com/lowdefy/lowdefy/commit/ce429e7fd67c307456b705b4bb23782854be8852))
* **build:** Reduce spaces in build output. ([2e14c4f](https://github.com/lowdefy/lowdefy/commit/2e14c4f38ba8819aefddd1072c69910e6c0b6969))
* **build:** reset id counter. ([a06d15d](https://github.com/lowdefy/lowdefy/commit/a06d15da753ed1026c891a8611df5534d80aae91))
* **build:** Update menuLink in lowdefy schema to include urlQuery and input. ([3d1f6c5](https://github.com/lowdefy/lowdefy/commit/3d1f6c5981f635eeee84e4c7c606867517aa13b5))





# [4.0.0-rc.11](https://github.com/lowdefy/lowdefy/compare/v4.0.0-rc.10...v4.0.0-rc.11) (2023-10-06)


Expand Down
76 changes: 38 additions & 38 deletions packages/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lowdefy/build",
"version": "4.0.0-rc.11",
"version": "4.0.0-rc.12",
"license": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",
Expand Down Expand Up @@ -51,50 +51,50 @@
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
},
"dependencies": {
"@lowdefy/ajv": "4.0.0-rc.11",
"@lowdefy/blocks-basic": "4.0.0-rc.11",
"@lowdefy/blocks-loaders": "4.0.0-rc.11",
"@lowdefy/helpers": "4.0.0-rc.11",
"@lowdefy/node-utils": "4.0.0-rc.11",
"@lowdefy/nunjucks": "4.0.0-rc.11",
"@lowdefy/operators": "4.0.0-rc.11",
"@lowdefy/operators-js": "4.0.0-rc.11",
"@lowdefy/ajv": "4.0.0-rc.12",
"@lowdefy/blocks-basic": "4.0.0-rc.12",
"@lowdefy/blocks-loaders": "4.0.0-rc.12",
"@lowdefy/helpers": "4.0.0-rc.12",
"@lowdefy/node-utils": "4.0.0-rc.12",
"@lowdefy/nunjucks": "4.0.0-rc.12",
"@lowdefy/operators": "4.0.0-rc.12",
"@lowdefy/operators-js": "4.0.0-rc.12",
"ajv": "8.12.0",
"json5": "2.2.3",
"yaml": "2.3.2",
"yargs": "17.7.2"
},
"devDependencies": {
"@jest/globals": "28.1.3",
"@lowdefy/actions-core": "4.0.0-rc.11",
"@lowdefy/actions-pdf-make": "4.0.0-rc.11",
"@lowdefy/blocks-aggrid": "4.0.0-rc.11",
"@lowdefy/blocks-algolia": "4.0.0-rc.11",
"@lowdefy/blocks-antd": "4.0.0-rc.11",
"@lowdefy/blocks-color-selectors": "4.0.0-rc.11",
"@lowdefy/blocks-echarts": "4.0.0-rc.11",
"@lowdefy/blocks-google-maps": "4.0.0-rc.11",
"@lowdefy/blocks-markdown": "4.0.0-rc.11",
"@lowdefy/blocks-qr": "4.0.0-rc.11",
"@lowdefy/connection-axios-http": "4.0.0-rc.11",
"@lowdefy/connection-elasticsearch": "4.0.0-rc.11",
"@lowdefy/connection-google-sheets": "4.0.0-rc.11",
"@lowdefy/connection-knex": "4.0.0-rc.11",
"@lowdefy/connection-mongodb": "4.0.0-rc.11",
"@lowdefy/connection-redis": "4.0.0-rc.11",
"@lowdefy/connection-sendgrid": "4.0.0-rc.11",
"@lowdefy/connection-stripe": "4.0.0-rc.11",
"@lowdefy/operators-change-case": "4.0.0-rc.11",
"@lowdefy/operators-diff": "4.0.0-rc.11",
"@lowdefy/operators-moment": "4.0.0-rc.11",
"@lowdefy/operators-mql": "4.0.0-rc.11",
"@lowdefy/operators-nunjucks": "4.0.0-rc.11",
"@lowdefy/operators-uuid": "4.0.0-rc.11",
"@lowdefy/operators-yaml": "4.0.0-rc.11",
"@lowdefy/plugin-auth0": "4.0.0-rc.11",
"@lowdefy/plugin-aws": "4.0.0-rc.11",
"@lowdefy/plugin-csv": "4.0.0-rc.11",
"@lowdefy/plugin-next-auth": "4.0.0-rc.11",
"@lowdefy/actions-core": "4.0.0-rc.12",
"@lowdefy/actions-pdf-make": "4.0.0-rc.12",
"@lowdefy/blocks-aggrid": "4.0.0-rc.12",
"@lowdefy/blocks-algolia": "4.0.0-rc.12",
"@lowdefy/blocks-antd": "4.0.0-rc.12",
"@lowdefy/blocks-color-selectors": "4.0.0-rc.12",
"@lowdefy/blocks-echarts": "4.0.0-rc.12",
"@lowdefy/blocks-google-maps": "4.0.0-rc.12",
"@lowdefy/blocks-markdown": "4.0.0-rc.12",
"@lowdefy/blocks-qr": "4.0.0-rc.12",
"@lowdefy/connection-axios-http": "4.0.0-rc.12",
"@lowdefy/connection-elasticsearch": "4.0.0-rc.12",
"@lowdefy/connection-google-sheets": "4.0.0-rc.12",
"@lowdefy/connection-knex": "4.0.0-rc.12",
"@lowdefy/connection-mongodb": "4.0.0-rc.12",
"@lowdefy/connection-redis": "4.0.0-rc.12",
"@lowdefy/connection-sendgrid": "4.0.0-rc.12",
"@lowdefy/connection-stripe": "4.0.0-rc.12",
"@lowdefy/operators-change-case": "4.0.0-rc.12",
"@lowdefy/operators-diff": "4.0.0-rc.12",
"@lowdefy/operators-moment": "4.0.0-rc.12",
"@lowdefy/operators-mql": "4.0.0-rc.12",
"@lowdefy/operators-nunjucks": "4.0.0-rc.12",
"@lowdefy/operators-uuid": "4.0.0-rc.12",
"@lowdefy/operators-yaml": "4.0.0-rc.12",
"@lowdefy/plugin-auth0": "4.0.0-rc.12",
"@lowdefy/plugin-aws": "4.0.0-rc.12",
"@lowdefy/plugin-csv": "4.0.0-rc.12",
"@lowdefy/plugin-next-auth": "4.0.0-rc.12",
"@swc/cli": "0.1.62",
"@swc/core": "1.3.92",
"@swc/jest": "0.2.29",
Expand Down
12 changes: 12 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-rc.12](https://github.com/lowdefy/lowdefy/compare/v4.0.0-rc.11...v4.0.0-rc.12) (2023-10-19)


### Bug Fixes

* Deepsource style fixes. ([e0804b8](https://github.com/lowdefy/lowdefy/commit/e0804b87999e6d812f2d2378770ed214d4264142))
* Deepsource style fixes. ([2086f5d](https://github.com/lowdefy/lowdefy/commit/2086f5d2e8e5665ec5fd16ce83e59119571f833d))





# [4.0.0-rc.11](https://github.com/lowdefy/lowdefy/compare/v4.0.0-rc.10...v4.0.0-rc.11) (2023-10-06)


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": "lowdefy",
"version": "4.0.0-rc.11",
"version": "4.0.0-rc.12",
"license": "Apache-2.0",
"description": "Lowdefy CLI",
"homepage": "https://lowdefy.com",
Expand Down Expand Up @@ -39,8 +39,8 @@
"test": "FORCE_COLOR=3 node --experimental-vm-modules node_modules/jest/bin/jest.js"
},
"dependencies": {
"@lowdefy/helpers": "4.0.0-rc.11",
"@lowdefy/node-utils": "4.0.0-rc.11",
"@lowdefy/helpers": "4.0.0-rc.12",
"@lowdefy/node-utils": "4.0.0-rc.12",
"axios": "1.5.1",
"commander": "11.0.0",
"decompress": "4.2.1",
Expand Down
12 changes: 12 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-rc.12](https://github.com/lowdefy/lowdefy/compare/v4.0.0-rc.11...v4.0.0-rc.12) (2023-10-19)


### Bug Fixes

* Deepsource style fixes. ([e0804b8](https://github.com/lowdefy/lowdefy/commit/e0804b87999e6d812f2d2378770ed214d4264142))
* Deepsource style fixes. ([2086f5d](https://github.com/lowdefy/lowdefy/commit/2086f5d2e8e5665ec5fd16ce83e59119571f833d))





# [4.0.0-rc.11](https://github.com/lowdefy/lowdefy/compare/v4.0.0-rc.10...v4.0.0-rc.11) (2023-10-06)


Expand Down
12 changes: 6 additions & 6 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lowdefy/client",
"version": "4.0.0-rc.11",
"version": "4.0.0-rc.12",
"license": "Apache-2.0",
"description": "Lowdefy Client",
"homepage": "https://lowdefy.com",
Expand Down Expand Up @@ -41,18 +41,18 @@
},
"dependencies": {
"@ant-design/icons": "4.8.0",
"@lowdefy/block-utils": "4.0.0-rc.11",
"@lowdefy/engine": "4.0.0-rc.11",
"@lowdefy/helpers": "4.0.0-rc.11",
"@lowdefy/layout": "4.0.0-rc.11",
"@lowdefy/block-utils": "4.0.0-rc.12",
"@lowdefy/engine": "4.0.0-rc.12",
"@lowdefy/helpers": "4.0.0-rc.12",
"@lowdefy/layout": "4.0.0-rc.12",
"classnames": "2.3.2",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@emotion/jest": "11.10.5",
"@jest/globals": "28.1.3",
"@lowdefy/jest-yaml-transform": "4.0.0-rc.11",
"@lowdefy/jest-yaml-transform": "4.0.0-rc.12",
"@swc/cli": "0.1.62",
"@swc/core": "1.3.92",
"@swc/jest": "0.2.29",
Expand Down
12 changes: 12 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-rc.12](https://github.com/lowdefy/lowdefy/compare/v4.0.0-rc.11...v4.0.0-rc.12) (2023-10-19)


### Bug Fixes

* **docs:** Fix payload on request examples. ([5ce3335](https://github.com/lowdefy/lowdefy/commit/5ce3335469c01979011f55cffd4f76285ef13d1a))
* **docs:** Update example requests to make use of payload. ([2917d07](https://github.com/lowdefy/lowdefy/commit/2917d07c423051125f723ca329691e5b5a1eafe8))





# [4.0.0-rc.11](https://github.com/lowdefy/lowdefy/compare/v4.0.0-rc.10...v4.0.0-rc.11) (2023-10-06)


Expand Down
4 changes: 2 additions & 2 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lowdefy/docs",
"version": "4.0.0-rc.11",
"version": "4.0.0-rc.12",
"license": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",
Expand Down Expand Up @@ -42,7 +42,7 @@
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
},
"dependencies": {
"@lowdefy/helpers": "4.0.0-rc.11"
"@lowdefy/helpers": "4.0.0-rc.12"
},
"devDependencies": {
"@jest/globals": "28.1.3",
Expand Down
13 changes: 13 additions & 0 deletions packages/engine/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-rc.12](https://github.com/lowdefy/lowdefy/compare/v4.0.0-rc.11...v4.0.0-rc.12) (2023-10-19)


### Bug Fixes

* Deepsource style fixes. ([e0804b8](https://github.com/lowdefy/lowdefy/commit/e0804b87999e6d812f2d2378770ed214d4264142))
* Deepsource style fixes. ([2086f5d](https://github.com/lowdefy/lowdefy/commit/2086f5d2e8e5665ec5fd16ce83e59119571f833d))
* Fix engine tests. ([9a826e6](https://github.com/lowdefy/lowdefy/commit/9a826e6667ebcd780dc430addbff5ee65c10fbf6))





# [4.0.0-rc.11](https://github.com/lowdefy/lowdefy/compare/v4.0.0-rc.10...v4.0.0-rc.11) (2023-10-06)


Expand Down
14 changes: 7 additions & 7 deletions packages/engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lowdefy/engine",
"version": "4.0.0-rc.11",
"version": "4.0.0-rc.12",
"license": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",
Expand Down Expand Up @@ -36,15 +36,15 @@
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
},
"dependencies": {
"@lowdefy/helpers": "4.0.0-rc.11",
"@lowdefy/operators": "4.0.0-rc.11"
"@lowdefy/helpers": "4.0.0-rc.12",
"@lowdefy/operators": "4.0.0-rc.12"
},
"devDependencies": {
"@jest/globals": "28.1.3",
"@lowdefy/actions-core": "4.0.0-rc.11",
"@lowdefy/build": "4.0.0-rc.11",
"@lowdefy/operators-js": "4.0.0-rc.11",
"@lowdefy/operators-mql": "4.0.0-rc.11",
"@lowdefy/actions-core": "4.0.0-rc.12",
"@lowdefy/build": "4.0.0-rc.12",
"@lowdefy/operators-js": "4.0.0-rc.12",
"@lowdefy/operators-mql": "4.0.0-rc.12",
"@swc/cli": "0.1.62",
"@swc/core": "1.3.92",
"@swc/jest": "0.2.29",
Expand Down

0 comments on commit 7f3059b

Please sign in to comment.