🔖 Release v2.7.1
This commit is contained in:
15
CHANGELOG.md
15
CHANGELOG.md
@ -1,5 +1,20 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
<a name="2.7.1"></a>
|
||||||
|
## 2.7.1 (2022-09-12)
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- 🐛 (webhook) Don't send body when GET method is used [[4a04d1c](https://github.com/baptisteArno/typebot.io/commit/4a04d1ccbac67526a376ed798704e153cd63a37e)]
|
||||||
|
- 🐛 (textinput) Don't submit on enter when long input [[4bf47ec](https://github.com/baptisteArno/typebot.io/commit/4bf47ecf90ee103dccfd6f024943cbe7b39a25f9)]
|
||||||
|
- 🐛 (viewer) load a bot without a start edge [[b64f787](https://github.com/baptisteArno/typebot.io/commit/b64f787cf5d39bd475a7b7b62dcaff5e3405326c)]
|
||||||
|
|
||||||
|
### Miscellaneous
|
||||||
|
|
||||||
|
- 📦 Update packages [[a262fc1](https://github.com/baptisteArno/typebot.io/commit/a262fc190e1829cb0f2b5adc90a59386c157caac)]
|
||||||
|
- 🛂 (builder) Make sure old typebots can't overwrite newer [[1a7c25e](https://github.com/baptisteArno/typebot.io/commit/1a7c25ef0b4dd6961101661eb5c47bb3b5bdc9cf)]
|
||||||
|
|
||||||
|
|
||||||
<a name="2.7.0"></a>
|
<a name="2.7.0"></a>
|
||||||
## 2.7.0 (2022-09-01)
|
## 2.7.0 (2022-09-01)
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "2.7.0",
|
"version": "2.7.1",
|
||||||
"name": "typebot-os",
|
"name": "typebot-os",
|
||||||
"private": true,
|
"private": true,
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
@ -19,7 +19,8 @@
|
|||||||
"build:landing-page": "cp apps/landing-page/.env.docker apps/landing-page/.env.production && ENVSH_ENV=./apps/landing-page/.env.production ENVSH_OUTPUT=./apps/landing-page/public/__env.js ENVSH_VERBOSE=true bash env.sh pnpm turbo run build --scope=landing-page --include-dependencies",
|
"build:landing-page": "cp apps/landing-page/.env.docker apps/landing-page/.env.production && ENVSH_ENV=./apps/landing-page/.env.production ENVSH_OUTPUT=./apps/landing-page/public/__env.js ENVSH_VERBOSE=true bash env.sh pnpm turbo run build --scope=landing-page --include-dependencies",
|
||||||
"test:builder": "cd apps/builder && pnpm test",
|
"test:builder": "cd apps/builder && pnpm test",
|
||||||
"lint": "turbo run lint",
|
"lint": "turbo run lint",
|
||||||
"db:migrate": "cd packages/db && pnpm migration:deploy"
|
"db:migrate": "cd packages/db && pnpm migration:deploy",
|
||||||
|
"generate-change-log": "npx gitmoji-changelog"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"cz-emoji": "1.3.2-canary.2",
|
"cz-emoji": "1.3.2-canary.2",
|
||||||
|
Reference in New Issue
Block a user