2
0

🔖 Release v2.10.2

This commit is contained in:
Baptiste Arnaud
2023-02-07 08:58:19 +01:00
parent f936d4fae3
commit ae35dad32f
3 changed files with 15 additions and 2 deletions

View File

@ -1,5 +1,17 @@
# Changelog # Changelog
<a name="2.10.2"></a>
## 2.10.2 (2023-02-07)
### Added
- 👷‍♂️ Improve sentry release detection [[f07bf25](https://github.com/baptisteArno/typebot.io/commit/f07bf2532e69e49ba61e314b1efe475886cc0343)]
### Fixed
- 🐛 (chatwoot) Fix setUser with variables [[f936d4f](https://github.com/baptisteArno/typebot.io/commit/f936d4fae319ff7ed35438b07f74f4aad902421d)]
<a name="2.10.1"></a> <a name="2.10.1"></a>
## 2.10.1 (2023-02-06) ## 2.10.1 (2023-02-06)

View File

@ -22,6 +22,7 @@ import { WorkspaceSettingsForm } from './WorkspaceSettingsForm'
import { useWorkspace } from '../WorkspaceProvider' import { useWorkspace } from '../WorkspaceProvider'
import { MyAccountForm, UserPreferencesForm } from '@/features/account' import { MyAccountForm, UserPreferencesForm } from '@/features/account'
import { BillingContent } from '@/features/billing' import { BillingContent } from '@/features/billing'
import packageJson from '../../../../../../package.json'
type Props = { type Props = {
isOpen: boolean isOpen: boolean
@ -142,7 +143,7 @@ export const WorkspaceSettingsModal = ({
<Flex justify="center" pt="10"> <Flex justify="center" pt="10">
<Text color="gray.500" fontSize="xs"> <Text color="gray.500" fontSize="xs">
Version: 2.10.1 Version: {packageJson.version}
</Text> </Text>
</Flex> </Flex>
</Stack> </Stack>

View File

@ -1,5 +1,5 @@
{ {
"version": "2.10.1", "version": "2.10.2",
"name": "typebot-os", "name": "typebot-os",
"private": true, "private": true,
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",