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

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