chore: Release version 3.10.0.

This commit is contained in:
SamTolmay 2021-02-17 16:59:07 +02:00
parent 33b56321af
commit ec30db0969
50 changed files with 522 additions and 131 deletions

View File

@ -3,6 +3,59 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [3.10.0](https://github.com/lowdefy/lowdefy/compare/v3.9.0...v3.10.0) (2021-02-17)
### Bug Fixes
* **blocks:** Do not pass methods down to imported blocks. ([ff3f588](https://github.com/lowdefy/lowdefy/commit/ff3f588410a970a65523693f143ba9e80139f2f0))
* **blocks:** Update block tests. ([898fc3c](https://github.com/lowdefy/lowdefy/commit/898fc3c818fd9879a79b48fcc785398c33677731))
* **blocksAntd:** Fix icon in Notification. ([34c03fc](https://github.com/lowdefy/lowdefy/commit/34c03fc7f09c5c28717de059443c819cc1bbfa49))
* **build:** Add action messages to app schema ([2aff1cb](https://github.com/lowdefy/lowdefy/commit/2aff1cbf3a2216ab4c97a2119a158381b305ca88))
* **cli:** Log command and lowdefy version in error handler. ([6c1ed5b](https://github.com/lowdefy/lowdefy/commit/6c1ed5b4c29f94b95802f2081ee58db7d1ebe47f))
* **deps:** Update dependency @ant-design/icons to v4.5.0. ([8382bbb](https://github.com/lowdefy/lowdefy/commit/8382bbba7b58ec022109e4d97d1944390a9c09cc))
* **deps:** Update dependency @apollo/client to v3.3.11. ([27f553d](https://github.com/lowdefy/lowdefy/commit/27f553db37287e7d14b08d9eb9896c0ac084d56a))
* **deps:** Update dependency apollo-server packages to v2.21.0 ([276012c](https://github.com/lowdefy/lowdefy/commit/276012c48283be64e60cbe00f7d8acf695773725))
* **deps:** Update dependency aws-sdk to v2.845.0. ([55f5ef7](https://github.com/lowdefy/lowdefy/commit/55f5ef79340d76c74a4fefef8b401ac0603714fd))
* **deps:** Update dependency css-loader to v5.0.2. ([6dd6a82](https://github.com/lowdefy/lowdefy/commit/6dd6a82fa4e4975f201e0c22c6b5bf29cd0541e3))
* **deps:** Update dependency eslint to v7.20.0. ([36b3892](https://github.com/lowdefy/lowdefy/commit/36b389201effcd5f8888beab5e1ed9edae924cc0))
* **deps:** Update dependency html-webpack-plugin to v5.1.0 ([d0dd688](https://github.com/lowdefy/lowdefy/commit/d0dd688816e3e9fc6ff56235698d3af4707eba5f))
* **deps:** Update dependency imports-loader to v2.0.0. ([9543482](https://github.com/lowdefy/lowdefy/commit/954348287f1a07830afbba0724d309189ae6f083))
* **deps:** Update dependency json5 to v2.2.0. ([d93df2b](https://github.com/lowdefy/lowdefy/commit/d93df2b82d15585c907f18e2a52c2fda7b23a71a))
* **deps:** Update dependency less to v4.1.1. ([19ec1e2](https://github.com/lowdefy/lowdefy/commit/19ec1e205154974005b741d4a77a89161fad308f))
* **deps:** Update dependency less-loader to v8.0.0. ([465727b](https://github.com/lowdefy/lowdefy/commit/465727bf5e6cd0377e61afa37a38e7e0a1a05e95))
* **deps:** Update dependency mingo to v4.1.1. ([efdb838](https://github.com/lowdefy/lowdefy/commit/efdb838fdf3b002f5799e04c5d5de1dc721dabdc))
* **deps:** Update dependency mongodb to v3.6.4. ([5a82096](https://github.com/lowdefy/lowdefy/commit/5a820966382377c92ec600ea94fb5faa07e76d7a))
* **deps:** Update dependency nunjucks to v3.2.3. ([741616e](https://github.com/lowdefy/lowdefy/commit/741616e4e46544deac297fcf4dea034b6e2174c5))
* **deps:** Update dependency query-string to v6.14.0. ([3a942f1](https://github.com/lowdefy/lowdefy/commit/3a942f10ba577cc3015b5e1a9eebd23ee21a0238))
* **deps:** Update dependency webpack to v5.22.0. ([bb9f69e](https://github.com/lowdefy/lowdefy/commit/bb9f69e29cbce728932ab512e12122ce3dc349cc))
* **deps:** Update dependency webpack-cli to v4.5.0. ([445d55c](https://github.com/lowdefy/lowdefy/commit/445d55ca12f720be9f09632a319c319323c7041c))
* **deps:** Update package commander to v7.1.0. ([e13945e](https://github.com/lowdefy/lowdefy/commit/e13945e5774078a9b55d8db7391dc4d9b82485c2))
* **docs:** Add concepts pages for lists, secrets and deployment. ([fb93e33](https://github.com/lowdefy/lowdefy/commit/fb93e3369578daf8d99707c531ca55c22d4d227b))
* **docs:** CallMethod takes an array as input. ([a698d0b](https://github.com/lowdefy/lowdefy/commit/a698d0b13739dd5728f69c55a75f3c644828e475))
* **engine:** Fix Link action always errors. ([ec4c0f2](https://github.com/lowdefy/lowdefy/commit/ec4c0f24dcf5715ca8230d20b253a74afcdcccb5))
* **engine:** Fix set block to update on event loading. ([db80390](https://github.com/lowdefy/lowdefy/commit/db8039079ecfb5484f49f0a921e326fda4342050))
* **engine:** Use displayMessage from window. ([a7e50b3](https://github.com/lowdefy/lowdefy/commit/a7e50b39da5a37efc16dc15d2f3e56a4bac820f6))
* **graphql:** Add descriptions to SendGridMailSendSchema. ([edefaa7](https://github.com/lowdefy/lowdefy/commit/edefaa7e52df68f328ead03e5fbd58ae5f2e43c9))
* **graphql:** Add saslprep dependancy for mongodb. ([4d1137a](https://github.com/lowdefy/lowdefy/commit/4d1137af842bec80d1fbc7f131ef86cb66339244))
* **renderer:** Set displayMessage on window. ([8ba9606](https://github.com/lowdefy/lowdefy/commit/8ba9606e048e76478f39125fa21ac97931a68fa6))
### Features
* **cli:** Add init command to cli. ([ec496a5](https://github.com/lowdefy/lowdefy/commit/ec496a5e55caacf42f3fddccefca213778963f2a))
* **cli:** Check for outdated versions on startup. ([7236da3](https://github.com/lowdefy/lowdefy/commit/7236da312b2656464c0775e882fc58e11303944f))
* **cli:** Rename @lowdefy/cli package to lowdefy ([b73777a](https://github.com/lowdefy/lowdefy/commit/b73777a18f379c8cb2ffef7007ba487d4d1c051e))
### Reverts
* fix(deps): Update dependency less to v4.1.1 to v3.13.0. ([2e09287](https://github.com/lowdefy/lowdefy/commit/2e09287f572f78b82eae43cd2f56ef75994a0356))
# [3.9.0](https://github.com/lowdefy/lowdefy/compare/v3.8.0...v3.9.0) (2021-02-16)

View File

@ -1,5 +1,5 @@
{
"version": "3.9.0",
"version": "3.10.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.10.0](https://github.com/lowdefy/lowdefy/compare/v3.9.0...v3.10.0) (2021-02-17)
**Note:** Version bump only for package @lowdefy/ajv
# [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

View File

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

View File

@ -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.
# [3.10.0](https://github.com/lowdefy/lowdefy/compare/v3.9.0...v3.10.0) (2021-02-17)
### Bug Fixes
* **blocks:** Update block tests. ([898fc3c](https://github.com/lowdefy/lowdefy/commit/898fc3c818fd9879a79b48fcc785398c33677731))
* **deps:** Update dependency css-loader to v5.0.2. ([6dd6a82](https://github.com/lowdefy/lowdefy/commit/6dd6a82fa4e4975f201e0c22c6b5bf29cd0541e3))
* **deps:** Update dependency html-webpack-plugin to v5.1.0 ([d0dd688](https://github.com/lowdefy/lowdefy/commit/d0dd688816e3e9fc6ff56235698d3af4707eba5f))
* **deps:** Update dependency webpack to v5.22.0. ([bb9f69e](https://github.com/lowdefy/lowdefy/commit/bb9f69e29cbce728932ab512e12122ce3dc349cc))
* **deps:** Update dependency webpack-cli to v4.5.0. ([445d55c](https://github.com/lowdefy/lowdefy/commit/445d55ca12f720be9f09632a319c319323c7041c))
# [3.9.0](https://github.com/lowdefy/lowdefy/compare/v3.8.0...v3.9.0) (2021-02-16)

View File

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

View File

@ -3,6 +3,31 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [3.10.0](https://github.com/lowdefy/lowdefy/compare/v3.9.0...v3.10.0) (2021-02-17)
### Bug Fixes
* **blocks:** Do not pass methods down to imported blocks. ([ff3f588](https://github.com/lowdefy/lowdefy/commit/ff3f588410a970a65523693f143ba9e80139f2f0))
* **blocks:** Update block tests. ([898fc3c](https://github.com/lowdefy/lowdefy/commit/898fc3c818fd9879a79b48fcc785398c33677731))
* **blocksAntd:** Fix icon in Notification. ([34c03fc](https://github.com/lowdefy/lowdefy/commit/34c03fc7f09c5c28717de059443c819cc1bbfa49))
* **deps:** Update dependency @ant-design/icons to v4.5.0. ([8382bbb](https://github.com/lowdefy/lowdefy/commit/8382bbba7b58ec022109e4d97d1944390a9c09cc))
* **deps:** Update dependency css-loader to v5.0.2. ([6dd6a82](https://github.com/lowdefy/lowdefy/commit/6dd6a82fa4e4975f201e0c22c6b5bf29cd0541e3))
* **deps:** Update dependency html-webpack-plugin to v5.1.0 ([d0dd688](https://github.com/lowdefy/lowdefy/commit/d0dd688816e3e9fc6ff56235698d3af4707eba5f))
* **deps:** Update dependency less to v4.1.1. ([19ec1e2](https://github.com/lowdefy/lowdefy/commit/19ec1e205154974005b741d4a77a89161fad308f))
* **deps:** Update dependency less-loader to v8.0.0. ([465727b](https://github.com/lowdefy/lowdefy/commit/465727bf5e6cd0377e61afa37a38e7e0a1a05e95))
* **deps:** Update dependency webpack to v5.22.0. ([bb9f69e](https://github.com/lowdefy/lowdefy/commit/bb9f69e29cbce728932ab512e12122ce3dc349cc))
* **deps:** Update dependency webpack-cli to v4.5.0. ([445d55c](https://github.com/lowdefy/lowdefy/commit/445d55ca12f720be9f09632a319c319323c7041c))
### Reverts
* fix(deps): Update dependency less to v4.1.1 to v3.13.0. ([2e09287](https://github.com/lowdefy/lowdefy/commit/2e09287f572f78b82eae43cd2f56ef75994a0356))
# [3.9.0](https://github.com/lowdefy/lowdefy/compare/v3.8.0...v3.9.0) (2021-02-16)

View File

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

View File

@ -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.
# [3.10.0](https://github.com/lowdefy/lowdefy/compare/v3.9.0...v3.10.0) (2021-02-17)
### Bug Fixes
* **blocks:** Update block tests. ([898fc3c](https://github.com/lowdefy/lowdefy/commit/898fc3c818fd9879a79b48fcc785398c33677731))
* **deps:** Update dependency css-loader to v5.0.2. ([6dd6a82](https://github.com/lowdefy/lowdefy/commit/6dd6a82fa4e4975f201e0c22c6b5bf29cd0541e3))
* **deps:** Update dependency html-webpack-plugin to v5.1.0 ([d0dd688](https://github.com/lowdefy/lowdefy/commit/d0dd688816e3e9fc6ff56235698d3af4707eba5f))
* **deps:** Update dependency webpack to v5.22.0. ([bb9f69e](https://github.com/lowdefy/lowdefy/commit/bb9f69e29cbce728932ab512e12122ce3dc349cc))
* **deps:** Update dependency webpack-cli to v4.5.0. ([445d55c](https://github.com/lowdefy/lowdefy/commit/445d55ca12f720be9f09632a319c319323c7041c))
# [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

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/blocks-basic",
"version": "3.9.0",
"version": "3.10.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.9.0",
"@lowdefy/block-tools": "3.10.0",
"dompurify": "2.2.6",
"react": "17.0.1",
"react-dom": "17.0.1"
@ -44,7 +44,7 @@
"@babel/core": "7.12.16",
"@babel/preset-env": "7.12.16",
"@babel/preset-react": "7.12.13",
"@lowdefy/helpers": "3.9.0",
"@lowdefy/helpers": "3.10.0",
"@wojtekmaj/enzyme-adapter-react-17": "0.4.1",
"babel-jest": "26.6.3",
"babel-loader": "8.2.2",

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.10.0](https://github.com/lowdefy/lowdefy/compare/v3.9.0...v3.10.0) (2021-02-17)
### Bug Fixes
* **blocks:** Update block tests. ([898fc3c](https://github.com/lowdefy/lowdefy/commit/898fc3c818fd9879a79b48fcc785398c33677731))
* **deps:** Update dependency css-loader to v5.0.2. ([6dd6a82](https://github.com/lowdefy/lowdefy/commit/6dd6a82fa4e4975f201e0c22c6b5bf29cd0541e3))
* **deps:** Update dependency html-webpack-plugin to v5.1.0 ([d0dd688](https://github.com/lowdefy/lowdefy/commit/d0dd688816e3e9fc6ff56235698d3af4707eba5f))
* **deps:** Update dependency less to v4.1.1. ([19ec1e2](https://github.com/lowdefy/lowdefy/commit/19ec1e205154974005b741d4a77a89161fad308f))
* **deps:** Update dependency less-loader to v8.0.0. ([465727b](https://github.com/lowdefy/lowdefy/commit/465727bf5e6cd0377e61afa37a38e7e0a1a05e95))
* **deps:** Update dependency webpack to v5.22.0. ([bb9f69e](https://github.com/lowdefy/lowdefy/commit/bb9f69e29cbce728932ab512e12122ce3dc349cc))
* **deps:** Update dependency webpack-cli to v4.5.0. ([445d55c](https://github.com/lowdefy/lowdefy/commit/445d55ca12f720be9f09632a319c319323c7041c))
### Reverts
* fix(deps): Update dependency less to v4.1.1 to v3.13.0. ([2e09287](https://github.com/lowdefy/lowdefy/commit/2e09287f572f78b82eae43cd2f56ef75994a0356))
# [3.9.0](https://github.com/lowdefy/lowdefy/compare/v3.8.0...v3.9.0) (2021-02-16)

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/blocks-color-selectors",
"version": "3.9.0",
"version": "3.10.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.9.0",
"@lowdefy/blocks-antd": "3.9.0",
"@lowdefy/block-tools": "3.10.0",
"@lowdefy/blocks-antd": "3.10.0",
"react": "17.0.1",
"react-color": "2.19.3",
"react-dom": "17.0.1"
@ -45,7 +45,7 @@
"@babel/core": "7.12.16",
"@babel/preset-env": "7.12.16",
"@babel/preset-react": "7.12.13",
"@lowdefy/helpers": "3.9.0",
"@lowdefy/helpers": "3.10.0",
"@wojtekmaj/enzyme-adapter-react-17": "0.4.1",
"babel-jest": "26.6.3",
"babel-loader": "8.2.2",

View File

@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [3.10.0](https://github.com/lowdefy/lowdefy/compare/v3.9.0...v3.10.0) (2021-02-17)
### Bug Fixes
* **blocks:** Update block tests. ([898fc3c](https://github.com/lowdefy/lowdefy/commit/898fc3c818fd9879a79b48fcc785398c33677731))
* **deps:** Update dependency css-loader to v5.0.2. ([6dd6a82](https://github.com/lowdefy/lowdefy/commit/6dd6a82fa4e4975f201e0c22c6b5bf29cd0541e3))
* **deps:** Update dependency html-webpack-plugin to v5.1.0 ([d0dd688](https://github.com/lowdefy/lowdefy/commit/d0dd688816e3e9fc6ff56235698d3af4707eba5f))
* **deps:** Update dependency imports-loader to v2.0.0. ([9543482](https://github.com/lowdefy/lowdefy/commit/954348287f1a07830afbba0724d309189ae6f083))
* **deps:** Update dependency webpack to v5.22.0. ([bb9f69e](https://github.com/lowdefy/lowdefy/commit/bb9f69e29cbce728932ab512e12122ce3dc349cc))
* **deps:** Update dependency webpack-cli to v4.5.0. ([445d55c](https://github.com/lowdefy/lowdefy/commit/445d55ca12f720be9f09632a319c319323c7041c))
# [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

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/blocks-markdown",
"version": "3.9.0",
"version": "3.10.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.9.0",
"@lowdefy/block-tools": "3.10.0",
"dompurify": "2.2.6",
"react": "17.0.1",
"react-dom": "17.0.1",
@ -47,7 +47,7 @@
"@babel/core": "7.12.16",
"@babel/preset-env": "7.12.16",
"@babel/preset-react": "7.12.13",
"@lowdefy/helpers": "3.9.0",
"@lowdefy/helpers": "3.10.0",
"@wojtekmaj/enzyme-adapter-react-17": "0.4.1",
"babel-jest": "26.6.3",
"babel-loader": "8.2.2",

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.10.0](https://github.com/lowdefy/lowdefy/compare/v3.9.0...v3.10.0) (2021-02-17)
### Bug Fixes
* **build:** Add action messages to app schema ([2aff1cb](https://github.com/lowdefy/lowdefy/commit/2aff1cbf3a2216ab4c97a2119a158381b305ca88))
* **deps:** Update dependency json5 to v2.2.0. ([d93df2b](https://github.com/lowdefy/lowdefy/commit/d93df2b82d15585c907f18e2a52c2fda7b23a71a))
* **deps:** Update dependency webpack to v5.22.0. ([bb9f69e](https://github.com/lowdefy/lowdefy/commit/bb9f69e29cbce728932ab512e12122ce3dc349cc))
* **deps:** Update dependency webpack-cli to v4.5.0. ([445d55c](https://github.com/lowdefy/lowdefy/commit/445d55ca12f720be9f09632a319c319323c7041c))
# [3.9.0](https://github.com/lowdefy/lowdefy/compare/v3.8.0...v3.9.0) (2021-02-16)

View File

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

View File

@ -3,6 +3,30 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [3.10.0](https://github.com/lowdefy/lowdefy/compare/v3.9.0...v3.10.0) (2021-02-17)
### Bug Fixes
* **cli:** Log command and lowdefy version in error handler. ([6c1ed5b](https://github.com/lowdefy/lowdefy/commit/6c1ed5b4c29f94b95802f2081ee58db7d1ebe47f))
* **deps:** Update dependency apollo-server packages to v2.21.0 ([276012c](https://github.com/lowdefy/lowdefy/commit/276012c48283be64e60cbe00f7d8acf695773725))
* **deps:** Update dependency css-loader to v5.0.2. ([6dd6a82](https://github.com/lowdefy/lowdefy/commit/6dd6a82fa4e4975f201e0c22c6b5bf29cd0541e3))
* **deps:** Update dependency html-webpack-plugin to v5.1.0 ([d0dd688](https://github.com/lowdefy/lowdefy/commit/d0dd688816e3e9fc6ff56235698d3af4707eba5f))
* **deps:** Update dependency webpack to v5.22.0. ([bb9f69e](https://github.com/lowdefy/lowdefy/commit/bb9f69e29cbce728932ab512e12122ce3dc349cc))
* **deps:** Update dependency webpack-cli to v4.5.0. ([445d55c](https://github.com/lowdefy/lowdefy/commit/445d55ca12f720be9f09632a319c319323c7041c))
* **deps:** Update package commander to v7.1.0. ([e13945e](https://github.com/lowdefy/lowdefy/commit/e13945e5774078a9b55d8db7391dc4d9b82485c2))
### Features
* **cli:** Add init command to cli. ([ec496a5](https://github.com/lowdefy/lowdefy/commit/ec496a5e55caacf42f3fddccefca213778963f2a))
* **cli:** Check for outdated versions on startup. ([7236da3](https://github.com/lowdefy/lowdefy/commit/7236da312b2656464c0775e882fc58e11303944f))
* **cli:** Rename @lowdefy/cli package to lowdefy ([b73777a](https://github.com/lowdefy/lowdefy/commit/b73777a18f379c8cb2ffef7007ba487d4d1c051e))
# [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

View File

@ -1,6 +1,6 @@
{
"name": "lowdefy",
"version": "3.9.0",
"version": "3.10.0",
"license": "Apache-2.0",
"description": "Lowdefy CLI",
"homepage": "https://lowdefy.com",
@ -36,8 +36,8 @@
"webpack": "webpack --config webpack.config.js"
},
"dependencies": {
"@lowdefy/helpers": "3.9.0",
"@lowdefy/node-utils": "3.9.0",
"@lowdefy/helpers": "3.10.0",
"@lowdefy/node-utils": "3.10.0",
"apollo-server-express": "2.21.0",
"axios": "0.21.1",
"chalk": "4.1.0",
@ -61,7 +61,7 @@
"@babel/core": "7.12.16",
"@babel/preset-env": "7.12.16",
"@babel/preset-react": "7.12.13",
"@lowdefy/block-tools": "3.9.0",
"@lowdefy/block-tools": "3.10.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.10.0](https://github.com/lowdefy/lowdefy/compare/v3.9.0...v3.10.0) (2021-02-17)
**Note:** Version bump only for package @lowdefy/color
# [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

View File

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

View File

@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [3.10.0](https://github.com/lowdefy/lowdefy/compare/v3.9.0...v3.10.0) (2021-02-17)
### Bug Fixes
* **docs:** Add concepts pages for lists, secrets and deployment. ([fb93e33](https://github.com/lowdefy/lowdefy/commit/fb93e3369578daf8d99707c531ca55c22d4d227b))
* **docs:** CallMethod takes an array as input. ([a698d0b](https://github.com/lowdefy/lowdefy/commit/a698d0b13739dd5728f69c55a75f3c644828e475))
### Features
* **cli:** Rename @lowdefy/cli package to lowdefy ([b73777a](https://github.com/lowdefy/lowdefy/commit/b73777a18f379c8cb2ffef7007ba487d4d1c051e))
# [3.9.0](https://github.com/lowdefy/lowdefy/compare/v3.8.0...v3.9.0) (2021-02-16)

View File

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

View File

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

View File

@ -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.
# [3.10.0](https://github.com/lowdefy/lowdefy/compare/v3.9.0...v3.10.0) (2021-02-17)
### Bug Fixes
* **engine:** Fix Link action always errors. ([ec4c0f2](https://github.com/lowdefy/lowdefy/commit/ec4c0f24dcf5715ca8230d20b253a74afcdcccb5))
* **engine:** Fix set block to update on event loading. ([db80390](https://github.com/lowdefy/lowdefy/commit/db8039079ecfb5484f49f0a921e326fda4342050))
* **engine:** Use displayMessage from window. ([a7e50b3](https://github.com/lowdefy/lowdefy/commit/a7e50b39da5a37efc16dc15d2f3e56a4bac820f6))
# [3.9.0](https://github.com/lowdefy/lowdefy/compare/v3.8.0...v3.9.0) (2021-02-16)

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/engine",
"version": "3.9.0",
"version": "3.10.0",
"licence": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",
@ -33,8 +33,8 @@
"test": "jest --coverage"
},
"dependencies": {
"@lowdefy/helpers": "3.9.0",
"@lowdefy/operators": "3.9.0",
"@lowdefy/helpers": "3.10.0",
"@lowdefy/operators": "3.10.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.10.0](https://github.com/lowdefy/lowdefy/compare/v3.9.0...v3.10.0) (2021-02-17)
**Note:** Version bump only for package @lowdefy/format
# [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

View File

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

View File

@ -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.
# [3.10.0](https://github.com/lowdefy/lowdefy/compare/v3.9.0...v3.10.0) (2021-02-17)
### Bug Fixes
* **deps:** Update dependency webpack to v5.22.0. ([bb9f69e](https://github.com/lowdefy/lowdefy/commit/bb9f69e29cbce728932ab512e12122ce3dc349cc))
* **deps:** Update dependency webpack-cli to v4.5.0. ([445d55c](https://github.com/lowdefy/lowdefy/commit/445d55ca12f720be9f09632a319c319323c7041c))
# [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

View File

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

View File

@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [3.10.0](https://github.com/lowdefy/lowdefy/compare/v3.9.0...v3.10.0) (2021-02-17)
### Bug Fixes
* **deps:** Update dependency apollo-server packages to v2.21.0 ([276012c](https://github.com/lowdefy/lowdefy/commit/276012c48283be64e60cbe00f7d8acf695773725))
* **deps:** Update dependency aws-sdk to v2.845.0. ([55f5ef7](https://github.com/lowdefy/lowdefy/commit/55f5ef79340d76c74a4fefef8b401ac0603714fd))
* **deps:** Update dependency mingo to v4.1.1. ([efdb838](https://github.com/lowdefy/lowdefy/commit/efdb838fdf3b002f5799e04c5d5de1dc721dabdc))
* **deps:** Update dependency mongodb to v3.6.4. ([5a82096](https://github.com/lowdefy/lowdefy/commit/5a820966382377c92ec600ea94fb5faa07e76d7a))
* **deps:** Update dependency webpack to v5.22.0. ([bb9f69e](https://github.com/lowdefy/lowdefy/commit/bb9f69e29cbce728932ab512e12122ce3dc349cc))
* **deps:** Update dependency webpack-cli to v4.5.0. ([445d55c](https://github.com/lowdefy/lowdefy/commit/445d55ca12f720be9f09632a319c319323c7041c))
* **graphql:** Add descriptions to SendGridMailSendSchema. ([edefaa7](https://github.com/lowdefy/lowdefy/commit/edefaa7e52df68f328ead03e5fbd58ae5f2e43c9))
* **graphql:** Add saslprep dependancy for mongodb. ([4d1137a](https://github.com/lowdefy/lowdefy/commit/4d1137af842bec80d1fbc7f131ef86cb66339244))
# [3.9.0](https://github.com/lowdefy/lowdefy/compare/v3.8.0...v3.9.0) (2021-02-16)

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/graphql",
"version": "3.9.0",
"version": "3.10.0",
"licence": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",
@ -33,11 +33,11 @@
"webpack": "webpack --config webpack.config.js"
},
"dependencies": {
"@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",
"@lowdefy/ajv": "3.10.0",
"@lowdefy/helpers": "3.10.0",
"@lowdefy/node-utils": "3.10.0",
"@lowdefy/nunjucks": "3.10.0",
"@lowdefy/operators": "3.10.0",
"@sendgrid/mail": "7.4.2",
"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.10.0](https://github.com/lowdefy/lowdefy/compare/v3.9.0...v3.10.0) (2021-02-17)
### Bug Fixes
* **deps:** Update dependency query-string to v6.14.0. ([3a942f1](https://github.com/lowdefy/lowdefy/commit/3a942f10ba577cc3015b5e1a9eebd23ee21a0238))
# [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

View File

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

View File

@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [3.10.0](https://github.com/lowdefy/lowdefy/compare/v3.9.0...v3.10.0) (2021-02-17)
### Bug Fixes
* **deps:** Update dependency css-loader to v5.0.2. ([6dd6a82](https://github.com/lowdefy/lowdefy/commit/6dd6a82fa4e4975f201e0c22c6b5bf29cd0541e3))
* **deps:** Update dependency html-webpack-plugin to v5.1.0 ([d0dd688](https://github.com/lowdefy/lowdefy/commit/d0dd688816e3e9fc6ff56235698d3af4707eba5f))
* **deps:** Update dependency less to v4.1.1. ([19ec1e2](https://github.com/lowdefy/lowdefy/commit/19ec1e205154974005b741d4a77a89161fad308f))
* **deps:** Update dependency less-loader to v8.0.0. ([465727b](https://github.com/lowdefy/lowdefy/commit/465727bf5e6cd0377e61afa37a38e7e0a1a05e95))
* **deps:** Update dependency webpack to v5.22.0. ([bb9f69e](https://github.com/lowdefy/lowdefy/commit/bb9f69e29cbce728932ab512e12122ce3dc349cc))
* **deps:** Update dependency webpack-cli to v4.5.0. ([445d55c](https://github.com/lowdefy/lowdefy/commit/445d55ca12f720be9f09632a319c319323c7041c))
### Reverts
* fix(deps): Update dependency less to v4.1.1 to v3.13.0. ([2e09287](https://github.com/lowdefy/lowdefy/commit/2e09287f572f78b82eae43cd2f56ef75994a0356))
# [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

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/layout",
"version": "3.9.0",
"version": "3.10.0",
"licence": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",
@ -33,8 +33,8 @@
"test": "jest --coverage"
},
"dependencies": {
"@lowdefy/block-tools": "3.9.0",
"@lowdefy/helpers": "3.9.0",
"@lowdefy/block-tools": "3.10.0",
"@lowdefy/helpers": "3.10.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.10.0](https://github.com/lowdefy/lowdefy/compare/v3.9.0...v3.10.0) (2021-02-17)
**Note:** Version bump only for package @lowdefy/node-utils
# [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

View File

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

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.10.0](https://github.com/lowdefy/lowdefy/compare/v3.9.0...v3.10.0) (2021-02-17)
### Bug Fixes
* **deps:** Update dependency nunjucks to v3.2.3. ([741616e](https://github.com/lowdefy/lowdefy/commit/741616e4e46544deac297fcf4dea034b6e2174c5))
# [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

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/nunjucks",
"version": "3.9.0",
"version": "3.10.0",
"licence": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",
@ -32,7 +32,7 @@
"prepare": "yarn build"
},
"dependencies": {
"@lowdefy/helpers": "3.9.0",
"@lowdefy/helpers": "3.10.0",
"nunjucks": "3.2.3",
"nunjucks-date-filter": "0.1.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.10.0](https://github.com/lowdefy/lowdefy/compare/v3.9.0...v3.10.0) (2021-02-17)
### Bug Fixes
* **deps:** Update dependency mingo to v4.1.1. ([efdb838](https://github.com/lowdefy/lowdefy/commit/efdb838fdf3b002f5799e04c5d5de1dc721dabdc))
# [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

View File

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

View File

@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [3.10.0](https://github.com/lowdefy/lowdefy/compare/v3.9.0...v3.10.0) (2021-02-17)
### Bug Fixes
* **deps:** Update dependency @apollo/client to v3.3.11. ([27f553d](https://github.com/lowdefy/lowdefy/commit/27f553db37287e7d14b08d9eb9896c0ac084d56a))
* **deps:** Update dependency css-loader to v5.0.2. ([6dd6a82](https://github.com/lowdefy/lowdefy/commit/6dd6a82fa4e4975f201e0c22c6b5bf29cd0541e3))
* **deps:** Update dependency html-webpack-plugin to v5.1.0 ([d0dd688](https://github.com/lowdefy/lowdefy/commit/d0dd688816e3e9fc6ff56235698d3af4707eba5f))
* **deps:** Update dependency webpack to v5.22.0. ([bb9f69e](https://github.com/lowdefy/lowdefy/commit/bb9f69e29cbce728932ab512e12122ce3dc349cc))
* **deps:** Update dependency webpack-cli to v4.5.0. ([445d55c](https://github.com/lowdefy/lowdefy/commit/445d55ca12f720be9f09632a319c319323c7041c))
* **renderer:** Set displayMessage on window. ([8ba9606](https://github.com/lowdefy/lowdefy/commit/8ba9606e048e76478f39125fa21ac97931a68fa6))
# [3.9.0](https://github.com/lowdefy/lowdefy/compare/v3.8.0...v3.9.0) (2021-02-16)

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/renderer",
"version": "3.9.0",
"version": "3.10.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.9.0",
"@lowdefy/engine": "3.9.0",
"@lowdefy/helpers": "3.9.0",
"@lowdefy/layout": "3.9.0",
"@lowdefy/block-tools": "3.10.0",
"@lowdefy/engine": "3.10.0",
"@lowdefy/helpers": "3.10.0",
"@lowdefy/layout": "3.10.0",
"graphql": "15.5.0",
"graphql-type-json": "0.3.2",
"react": "17.0.1",

View File

@ -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.
# [3.10.0](https://github.com/lowdefy/lowdefy/compare/v3.9.0...v3.10.0) (2021-02-17)
### Bug Fixes
* **deps:** Update dependency apollo-server packages to v2.21.0 ([276012c](https://github.com/lowdefy/lowdefy/commit/276012c48283be64e60cbe00f7d8acf695773725))
* **deps:** Update dependency css-loader to v5.0.2. ([6dd6a82](https://github.com/lowdefy/lowdefy/commit/6dd6a82fa4e4975f201e0c22c6b5bf29cd0541e3))
* **deps:** Update dependency html-webpack-plugin to v5.1.0 ([d0dd688](https://github.com/lowdefy/lowdefy/commit/d0dd688816e3e9fc6ff56235698d3af4707eba5f))
* **deps:** Update dependency webpack to v5.22.0. ([bb9f69e](https://github.com/lowdefy/lowdefy/commit/bb9f69e29cbce728932ab512e12122ce3dc349cc))
* **deps:** Update dependency webpack-cli to v4.5.0. ([445d55c](https://github.com/lowdefy/lowdefy/commit/445d55ca12f720be9f09632a319c319323c7041c))
# [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

View File

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

View File

@ -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.
# [3.10.0](https://github.com/lowdefy/lowdefy/compare/v3.9.0...v3.10.0) (2021-02-17)
### Bug Fixes
* **deps:** Update dependency apollo-server packages to v2.21.0 ([276012c](https://github.com/lowdefy/lowdefy/commit/276012c48283be64e60cbe00f7d8acf695773725))
* **deps:** Update dependency css-loader to v5.0.2. ([6dd6a82](https://github.com/lowdefy/lowdefy/commit/6dd6a82fa4e4975f201e0c22c6b5bf29cd0541e3))
* **deps:** Update dependency html-webpack-plugin to v5.1.0 ([d0dd688](https://github.com/lowdefy/lowdefy/commit/d0dd688816e3e9fc6ff56235698d3af4707eba5f))
* **deps:** Update dependency webpack to v5.22.0. ([bb9f69e](https://github.com/lowdefy/lowdefy/commit/bb9f69e29cbce728932ab512e12122ce3dc349cc))
* **deps:** Update dependency webpack-cli to v4.5.0. ([445d55c](https://github.com/lowdefy/lowdefy/commit/445d55ca12f720be9f09632a319c319323c7041c))
# [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

View File

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

View File

@ -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.
# [3.10.0](https://github.com/lowdefy/lowdefy/compare/v3.9.0...v3.10.0) (2021-02-17)
### Bug Fixes
* **deps:** Update dependency apollo-server packages to v2.21.0 ([276012c](https://github.com/lowdefy/lowdefy/commit/276012c48283be64e60cbe00f7d8acf695773725))
* **deps:** Update dependency css-loader to v5.0.2. ([6dd6a82](https://github.com/lowdefy/lowdefy/commit/6dd6a82fa4e4975f201e0c22c6b5bf29cd0541e3))
* **deps:** Update dependency html-webpack-plugin to v5.1.0 ([d0dd688](https://github.com/lowdefy/lowdefy/commit/d0dd688816e3e9fc6ff56235698d3af4707eba5f))
* **deps:** Update dependency webpack to v5.22.0. ([bb9f69e](https://github.com/lowdefy/lowdefy/commit/bb9f69e29cbce728932ab512e12122ce3dc349cc))
* **deps:** Update dependency webpack-cli to v4.5.0. ([445d55c](https://github.com/lowdefy/lowdefy/commit/445d55ca12f720be9f09632a319c319323c7041c))
# [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

View File

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

118
yarn.lock
View File

@ -2687,14 +2687,14 @@ __metadata:
languageName: node
linkType: hard
"@lowdefy/ajv@3.9.0, @lowdefy/ajv@workspace:packages/ajv":
"@lowdefy/ajv@3.10.0, @lowdefy/ajv@workspace:packages/ajv":
version: 0.0.0-use.local
resolution: "@lowdefy/ajv@workspace:packages/ajv"
dependencies:
"@babel/cli": 7.12.16
"@babel/core": 7.12.16
"@babel/preset-env": 7.12.16
"@lowdefy/nunjucks": 3.9.0
"@lowdefy/nunjucks": 3.10.0
ajv: 6.12.6
ajv-errors: 1.0.1
babel-jest: 26.6.3
@ -2703,7 +2703,7 @@ __metadata:
languageName: unknown
linkType: soft
"@lowdefy/block-tools@3.9.0, @lowdefy/block-tools@workspace:packages/blockTools":
"@lowdefy/block-tools@3.10.0, @lowdefy/block-tools@workspace:packages/blockTools":
version: 0.0.0-use.local
resolution: "@lowdefy/block-tools@workspace:packages/blockTools"
dependencies:
@ -2711,7 +2711,7 @@ __metadata:
"@babel/core": 7.12.16
"@babel/preset-env": 7.12.16
"@babel/preset-react": 7.12.13
"@lowdefy/helpers": 3.9.0
"@lowdefy/helpers": 3.10.0
"@wojtekmaj/enzyme-adapter-react-17": 0.4.1
ajv: 6.12.6
ajv-errors: 1.0.1
@ -2742,7 +2742,7 @@ __metadata:
languageName: unknown
linkType: soft
"@lowdefy/blocks-antd@3.9.0, @lowdefy/blocks-antd@workspace:packages/blocks/blocksAntd":
"@lowdefy/blocks-antd@3.10.0, @lowdefy/blocks-antd@workspace:packages/blocks/blocksAntd":
version: 0.0.0-use.local
resolution: "@lowdefy/blocks-antd@workspace:packages/blocks/blocksAntd"
dependencies:
@ -2751,9 +2751,9 @@ __metadata:
"@babel/core": 7.12.16
"@babel/preset-env": 7.12.16
"@babel/preset-react": 7.12.13
"@lowdefy/block-tools": 3.9.0
"@lowdefy/color": 3.9.0
"@lowdefy/helpers": 3.9.0
"@lowdefy/block-tools": 3.10.0
"@lowdefy/color": 3.10.0
"@lowdefy/helpers": 3.10.0
"@wojtekmaj/enzyme-adapter-react-17": 0.4.1
antd: 4.4.2
babel-jest: 26.6.3
@ -2798,8 +2798,8 @@ __metadata:
"@babel/core": 7.12.16
"@babel/preset-env": 7.12.16
"@babel/preset-react": 7.12.13
"@lowdefy/block-tools": 3.9.0
"@lowdefy/helpers": 3.9.0
"@lowdefy/block-tools": 3.10.0
"@lowdefy/helpers": 3.10.0
"@wojtekmaj/enzyme-adapter-react-17": 0.4.1
babel-jest: 26.6.3
babel-loader: 8.2.2
@ -2835,9 +2835,9 @@ __metadata:
"@babel/core": 7.12.16
"@babel/preset-env": 7.12.16
"@babel/preset-react": 7.12.13
"@lowdefy/block-tools": 3.9.0
"@lowdefy/blocks-antd": 3.9.0
"@lowdefy/helpers": 3.9.0
"@lowdefy/block-tools": 3.10.0
"@lowdefy/blocks-antd": 3.10.0
"@lowdefy/helpers": 3.10.0
"@wojtekmaj/enzyme-adapter-react-17": 0.4.1
babel-jest: 26.6.3
babel-loader: 8.2.2
@ -2878,8 +2878,8 @@ __metadata:
"@babel/core": 7.12.16
"@babel/preset-env": 7.12.16
"@babel/preset-react": 7.12.13
"@lowdefy/block-tools": 3.9.0
"@lowdefy/helpers": 3.9.0
"@lowdefy/block-tools": 3.10.0
"@lowdefy/helpers": 3.10.0
"@wojtekmaj/enzyme-adapter-react-17": 0.4.1
babel-jest: 26.6.3
babel-loader: 8.2.2
@ -2918,10 +2918,10 @@ __metadata:
"@babel/cli": 7.12.16
"@babel/core": 7.12.16
"@babel/preset-env": 7.12.16
"@lowdefy/ajv": 3.9.0
"@lowdefy/helpers": 3.9.0
"@lowdefy/node-utils": 3.9.0
"@lowdefy/nunjucks": 3.9.0
"@lowdefy/ajv": 3.10.0
"@lowdefy/helpers": 3.10.0
"@lowdefy/node-utils": 3.10.0
"@lowdefy/nunjucks": 3.10.0
ajv: 6.12.6
axios: 0.21.1
babel-jest: 26.6.3
@ -2937,7 +2937,7 @@ __metadata:
languageName: unknown
linkType: soft
"@lowdefy/color@3.9.0, @lowdefy/color@workspace:packages/color":
"@lowdefy/color@3.10.0, @lowdefy/color@workspace:packages/color":
version: 0.0.0-use.local
resolution: "@lowdefy/color@workspace:packages/color"
dependencies:
@ -2962,15 +2962,15 @@ __metadata:
languageName: unknown
linkType: soft
"@lowdefy/engine@3.9.0, @lowdefy/engine@workspace:packages/engine":
"@lowdefy/engine@3.10.0, @lowdefy/engine@workspace:packages/engine":
version: 0.0.0-use.local
resolution: "@lowdefy/engine@workspace:packages/engine"
dependencies:
"@babel/cli": 7.12.16
"@babel/core": 7.12.16
"@babel/preset-env": 7.12.16
"@lowdefy/helpers": 3.9.0
"@lowdefy/operators": 3.9.0
"@lowdefy/helpers": 3.10.0
"@lowdefy/operators": 3.10.0
babel-jest: 26.6.3
graphql: 15.5.0
graphql-tag: 2.11.0
@ -2978,7 +2978,7 @@ __metadata:
languageName: unknown
linkType: soft
"@lowdefy/format@3.9.0, @lowdefy/format@workspace:packages/format":
"@lowdefy/format@3.10.0, @lowdefy/format@workspace:packages/format":
version: 0.0.0-use.local
resolution: "@lowdefy/format@workspace:packages/format"
dependencies:
@ -2998,7 +2998,7 @@ __metadata:
"@babel/cli": 7.12.16
"@babel/core": 7.12.16
"@babel/preset-env": 7.12.16
"@lowdefy/graphql": 3.9.0
"@lowdefy/graphql": 3.10.0
babel-loader: 8.2.2
clean-webpack-plugin: 3.0.0
webpack: 5.22.0
@ -3006,18 +3006,18 @@ __metadata:
languageName: unknown
linkType: soft
"@lowdefy/graphql@3.9.0, @lowdefy/graphql@workspace:packages/graphql":
"@lowdefy/graphql@3.10.0, @lowdefy/graphql@workspace:packages/graphql":
version: 0.0.0-use.local
resolution: "@lowdefy/graphql@workspace:packages/graphql"
dependencies:
"@babel/cli": 7.12.16
"@babel/core": 7.12.16
"@babel/preset-env": 7.12.16
"@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
"@lowdefy/ajv": 3.10.0
"@lowdefy/helpers": 3.10.0
"@lowdefy/node-utils": 3.10.0
"@lowdefy/nunjucks": 3.10.0
"@lowdefy/operators": 3.10.0
"@sendgrid/mail": 7.4.2
"@shelf/jest-mongodb": 1.2.3
ajv: 6.12.6
@ -3043,7 +3043,7 @@ __metadata:
languageName: unknown
linkType: soft
"@lowdefy/helpers@3.9.0, @lowdefy/helpers@workspace:packages/helpers":
"@lowdefy/helpers@3.10.0, @lowdefy/helpers@workspace:packages/helpers":
version: 0.0.0-use.local
resolution: "@lowdefy/helpers@workspace:packages/helpers"
dependencies:
@ -3058,7 +3058,7 @@ __metadata:
languageName: unknown
linkType: soft
"@lowdefy/layout@3.9.0, @lowdefy/layout@workspace:packages/layout":
"@lowdefy/layout@3.10.0, @lowdefy/layout@workspace:packages/layout":
version: 0.0.0-use.local
resolution: "@lowdefy/layout@workspace:packages/layout"
dependencies:
@ -3066,8 +3066,8 @@ __metadata:
"@babel/core": 7.12.16
"@babel/preset-env": 7.12.16
"@babel/preset-react": 7.12.13
"@lowdefy/block-tools": 3.9.0
"@lowdefy/helpers": 3.9.0
"@lowdefy/block-tools": 3.10.0
"@lowdefy/helpers": 3.10.0
antd: 4.4.2
babel-jest: 26.6.3
babel-loader: 8.2.2
@ -3115,14 +3115,14 @@ __metadata:
languageName: unknown
linkType: soft
"@lowdefy/node-utils@3.9.0, @lowdefy/node-utils@workspace:packages/nodeUtils":
"@lowdefy/node-utils@3.10.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.16
"@babel/core": 7.12.16
"@babel/preset-env": 7.12.16
"@lowdefy/helpers": 3.9.0
"@lowdefy/helpers": 3.10.0
babel-jest: 26.6.3
jest: 26.6.3
jest-diff: 26.6.2
@ -3130,14 +3130,14 @@ __metadata:
languageName: unknown
linkType: soft
"@lowdefy/nunjucks@3.9.0, @lowdefy/nunjucks@workspace:packages/nunjucks":
"@lowdefy/nunjucks@3.10.0, @lowdefy/nunjucks@workspace:packages/nunjucks":
version: 0.0.0-use.local
resolution: "@lowdefy/nunjucks@workspace:packages/nunjucks"
dependencies:
"@babel/cli": 7.12.16
"@babel/core": 7.12.16
"@babel/preset-env": 7.12.16
"@lowdefy/helpers": 3.9.0
"@lowdefy/helpers": 3.10.0
babel-jest: 26.6.3
jest: 26.6.3
nunjucks: 3.2.3
@ -3145,16 +3145,16 @@ __metadata:
languageName: unknown
linkType: soft
"@lowdefy/operators@3.9.0, @lowdefy/operators@workspace:packages/operators":
"@lowdefy/operators@3.10.0, @lowdefy/operators@workspace:packages/operators":
version: 0.0.0-use.local
resolution: "@lowdefy/operators@workspace:packages/operators"
dependencies:
"@babel/cli": 7.12.16
"@babel/core": 7.12.16
"@babel/preset-env": 7.12.16
"@lowdefy/format": 3.9.0
"@lowdefy/helpers": 3.9.0
"@lowdefy/nunjucks": 3.9.0
"@lowdefy/format": 3.10.0
"@lowdefy/helpers": 3.10.0
"@lowdefy/nunjucks": 3.10.0
babel-jest: 26.6.3
deep-diff: 1.0.2
jest: 26.6.3
@ -3174,10 +3174,10 @@ __metadata:
"@apollo/link-retry": 2.0.0-beta.3
"@babel/core": 7.12.16
"@babel/preset-react": 7.12.13
"@lowdefy/block-tools": 3.9.0
"@lowdefy/engine": 3.9.0
"@lowdefy/helpers": 3.9.0
"@lowdefy/layout": 3.9.0
"@lowdefy/block-tools": 3.10.0
"@lowdefy/engine": 3.10.0
"@lowdefy/helpers": 3.10.0
"@lowdefy/layout": 3.10.0
babel-loader: 8.2.2
clean-webpack-plugin: 3.0.0
css-loader: 5.0.2
@ -3205,9 +3205,9 @@ __metadata:
"@babel/core": 7.12.16
"@babel/preset-env": 7.12.16
"@babel/preset-react": 7.12.13
"@lowdefy/block-tools": 3.9.0
"@lowdefy/graphql": 3.9.0
"@lowdefy/node-utils": 3.9.0
"@lowdefy/block-tools": 3.10.0
"@lowdefy/graphql": 3.10.0
"@lowdefy/node-utils": 3.10.0
apollo-server-express: 2.21.0
babel-jest: 26.6.3
babel-loader: 8.2.2
@ -3236,9 +3236,9 @@ __metadata:
"@babel/core": 7.12.16
"@babel/preset-env": 7.12.16
"@babel/preset-react": 7.12.13
"@lowdefy/block-tools": 3.9.0
"@lowdefy/graphql": 3.9.0
"@lowdefy/node-utils": 3.9.0
"@lowdefy/block-tools": 3.10.0
"@lowdefy/graphql": 3.10.0
"@lowdefy/node-utils": 3.10.0
apollo-server-express: 2.21.0
babel-jest: 26.6.3
babel-loader: 8.2.2
@ -3266,9 +3266,9 @@ __metadata:
"@babel/core": 7.12.16
"@babel/preset-env": 7.12.16
"@babel/preset-react": 7.12.13
"@lowdefy/block-tools": 3.9.0
"@lowdefy/graphql": 3.9.0
"@lowdefy/node-utils": 3.9.0
"@lowdefy/block-tools": 3.10.0
"@lowdefy/graphql": 3.10.0
"@lowdefy/node-utils": 3.10.0
apollo-server-lambda: 2.21.0
babel-jest: 26.6.3
babel-loader: 8.2.2
@ -13240,9 +13240,9 @@ fsevents@^1.2.7:
"@babel/core": 7.12.16
"@babel/preset-env": 7.12.16
"@babel/preset-react": 7.12.13
"@lowdefy/block-tools": 3.9.0
"@lowdefy/helpers": 3.9.0
"@lowdefy/node-utils": 3.9.0
"@lowdefy/block-tools": 3.10.0
"@lowdefy/helpers": 3.10.0
"@lowdefy/node-utils": 3.10.0
apollo-server-express: 2.21.0
axios: 0.21.1
babel-jest: 26.6.3