chore: Release version 3.9.0.

This commit is contained in:
SamTolmay 2021-02-16 12:10:12 +02:00
parent f9b4729dae
commit 0981b63db7
50 changed files with 401 additions and 131 deletions

View File

@ -3,6 +3,46 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [3.9.0](https://github.com/lowdefy/lowdefy/compare/v3.8.0...v3.9.0) (2021-02-16)
### Bug Fixes
* **actions:** Fix action response, add tests. ([0d16f82](https://github.com/lowdefy/lowdefy/commit/0d16f82a92135e0e895bd2088d4386b0f01b67d7))
* **blocksAntd:** Fix args.icon for Message. ([8a16504](https://github.com/lowdefy/lowdefy/commit/8a165048b8253f06a6c827426d9c5f4dd1e002dd))
* **blocksAntd:** Return the message function. ([6fb2aec](https://github.com/lowdefy/lowdefy/commit/6fb2aec2d82085dab4f6a406c6882b7cd7666ef8))
* **blocksAntd:** Update Timeline to work from value settings. ([c95009b](https://github.com/lowdefy/lowdefy/commit/c95009b44128f234d1c3f4848e823b1d9c4400e2))
* **blocksColorSelectors:** Include block value test. ([9da9c32](https://github.com/lowdefy/lowdefy/commit/9da9c322f61ae10fd1123a3852ce6bff096fa329))
* **blockTools:** Add example value to block render tests. ([e860013](https://github.com/lowdefy/lowdefy/commit/e8600131aeabaad93d70b7be4125a2153cb7598d))
* **build:** Fix TimelineList block location (renamed from Timeline). ([02c5dea](https://github.com/lowdefy/lowdefy/commit/02c5dea13ff5f87b385a3ac5408efe2e4fa8c3dc))
* **docs:** Add docs for SendGridMailSend. ([3e19e4c](https://github.com/lowdefy/lowdefy/commit/3e19e4c05ed026873d9e65fda1a667f27073d9c3))
* **docs:** Add init menu for PageSiderMenu and PageHeaderMenu. ([2f8c6d2](https://github.com/lowdefy/lowdefy/commit/2f8c6d29c034576340ae05250811ae54a6f8ecde))
* **docs:** Add List and ControlledList. ([513a494](https://github.com/lowdefy/lowdefy/commit/513a494dc5c9273d346ef850f413bb6721134c89))
* **docs:** filterDefaultValue not to filter arrays. ([48ccc5c](https://github.com/lowdefy/lowdefy/commit/48ccc5c6005760a21845fc1cf30b08ef387f44dc))
* **docs:** Fix schemas for Context Pages. ([2700d68](https://github.com/lowdefy/lowdefy/commit/2700d68c7fd29ad89ba669fcab48ba816211cbcc))
* **docs:** Fixes to SendGridMail. ([4a6cd66](https://github.com/lowdefy/lowdefy/commit/4a6cd663f67057ce120e37fc9d0368c34badf577))
* **docs:** Improve blocks default value filter. ([8e722d1](https://github.com/lowdefy/lowdefy/commit/8e722d1120d8f25da6c9e897701137d90534aecc))
* **docs:** Improve example rendering in template. ([e528776](https://github.com/lowdefy/lowdefy/commit/e5287763e98959a9a559c040e92bd8f895b8293c))
* **docs:** Only recurse getNestedValue on objects. ([d6d3e04](https://github.com/lowdefy/lowdefy/commit/d6d3e0429829f12466fdab56c17af9cfc1cc61ec))
* **docs:** Remove and fix old block examples. ([11defbe](https://github.com/lowdefy/lowdefy/commit/11defbe4b2140ee78a2cec073b9e225bdc1ae24b))
* **docs:** Typos in AxiosHttp. ([5928330](https://github.com/lowdefy/lowdefy/commit/59283307518f24b41dd592879f3eeaefd4cd50f9))
* **docs:** Update _format operator docs. ([8aa42aa](https://github.com/lowdefy/lowdefy/commit/8aa42aaed51ad49459e0dbf330685019b99d61df))
* **docs:** Update CallMethod docs with new usage. ([0f0f320](https://github.com/lowdefy/lowdefy/commit/0f0f320d180a2ebdb1ae8c1b29ca2afb4f1b0730))
* **engine:** Fix Link action with input and urlQuery. ([be6a1e1](https://github.com/lowdefy/lowdefy/commit/be6a1e1e8801458d059fe937d517b777c41fee71))
* **engine:** Fix Validate function name ([795d876](https://github.com/lowdefy/lowdefy/commit/795d8765e18f5c3c5a1e3b44133e9785fad3aad2))
* **engine:** Log action errors to the console. ([38ea5ff](https://github.com/lowdefy/lowdefy/commit/38ea5ff430d766f3b178b3746aeac6c6c8cb78d6))
* add SECURITY.md ([84a03ba](https://github.com/lowdefy/lowdefy/commit/84a03ba69ce2d6be2387afb8c86749ebd5717a61))
* **renderer:** Add displayMessage to renderer. ([863515e](https://github.com/lowdefy/lowdefy/commit/863515e173ca7bb7cf1f5b65a02efb5a10640da3))
### Features
* **engine:** Parse params for all actions. Refactor actions and events. ([0d55bd2](https://github.com/lowdefy/lowdefy/commit/0d55bd2624917a8415802db7413ebe4e06e1c111))
# [3.8.0](https://github.com/lowdefy/lowdefy/compare/v3.7.2...v3.8.0) (2021-02-12)

View File

@ -1,5 +1,5 @@
{
"version": "3.8.0",
"version": "3.9.0",
"packages": [
"src/packages/*",
"src/packages/blocks/*",

View File

@ -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.
# [3.9.0](https://github.com/lowdefy/lowdefy/compare/v3.8.0...v3.9.0) (2021-02-16)
**Note:** Version bump only for package @lowdefy/ajv
# [3.8.0](https://github.com/lowdefy/lowdefy/compare/v3.7.2...v3.8.0) (2021-02-12)
**Note:** Version bump only for package @lowdefy/ajv

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/ajv",
"version": "3.8.0",
"version": "3.9.0",
"licence": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",
@ -32,7 +32,7 @@
"prepare": "yarn build"
},
"dependencies": {
"@lowdefy/nunjucks": "3.8.0",
"@lowdefy/nunjucks": "3.9.0",
"ajv": "6.12.6",
"ajv-errors": "1.0.1"
},

View File

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [3.9.0](https://github.com/lowdefy/lowdefy/compare/v3.8.0...v3.9.0) (2021-02-16)
### Bug Fixes
* **blockTools:** Add example value to block render tests. ([e860013](https://github.com/lowdefy/lowdefy/commit/e8600131aeabaad93d70b7be4125a2153cb7598d))
# [3.8.0](https://github.com/lowdefy/lowdefy/compare/v3.7.2...v3.8.0) (2021-02-12)
**Note:** Version bump only for package @lowdefy/block-tools

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/block-tools",
"version": "3.8.0",
"version": "3.9.0",
"licence": "Apache-2.0",
"description": "Lowdefy Block Tools",
"homepage": "https://lowdefy.com",
@ -33,7 +33,7 @@
"test": "jest --coverage"
},
"dependencies": {
"@lowdefy/helpers": "3.8.0",
"@lowdefy/helpers": "3.9.0",
"ajv": "6.12.6",
"ajv-errors": "1.0.1",
"create-emotion": "10.0.27",

View File

@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [3.9.0](https://github.com/lowdefy/lowdefy/compare/v3.8.0...v3.9.0) (2021-02-16)
### Bug Fixes
* **blocksAntd:** Fix args.icon for Message. ([8a16504](https://github.com/lowdefy/lowdefy/commit/8a165048b8253f06a6c827426d9c5f4dd1e002dd))
* **blocksAntd:** Return the message function. ([6fb2aec](https://github.com/lowdefy/lowdefy/commit/6fb2aec2d82085dab4f6a406c6882b7cd7666ef8))
* **blocksAntd:** Update Timeline to work from value settings. ([c95009b](https://github.com/lowdefy/lowdefy/commit/c95009b44128f234d1c3f4848e823b1d9c4400e2))
* **docs:** Fix schemas for Context Pages. ([2700d68](https://github.com/lowdefy/lowdefy/commit/2700d68c7fd29ad89ba669fcab48ba816211cbcc))
# [3.8.0](https://github.com/lowdefy/lowdefy/compare/v3.7.2...v3.8.0) (2021-02-12)

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/blocks-antd",
"version": "3.8.0",
"version": "3.9.0",
"license": "Apache-2.0",
"description": "Lowdefy Ant Design Blocks",
"homepage": "https://lowdefy.com",
@ -39,9 +39,9 @@
},
"dependencies": {
"@ant-design/icons": "4.4.0",
"@lowdefy/block-tools": "3.8.0",
"@lowdefy/color": "3.8.0",
"@lowdefy/helpers": "3.8.0",
"@lowdefy/block-tools": "3.9.0",
"@lowdefy/color": "3.9.0",
"@lowdefy/helpers": "3.9.0",
"antd": "4.4.2",
"classnames": "2.2.6",
"moment": "2.29.1",

View File

@ -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.
# [3.9.0](https://github.com/lowdefy/lowdefy/compare/v3.8.0...v3.9.0) (2021-02-16)
**Note:** Version bump only for package @lowdefy/blocks-basic
# [3.8.0](https://github.com/lowdefy/lowdefy/compare/v3.7.2...v3.8.0) (2021-02-12)

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/blocks-basic",
"version": "3.8.0",
"version": "3.9.0",
"license": "Apache-2.0",
"description": "Basic html Lowdefy blocks.",
"homepage": "https://lowdefy.com",
@ -34,7 +34,7 @@
"test": "jest --coverage --config jest.config.js --no-cache"
},
"dependencies": {
"@lowdefy/block-tools": "3.8.0",
"@lowdefy/block-tools": "3.9.0",
"dompurify": "2.2.6",
"react": "17.0.1",
"react-dom": "17.0.1"
@ -44,7 +44,7 @@
"@babel/core": "7.12.10",
"@babel/preset-env": "7.12.11",
"@babel/preset-react": "7.12.10",
"@lowdefy/helpers": "3.8.0",
"@lowdefy/helpers": "3.9.0",
"@wojtekmaj/enzyme-adapter-react-17": "0.4.1",
"babel-jest": "26.6.3",
"babel-loader": "8.2.2",

View File

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [3.9.0](https://github.com/lowdefy/lowdefy/compare/v3.8.0...v3.9.0) (2021-02-16)
### Bug Fixes
* **blocksColorSelectors:** Include block value test. ([9da9c32](https://github.com/lowdefy/lowdefy/commit/9da9c322f61ae10fd1123a3852ce6bff096fa329))
# [3.8.0](https://github.com/lowdefy/lowdefy/compare/v3.7.2...v3.8.0) (2021-02-12)

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/blocks-color-selectors",
"version": "3.8.0",
"version": "3.9.0",
"license": "Apache-2.0",
"description": "A Lowdefy color selector blocks based on react-color.",
"homepage": "https://lowdefy.com",
@ -34,8 +34,8 @@
"test": "jest --coverage --config jest.config.js --no-cache"
},
"dependencies": {
"@lowdefy/block-tools": "3.8.0",
"@lowdefy/blocks-antd": "3.8.0",
"@lowdefy/block-tools": "3.9.0",
"@lowdefy/blocks-antd": "3.9.0",
"react": "17.0.1",
"react-color": "2.19.3",
"react-dom": "17.0.1"
@ -45,7 +45,7 @@
"@babel/core": "7.12.10",
"@babel/preset-env": "7.12.11",
"@babel/preset-react": "7.12.10",
"@lowdefy/helpers": "3.8.0",
"@lowdefy/helpers": "3.9.0",
"@wojtekmaj/enzyme-adapter-react-17": "0.4.1",
"babel-jest": "26.6.3",
"babel-loader": "8.2.2",

View File

@ -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.
# [3.9.0](https://github.com/lowdefy/lowdefy/compare/v3.8.0...v3.9.0) (2021-02-16)
**Note:** Version bump only for package @lowdefy/blocks-markdown
# [3.8.0](https://github.com/lowdefy/lowdefy/compare/v3.7.2...v3.8.0) (2021-02-12)

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/blocks-markdown",
"version": "3.8.0",
"version": "3.9.0",
"license": "Apache-2.0",
"description": "Lowdefy markdown blocks.",
"homepage": "https://lowdefy.com",
@ -34,7 +34,7 @@
"test": "jest --coverage --config jest.config.js --no-cache"
},
"dependencies": {
"@lowdefy/block-tools": "3.8.0",
"@lowdefy/block-tools": "3.9.0",
"dompurify": "2.2.6",
"react": "17.0.1",
"react-dom": "17.0.1",
@ -47,7 +47,7 @@
"@babel/core": "7.12.10",
"@babel/preset-env": "7.12.11",
"@babel/preset-react": "7.12.10",
"@lowdefy/helpers": "3.8.0",
"@lowdefy/helpers": "3.9.0",
"@wojtekmaj/enzyme-adapter-react-17": "0.4.1",
"babel-jest": "26.6.3",
"babel-loader": "8.2.2",

View File

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [3.9.0](https://github.com/lowdefy/lowdefy/compare/v3.8.0...v3.9.0) (2021-02-16)
### Bug Fixes
* **build:** Fix TimelineList block location (renamed from Timeline). ([02c5dea](https://github.com/lowdefy/lowdefy/commit/02c5dea13ff5f87b385a3ac5408efe2e4fa8c3dc))
# [3.8.0](https://github.com/lowdefy/lowdefy/compare/v3.7.2...v3.8.0) (2021-02-12)
**Note:** Version bump only for package @lowdefy/build

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/build",
"version": "3.8.0",
"version": "3.9.0",
"licence": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",
@ -33,10 +33,10 @@
"webpack": "webpack --config webpack.config.js"
},
"dependencies": {
"@lowdefy/ajv": "3.8.0",
"@lowdefy/helpers": "3.8.0",
"@lowdefy/node-utils": "3.8.0",
"@lowdefy/nunjucks": "3.8.0",
"@lowdefy/ajv": "3.9.0",
"@lowdefy/helpers": "3.9.0",
"@lowdefy/node-utils": "3.9.0",
"@lowdefy/nunjucks": "3.9.0",
"ajv": "6.12.6",
"axios": "0.21.1",
"dataloader": "2.0.0",

View File

@ -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.
# [3.9.0](https://github.com/lowdefy/lowdefy/compare/v3.8.0...v3.9.0) (2021-02-16)
**Note:** Version bump only for package @lowdefy/cli
# [3.8.0](https://github.com/lowdefy/lowdefy/compare/v3.7.2...v3.8.0) (2021-02-12)
**Note:** Version bump only for package @lowdefy/cli

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/cli",
"version": "3.8.0",
"version": "3.9.0",
"license": "Apache-2.0",
"description": "Lowdefy CLI",
"homepage": "https://lowdefy.com",
@ -38,8 +38,8 @@
"webpack": "webpack --config webpack.config.js"
},
"dependencies": {
"@lowdefy/helpers": "3.8.0",
"@lowdefy/node-utils": "3.8.0",
"@lowdefy/helpers": "3.9.0",
"@lowdefy/node-utils": "3.9.0",
"apollo-server-express": "2.19.2",
"axios": "0.21.1",
"chalk": "4.1.0",
@ -63,7 +63,7 @@
"@babel/core": "7.12.10",
"@babel/preset-env": "7.12.11",
"@babel/preset-react": "7.12.10",
"@lowdefy/block-tools": "3.8.0",
"@lowdefy/block-tools": "3.9.0",
"babel-jest": "26.6.3",
"babel-loader": "8.2.2",
"clean-webpack-plugin": "3.0.0",

View File

@ -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.
# [3.9.0](https://github.com/lowdefy/lowdefy/compare/v3.8.0...v3.9.0) (2021-02-16)
**Note:** Version bump only for package @lowdefy/color
# [3.8.0](https://github.com/lowdefy/lowdefy/compare/v3.7.2...v3.8.0) (2021-02-12)
**Note:** Version bump only for package @lowdefy/color

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/color",
"version": "3.8.0",
"version": "3.9.0",
"license": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",

View File

@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [3.9.0](https://github.com/lowdefy/lowdefy/compare/v3.8.0...v3.9.0) (2021-02-16)
### Bug Fixes
* **docs:** Add docs for SendGridMailSend. ([3e19e4c](https://github.com/lowdefy/lowdefy/commit/3e19e4c05ed026873d9e65fda1a667f27073d9c3))
* **docs:** Add init menu for PageSiderMenu and PageHeaderMenu. ([2f8c6d2](https://github.com/lowdefy/lowdefy/commit/2f8c6d29c034576340ae05250811ae54a6f8ecde))
* **docs:** Add List and ControlledList. ([513a494](https://github.com/lowdefy/lowdefy/commit/513a494dc5c9273d346ef850f413bb6721134c89))
* **docs:** filterDefaultValue not to filter arrays. ([48ccc5c](https://github.com/lowdefy/lowdefy/commit/48ccc5c6005760a21845fc1cf30b08ef387f44dc))
* **docs:** Fixes to SendGridMail. ([4a6cd66](https://github.com/lowdefy/lowdefy/commit/4a6cd663f67057ce120e37fc9d0368c34badf577))
* **docs:** Improve blocks default value filter. ([8e722d1](https://github.com/lowdefy/lowdefy/commit/8e722d1120d8f25da6c9e897701137d90534aecc))
* **docs:** Improve example rendering in template. ([e528776](https://github.com/lowdefy/lowdefy/commit/e5287763e98959a9a559c040e92bd8f895b8293c))
* **docs:** Only recurse getNestedValue on objects. ([d6d3e04](https://github.com/lowdefy/lowdefy/commit/d6d3e0429829f12466fdab56c17af9cfc1cc61ec))
* **docs:** Remove and fix old block examples. ([11defbe](https://github.com/lowdefy/lowdefy/commit/11defbe4b2140ee78a2cec073b9e225bdc1ae24b))
* **docs:** Typos in AxiosHttp. ([5928330](https://github.com/lowdefy/lowdefy/commit/59283307518f24b41dd592879f3eeaefd4cd50f9))
* **docs:** Update _format operator docs. ([8aa42aa](https://github.com/lowdefy/lowdefy/commit/8aa42aaed51ad49459e0dbf330685019b99d61df))
* **docs:** Update CallMethod docs with new usage. ([0f0f320](https://github.com/lowdefy/lowdefy/commit/0f0f320d180a2ebdb1ae8c1b29ca2afb4f1b0730))
# [3.8.0](https://github.com/lowdefy/lowdefy/compare/v3.7.2...v3.8.0) (2021-02-12)

View File

@ -13,7 +13,7 @@
# limitations under the License.
name: '@lowdefy/docs'
lowdefy: '3.8.0'
lowdefy: '3.9.0'
licence: Apache-2.0
global:

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/docs",
"version": "3.8.0",
"version": "3.9.0",
"license": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",

View File

@ -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.
# [3.9.0](https://github.com/lowdefy/lowdefy/compare/v3.8.0...v3.9.0) (2021-02-16)
### Bug Fixes
* **actions:** Fix action response, add tests. ([0d16f82](https://github.com/lowdefy/lowdefy/commit/0d16f82a92135e0e895bd2088d4386b0f01b67d7))
* **engine:** Fix Link action with input and urlQuery. ([be6a1e1](https://github.com/lowdefy/lowdefy/commit/be6a1e1e8801458d059fe937d517b777c41fee71))
* **engine:** Fix Validate function name ([795d876](https://github.com/lowdefy/lowdefy/commit/795d8765e18f5c3c5a1e3b44133e9785fad3aad2))
* **engine:** Log action errors to the console. ([38ea5ff](https://github.com/lowdefy/lowdefy/commit/38ea5ff430d766f3b178b3746aeac6c6c8cb78d6))
### Features
* **engine:** Parse params for all actions. Refactor actions and events. ([0d55bd2](https://github.com/lowdefy/lowdefy/commit/0d55bd2624917a8415802db7413ebe4e06e1c111))
# [3.8.0](https://github.com/lowdefy/lowdefy/compare/v3.7.2...v3.8.0) (2021-02-12)

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/engine",
"version": "3.8.0",
"version": "3.9.0",
"licence": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",
@ -33,8 +33,8 @@
"test": "jest --coverage"
},
"dependencies": {
"@lowdefy/helpers": "3.8.0",
"@lowdefy/operators": "3.8.0",
"@lowdefy/helpers": "3.9.0",
"@lowdefy/operators": "3.9.0",
"graphql": "15.5.0",
"graphql-tag": "2.11.0"
},

View File

@ -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.
# [3.9.0](https://github.com/lowdefy/lowdefy/compare/v3.8.0...v3.9.0) (2021-02-16)
**Note:** Version bump only for package @lowdefy/format
# [3.8.0](https://github.com/lowdefy/lowdefy/compare/v3.7.2...v3.8.0) (2021-02-12)

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/format",
"version": "3.8.0",
"version": "3.9.0",
"license": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",

View File

@ -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.
# [3.9.0](https://github.com/lowdefy/lowdefy/compare/v3.8.0...v3.9.0) (2021-02-16)
**Note:** Version bump only for package @lowdefy/graphql-federated
# [3.8.0](https://github.com/lowdefy/lowdefy/compare/v3.7.2...v3.8.0) (2021-02-12)
**Note:** Version bump only for package @lowdefy/graphql-federated

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/graphql-federated",
"version": "3.8.0",
"version": "3.9.0",
"licence": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",
@ -32,7 +32,7 @@
"webpack": "webpack --config webpack.config.js"
},
"dependencies": {
"@lowdefy/graphql": "3.8.0"
"@lowdefy/graphql": "3.9.0"
},
"devDependencies": {
"@babel/cli": "7.12.10",

View File

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [3.9.0](https://github.com/lowdefy/lowdefy/compare/v3.8.0...v3.9.0) (2021-02-16)
### Bug Fixes
* **docs:** Add docs for SendGridMailSend. ([3e19e4c](https://github.com/lowdefy/lowdefy/commit/3e19e4c05ed026873d9e65fda1a667f27073d9c3))
# [3.8.0](https://github.com/lowdefy/lowdefy/compare/v3.7.2...v3.8.0) (2021-02-12)

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/graphql",
"version": "3.8.0",
"version": "3.9.0",
"licence": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",
@ -33,11 +33,11 @@
"webpack": "webpack --config webpack.config.js"
},
"dependencies": {
"@lowdefy/ajv": "3.8.0",
"@lowdefy/helpers": "3.8.0",
"@lowdefy/node-utils": "3.8.0",
"@lowdefy/nunjucks": "3.8.0",
"@lowdefy/operators": "3.8.0",
"@lowdefy/ajv": "3.9.0",
"@lowdefy/helpers": "3.9.0",
"@lowdefy/node-utils": "3.9.0",
"@lowdefy/nunjucks": "3.9.0",
"@lowdefy/operators": "3.9.0",
"@sendgrid/mail": "7.4.2",
"ajv": "6.12.6",
"ajv-errors": "1.0.1",

View File

@ -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.
# [3.9.0](https://github.com/lowdefy/lowdefy/compare/v3.8.0...v3.9.0) (2021-02-16)
**Note:** Version bump only for package @lowdefy/helpers
# [3.8.0](https://github.com/lowdefy/lowdefy/compare/v3.7.2...v3.8.0) (2021-02-12)

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/helpers",
"version": "3.8.0",
"version": "3.9.0",
"licence": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",

View File

@ -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.
# [3.9.0](https://github.com/lowdefy/lowdefy/compare/v3.8.0...v3.9.0) (2021-02-16)
**Note:** Version bump only for package @lowdefy/layout
# [3.8.0](https://github.com/lowdefy/lowdefy/compare/v3.7.2...v3.8.0) (2021-02-12)
**Note:** Version bump only for package @lowdefy/layout

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/layout",
"version": "3.8.0",
"version": "3.9.0",
"licence": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",
@ -33,8 +33,8 @@
"test": "jest --coverage"
},
"dependencies": {
"@lowdefy/block-tools": "3.8.0",
"@lowdefy/helpers": "3.8.0",
"@lowdefy/block-tools": "3.9.0",
"@lowdefy/helpers": "3.9.0",
"antd": "4.4.2",
"react": "17.0.1",
"react-dom": "17.0.1"

View File

@ -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.
# [3.9.0](https://github.com/lowdefy/lowdefy/compare/v3.8.0...v3.9.0) (2021-02-16)
**Note:** Version bump only for package @lowdefy/node-utils
# [3.8.0](https://github.com/lowdefy/lowdefy/compare/v3.7.2...v3.8.0) (2021-02-12)
**Note:** Version bump only for package @lowdefy/node-utils

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/node-utils",
"version": "3.8.0",
"version": "3.9.0",
"licence": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",
@ -32,7 +32,7 @@
"prepare": "yarn build"
},
"dependencies": {
"@lowdefy/helpers": "3.8.0",
"@lowdefy/helpers": "3.9.0",
"rimraf": "3.0.2"
},
"devDependencies": {

View File

@ -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.
# [3.9.0](https://github.com/lowdefy/lowdefy/compare/v3.8.0...v3.9.0) (2021-02-16)
**Note:** Version bump only for package @lowdefy/nunjucks
# [3.8.0](https://github.com/lowdefy/lowdefy/compare/v3.7.2...v3.8.0) (2021-02-12)
**Note:** Version bump only for package @lowdefy/nunjucks

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/nunjucks",
"version": "3.8.0",
"version": "3.9.0",
"licence": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",
@ -32,7 +32,7 @@
"prepare": "yarn build"
},
"dependencies": {
"@lowdefy/helpers": "3.8.0",
"@lowdefy/helpers": "3.9.0",
"nunjucks": "3.2.2",
"nunjucks-date-filter": "0.1.1"
},

View File

@ -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.
# [3.9.0](https://github.com/lowdefy/lowdefy/compare/v3.8.0...v3.9.0) (2021-02-16)
**Note:** Version bump only for package @lowdefy/operators
# [3.8.0](https://github.com/lowdefy/lowdefy/compare/v3.7.2...v3.8.0) (2021-02-12)

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/operators",
"version": "3.8.0",
"version": "3.9.0",
"licence": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",
@ -33,9 +33,9 @@
"prepare": "yarn build"
},
"dependencies": {
"@lowdefy/format": "3.8.0",
"@lowdefy/helpers": "3.8.0",
"@lowdefy/nunjucks": "3.8.0",
"@lowdefy/format": "3.9.0",
"@lowdefy/helpers": "3.9.0",
"@lowdefy/nunjucks": "3.9.0",
"deep-diff": "1.0.2",
"js-yaml": "4.0.0",
"mingo": "4.1.0",

View File

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [3.9.0](https://github.com/lowdefy/lowdefy/compare/v3.8.0...v3.9.0) (2021-02-16)
### Bug Fixes
* **renderer:** Add displayMessage to renderer. ([863515e](https://github.com/lowdefy/lowdefy/commit/863515e173ca7bb7cf1f5b65a02efb5a10640da3))
# [3.8.0](https://github.com/lowdefy/lowdefy/compare/v3.7.2...v3.8.0) (2021-02-12)

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/renderer",
"version": "3.8.0",
"version": "3.9.0",
"licence": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",
@ -37,10 +37,10 @@
"@apollo/link-context": "2.0.0-beta.3",
"@apollo/link-error": "2.0.0-beta.3",
"@apollo/link-retry": "2.0.0-beta.3",
"@lowdefy/block-tools": "3.8.0",
"@lowdefy/engine": "3.8.0",
"@lowdefy/helpers": "3.8.0",
"@lowdefy/layout": "3.8.0",
"@lowdefy/block-tools": "3.9.0",
"@lowdefy/engine": "3.9.0",
"@lowdefy/helpers": "3.9.0",
"@lowdefy/layout": "3.9.0",
"graphql": "15.5.0",
"graphql-type-json": "0.3.2",
"react": "17.0.1",

View File

@ -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.
# [3.9.0](https://github.com/lowdefy/lowdefy/compare/v3.8.0...v3.9.0) (2021-02-16)
**Note:** Version bump only for package @lowdefy/server-dev
# [3.8.0](https://github.com/lowdefy/lowdefy/compare/v3.7.2...v3.8.0) (2021-02-12)
**Note:** Version bump only for package @lowdefy/server-dev

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/server-dev",
"version": "3.8.0",
"version": "3.9.0",
"license": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",
@ -33,8 +33,8 @@
"webpack": "webpack --config webpack.config.js"
},
"dependencies": {
"@lowdefy/graphql": "3.8.0",
"@lowdefy/node-utils": "3.8.0",
"@lowdefy/graphql": "3.9.0",
"@lowdefy/node-utils": "3.9.0",
"apollo-server-express": "2.19.2",
"dotenv": "8.2.0",
"express": "4.17.1",
@ -45,7 +45,7 @@
"@babel/core": "7.12.10",
"@babel/preset-env": "7.12.11",
"@babel/preset-react": "7.12.10",
"@lowdefy/block-tools": "3.8.0",
"@lowdefy/block-tools": "3.9.0",
"babel-jest": "26.6.3",
"babel-loader": "8.2.2",
"clean-webpack-plugin": "3.0.0",

View File

@ -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.
# [3.9.0](https://github.com/lowdefy/lowdefy/compare/v3.8.0...v3.9.0) (2021-02-16)
**Note:** Version bump only for package @lowdefy/server-docker
# [3.8.0](https://github.com/lowdefy/lowdefy/compare/v3.7.2...v3.8.0) (2021-02-12)
**Note:** Version bump only for package @lowdefy/server-docker

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/server-docker",
"version": "3.8.0",
"version": "3.9.0",
"license": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",
@ -34,8 +34,8 @@
"webpack": "webpack --config webpack.config.js"
},
"dependencies": {
"@lowdefy/graphql": "3.8.0",
"@lowdefy/node-utils": "3.8.0",
"@lowdefy/graphql": "3.9.0",
"@lowdefy/node-utils": "3.9.0",
"apollo-server-express": "2.19.2",
"express": "4.17.1",
"graphql": "15.5.0"
@ -45,7 +45,7 @@
"@babel/core": "7.12.10",
"@babel/preset-env": "7.12.11",
"@babel/preset-react": "7.12.10",
"@lowdefy/block-tools": "3.8.0",
"@lowdefy/block-tools": "3.9.0",
"babel-jest": "26.6.3",
"babel-loader": "8.2.2",
"clean-webpack-plugin": "3.0.0",

View File

@ -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.
# [3.9.0](https://github.com/lowdefy/lowdefy/compare/v3.8.0...v3.9.0) (2021-02-16)
**Note:** Version bump only for package @lowdefy/server-netlify
# [3.8.0](https://github.com/lowdefy/lowdefy/compare/v3.7.2...v3.8.0) (2021-02-12)
**Note:** Version bump only for package @lowdefy/server-netlify

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/server-netlify",
"version": "3.8.0",
"version": "3.9.0",
"license": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",
@ -32,8 +32,8 @@
"webpack": "webpack --config webpack.config.js"
},
"dependencies": {
"@lowdefy/graphql": "3.8.0",
"@lowdefy/node-utils": "3.8.0",
"@lowdefy/graphql": "3.9.0",
"@lowdefy/node-utils": "3.9.0",
"apollo-server-lambda": "2.19.2",
"graphql": "15.5.0"
},
@ -42,7 +42,7 @@
"@babel/core": "7.12.10",
"@babel/preset-env": "7.12.11",
"@babel/preset-react": "7.12.10",
"@lowdefy/block-tools": "3.8.0",
"@lowdefy/block-tools": "3.9.0",
"babel-jest": "26.6.3",
"babel-loader": "8.2.2",
"clean-webpack-plugin": "3.0.0",

118
yarn.lock
View File

@ -2673,14 +2673,14 @@ __metadata:
languageName: node
linkType: hard
"@lowdefy/ajv@3.8.0, @lowdefy/ajv@workspace:packages/ajv":
"@lowdefy/ajv@3.9.0, @lowdefy/ajv@workspace:packages/ajv":
version: 0.0.0-use.local
resolution: "@lowdefy/ajv@workspace:packages/ajv"
dependencies:
"@babel/cli": 7.12.10
"@babel/core": 7.12.10
"@babel/preset-env": 7.12.11
"@lowdefy/nunjucks": 3.8.0
"@lowdefy/nunjucks": 3.9.0
ajv: 6.12.6
ajv-errors: 1.0.1
babel-jest: 26.6.3
@ -2689,7 +2689,7 @@ __metadata:
languageName: unknown
linkType: soft
"@lowdefy/block-tools@3.8.0, @lowdefy/block-tools@workspace:packages/blockTools":
"@lowdefy/block-tools@3.9.0, @lowdefy/block-tools@workspace:packages/blockTools":
version: 0.0.0-use.local
resolution: "@lowdefy/block-tools@workspace:packages/blockTools"
dependencies:
@ -2697,7 +2697,7 @@ __metadata:
"@babel/core": 7.12.10
"@babel/preset-env": 7.12.11
"@babel/preset-react": 7.12.10
"@lowdefy/helpers": 3.8.0
"@lowdefy/helpers": 3.9.0
"@wojtekmaj/enzyme-adapter-react-17": 0.4.1
ajv: 6.12.6
ajv-errors: 1.0.1
@ -2728,7 +2728,7 @@ __metadata:
languageName: unknown
linkType: soft
"@lowdefy/blocks-antd@3.8.0, @lowdefy/blocks-antd@workspace:packages/blocks/blocksAntd":
"@lowdefy/blocks-antd@3.9.0, @lowdefy/blocks-antd@workspace:packages/blocks/blocksAntd":
version: 0.0.0-use.local
resolution: "@lowdefy/blocks-antd@workspace:packages/blocks/blocksAntd"
dependencies:
@ -2737,9 +2737,9 @@ __metadata:
"@babel/core": 7.12.10
"@babel/preset-env": 7.12.11
"@babel/preset-react": 7.12.10
"@lowdefy/block-tools": 3.8.0
"@lowdefy/color": 3.8.0
"@lowdefy/helpers": 3.8.0
"@lowdefy/block-tools": 3.9.0
"@lowdefy/color": 3.9.0
"@lowdefy/helpers": 3.9.0
"@wojtekmaj/enzyme-adapter-react-17": 0.4.1
antd: 4.4.2
babel-jest: 26.6.3
@ -2784,8 +2784,8 @@ __metadata:
"@babel/core": 7.12.10
"@babel/preset-env": 7.12.11
"@babel/preset-react": 7.12.10
"@lowdefy/block-tools": 3.8.0
"@lowdefy/helpers": 3.8.0
"@lowdefy/block-tools": 3.9.0
"@lowdefy/helpers": 3.9.0
"@wojtekmaj/enzyme-adapter-react-17": 0.4.1
babel-jest: 26.6.3
babel-loader: 8.2.2
@ -2821,9 +2821,9 @@ __metadata:
"@babel/core": 7.12.10
"@babel/preset-env": 7.12.11
"@babel/preset-react": 7.12.10
"@lowdefy/block-tools": 3.8.0
"@lowdefy/blocks-antd": 3.8.0
"@lowdefy/helpers": 3.8.0
"@lowdefy/block-tools": 3.9.0
"@lowdefy/blocks-antd": 3.9.0
"@lowdefy/helpers": 3.9.0
"@wojtekmaj/enzyme-adapter-react-17": 0.4.1
babel-jest: 26.6.3
babel-loader: 8.2.2
@ -2864,8 +2864,8 @@ __metadata:
"@babel/core": 7.12.10
"@babel/preset-env": 7.12.11
"@babel/preset-react": 7.12.10
"@lowdefy/block-tools": 3.8.0
"@lowdefy/helpers": 3.8.0
"@lowdefy/block-tools": 3.9.0
"@lowdefy/helpers": 3.9.0
"@wojtekmaj/enzyme-adapter-react-17": 0.4.1
babel-jest: 26.6.3
babel-loader: 8.2.2
@ -2904,10 +2904,10 @@ __metadata:
"@babel/cli": 7.12.10
"@babel/core": 7.12.10
"@babel/preset-env": 7.12.11
"@lowdefy/ajv": 3.8.0
"@lowdefy/helpers": 3.8.0
"@lowdefy/node-utils": 3.8.0
"@lowdefy/nunjucks": 3.8.0
"@lowdefy/ajv": 3.9.0
"@lowdefy/helpers": 3.9.0
"@lowdefy/node-utils": 3.9.0
"@lowdefy/nunjucks": 3.9.0
ajv: 6.12.6
axios: 0.21.1
babel-jest: 26.6.3
@ -2931,9 +2931,9 @@ __metadata:
"@babel/core": 7.12.10
"@babel/preset-env": 7.12.11
"@babel/preset-react": 7.12.10
"@lowdefy/block-tools": 3.8.0
"@lowdefy/helpers": 3.8.0
"@lowdefy/node-utils": 3.8.0
"@lowdefy/block-tools": 3.9.0
"@lowdefy/helpers": 3.9.0
"@lowdefy/node-utils": 3.9.0
apollo-server-express: 2.19.2
axios: 0.21.1
babel-jest: 26.6.3
@ -2968,7 +2968,7 @@ __metadata:
languageName: unknown
linkType: soft
"@lowdefy/color@3.8.0, @lowdefy/color@workspace:packages/color":
"@lowdefy/color@3.9.0, @lowdefy/color@workspace:packages/color":
version: 0.0.0-use.local
resolution: "@lowdefy/color@workspace:packages/color"
dependencies:
@ -2993,15 +2993,15 @@ __metadata:
languageName: unknown
linkType: soft
"@lowdefy/engine@3.8.0, @lowdefy/engine@workspace:packages/engine":
"@lowdefy/engine@3.9.0, @lowdefy/engine@workspace:packages/engine":
version: 0.0.0-use.local
resolution: "@lowdefy/engine@workspace:packages/engine"
dependencies:
"@babel/cli": 7.12.10
"@babel/core": 7.12.10
"@babel/preset-env": 7.12.11
"@lowdefy/helpers": 3.8.0
"@lowdefy/operators": 3.8.0
"@lowdefy/helpers": 3.9.0
"@lowdefy/operators": 3.9.0
babel-jest: 26.6.3
graphql: 15.5.0
graphql-tag: 2.11.0
@ -3009,7 +3009,7 @@ __metadata:
languageName: unknown
linkType: soft
"@lowdefy/format@3.8.0, @lowdefy/format@workspace:packages/format":
"@lowdefy/format@3.9.0, @lowdefy/format@workspace:packages/format":
version: 0.0.0-use.local
resolution: "@lowdefy/format@workspace:packages/format"
dependencies:
@ -3029,7 +3029,7 @@ __metadata:
"@babel/cli": 7.12.10
"@babel/core": 7.12.10
"@babel/preset-env": 7.12.11
"@lowdefy/graphql": 3.8.0
"@lowdefy/graphql": 3.9.0
babel-loader: 8.2.2
clean-webpack-plugin: 3.0.0
webpack: 5.18.0
@ -3037,18 +3037,18 @@ __metadata:
languageName: unknown
linkType: soft
"@lowdefy/graphql@3.8.0, @lowdefy/graphql@workspace:packages/graphql":
"@lowdefy/graphql@3.9.0, @lowdefy/graphql@workspace:packages/graphql":
version: 0.0.0-use.local
resolution: "@lowdefy/graphql@workspace:packages/graphql"
dependencies:
"@babel/cli": 7.12.10
"@babel/core": 7.12.10
"@babel/preset-env": 7.12.11
"@lowdefy/ajv": 3.8.0
"@lowdefy/helpers": 3.8.0
"@lowdefy/node-utils": 3.8.0
"@lowdefy/nunjucks": 3.8.0
"@lowdefy/operators": 3.8.0
"@lowdefy/ajv": 3.9.0
"@lowdefy/helpers": 3.9.0
"@lowdefy/node-utils": 3.9.0
"@lowdefy/nunjucks": 3.9.0
"@lowdefy/operators": 3.9.0
"@sendgrid/mail": 7.4.2
"@shelf/jest-mongodb": 1.2.3
ajv: 6.12.6
@ -3073,7 +3073,7 @@ __metadata:
languageName: unknown
linkType: soft
"@lowdefy/helpers@3.8.0, @lowdefy/helpers@workspace:packages/helpers":
"@lowdefy/helpers@3.9.0, @lowdefy/helpers@workspace:packages/helpers":
version: 0.0.0-use.local
resolution: "@lowdefy/helpers@workspace:packages/helpers"
dependencies:
@ -3088,7 +3088,7 @@ __metadata:
languageName: unknown
linkType: soft
"@lowdefy/layout@3.8.0, @lowdefy/layout@workspace:packages/layout":
"@lowdefy/layout@3.9.0, @lowdefy/layout@workspace:packages/layout":
version: 0.0.0-use.local
resolution: "@lowdefy/layout@workspace:packages/layout"
dependencies:
@ -3096,8 +3096,8 @@ __metadata:
"@babel/core": 7.12.10
"@babel/preset-env": 7.12.11
"@babel/preset-react": 7.12.10
"@lowdefy/block-tools": 3.8.0
"@lowdefy/helpers": 3.8.0
"@lowdefy/block-tools": 3.9.0
"@lowdefy/helpers": 3.9.0
antd: 4.4.2
babel-jest: 26.6.3
babel-loader: 8.2.2
@ -3145,14 +3145,14 @@ __metadata:
languageName: unknown
linkType: soft
"@lowdefy/node-utils@3.8.0, @lowdefy/node-utils@workspace:packages/nodeUtils":
"@lowdefy/node-utils@3.9.0, @lowdefy/node-utils@workspace:packages/nodeUtils":
version: 0.0.0-use.local
resolution: "@lowdefy/node-utils@workspace:packages/nodeUtils"
dependencies:
"@babel/cli": 7.12.10
"@babel/core": 7.12.10
"@babel/preset-env": 7.12.11
"@lowdefy/helpers": 3.8.0
"@lowdefy/helpers": 3.9.0
babel-jest: 26.6.3
jest: 26.6.3
jest-diff: 26.6.2
@ -3160,14 +3160,14 @@ __metadata:
languageName: unknown
linkType: soft
"@lowdefy/nunjucks@3.8.0, @lowdefy/nunjucks@workspace:packages/nunjucks":
"@lowdefy/nunjucks@3.9.0, @lowdefy/nunjucks@workspace:packages/nunjucks":
version: 0.0.0-use.local
resolution: "@lowdefy/nunjucks@workspace:packages/nunjucks"
dependencies:
"@babel/cli": 7.12.10
"@babel/core": 7.12.10
"@babel/preset-env": 7.12.11
"@lowdefy/helpers": 3.8.0
"@lowdefy/helpers": 3.9.0
babel-jest: 26.6.3
jest: 26.6.3
nunjucks: 3.2.2
@ -3175,16 +3175,16 @@ __metadata:
languageName: unknown
linkType: soft
"@lowdefy/operators@3.8.0, @lowdefy/operators@workspace:packages/operators":
"@lowdefy/operators@3.9.0, @lowdefy/operators@workspace:packages/operators":
version: 0.0.0-use.local
resolution: "@lowdefy/operators@workspace:packages/operators"
dependencies:
"@babel/cli": 7.12.10
"@babel/core": 7.12.10
"@babel/preset-env": 7.12.11
"@lowdefy/format": 3.8.0
"@lowdefy/helpers": 3.8.0
"@lowdefy/nunjucks": 3.8.0
"@lowdefy/format": 3.9.0
"@lowdefy/helpers": 3.9.0
"@lowdefy/nunjucks": 3.9.0
babel-jest: 26.6.3
deep-diff: 1.0.2
jest: 26.6.3
@ -3204,10 +3204,10 @@ __metadata:
"@apollo/link-retry": 2.0.0-beta.3
"@babel/core": 7.12.10
"@babel/preset-react": 7.12.10
"@lowdefy/block-tools": 3.8.0
"@lowdefy/engine": 3.8.0
"@lowdefy/helpers": 3.8.0
"@lowdefy/layout": 3.8.0
"@lowdefy/block-tools": 3.9.0
"@lowdefy/engine": 3.9.0
"@lowdefy/helpers": 3.9.0
"@lowdefy/layout": 3.9.0
babel-loader: 8.2.2
clean-webpack-plugin: 3.0.0
css-loader: 5.0.1
@ -3235,9 +3235,9 @@ __metadata:
"@babel/core": 7.12.10
"@babel/preset-env": 7.12.11
"@babel/preset-react": 7.12.10
"@lowdefy/block-tools": 3.8.0
"@lowdefy/graphql": 3.8.0
"@lowdefy/node-utils": 3.8.0
"@lowdefy/block-tools": 3.9.0
"@lowdefy/graphql": 3.9.0
"@lowdefy/node-utils": 3.9.0
apollo-server-express: 2.19.2
babel-jest: 26.6.3
babel-loader: 8.2.2
@ -3266,9 +3266,9 @@ __metadata:
"@babel/core": 7.12.10
"@babel/preset-env": 7.12.11
"@babel/preset-react": 7.12.10
"@lowdefy/block-tools": 3.8.0
"@lowdefy/graphql": 3.8.0
"@lowdefy/node-utils": 3.8.0
"@lowdefy/block-tools": 3.9.0
"@lowdefy/graphql": 3.9.0
"@lowdefy/node-utils": 3.9.0
apollo-server-express: 2.19.2
babel-jest: 26.6.3
babel-loader: 8.2.2
@ -3296,9 +3296,9 @@ __metadata:
"@babel/core": 7.12.10
"@babel/preset-env": 7.12.11
"@babel/preset-react": 7.12.10
"@lowdefy/block-tools": 3.8.0
"@lowdefy/graphql": 3.8.0
"@lowdefy/node-utils": 3.8.0
"@lowdefy/block-tools": 3.9.0
"@lowdefy/graphql": 3.9.0
"@lowdefy/node-utils": 3.9.0
apollo-server-lambda: 2.19.2
babel-jest: 26.6.3
babel-loader: 8.2.2