Skip to content

Commit

Permalink
Merge pull request #1027 from The-Commit-Company/develop
Browse files Browse the repository at this point in the history
Release v1.6.11
  • Loading branch information
nikkothari22 authored Aug 19, 2024
2 parents 8a2cce2 + 08acbce commit fd101e8
Show file tree
Hide file tree
Showing 7 changed files with 109 additions and 6,276 deletions.
34 changes: 17 additions & 17 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "raven-ui",
"private": true,
"license": "AGPL-3.0-only",
"version": "1.6.10",
"version": "1.6.11",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -12,22 +12,22 @@
},
"dependencies": {
"@radix-ui/themes": "^3.1.3",
"@tiptap/extension-code-block-lowlight": "^2.6.4",
"@tiptap/extension-highlight": "^2.6.4",
"@tiptap/extension-image": "^2.6.4",
"@tiptap/extension-link": "^2.6.4",
"@tiptap/extension-mention": "^2.6.4",
"@tiptap/extension-placeholder": "^2.6.4",
"@tiptap/extension-table": "^2.6.4",
"@tiptap/extension-table-cell": "^2.6.4",
"@tiptap/extension-table-header": "^2.6.4",
"@tiptap/extension-table-row": "^2.6.4",
"@tiptap/extension-typography": "^2.6.4",
"@tiptap/extension-underline": "^2.6.4",
"@tiptap/pm": "^2.6.4",
"@tiptap/react": "^2.6.4",
"@tiptap/starter-kit": "^2.6.4",
"@tiptap/suggestion": "^2.6.4",
"@tiptap/extension-code-block-lowlight": "2.5.9",
"@tiptap/extension-highlight": "2.5.9",
"@tiptap/extension-image": "2.5.9",
"@tiptap/extension-link": "2.5.9",
"@tiptap/extension-mention": "2.5.9",
"@tiptap/extension-placeholder": "2.5.9",
"@tiptap/extension-table": "2.5.9",
"@tiptap/extension-table-cell": "2.5.9",
"@tiptap/extension-table-header": "2.5.9",
"@tiptap/extension-table-row": "2.5.9",
"@tiptap/extension-typography": "2.5.9",
"@tiptap/extension-underline": "2.5.9",
"@tiptap/pm": "2.5.9",
"@tiptap/react": "2.5.9",
"@tiptap/starter-kit": "2.5.9",
"@tiptap/suggestion": "2.5.9",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"cal-sans": "^1.0.1",
Expand Down
3 changes: 2 additions & 1 deletion frontend/src/components/layout/Divider/DateSeparator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ export const DateSeparator = (props: FlexProps) => {
<Flex flexGrow='1' >
<Separator size='4' className={`bg-gray-5 dark:bg-gray-7`} />
</Flex>
<Flex className='border border-gray-7 shadow-sm rounded-md' px='2'>
<Flex className='rounded-md' px='2'>
<Text
as="span"
size='1'
className='text-center'
color='gray'>
{children}
</Text>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "raven",
"version": "1.6.10",
"version": "1.6.11",
"description": "Messaging Application",
"workspaces": [
"frontend"
Expand Down
2 changes: 1 addition & 1 deletion raven/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.6.10"
__version__ = "1.6.11"
20 changes: 10 additions & 10 deletions raven/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "raven-app",
"version": "1.6.10",
"version": "1.6.11",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -10,15 +10,15 @@
"author": "",
"license": "AGPL-3.0-only",
"dependencies": {
"@tiptap/extension-highlight": "^2.1.13",
"@tiptap/extension-link": "^2.1.13",
"@tiptap/extension-mention": "^2.1.13",
"@tiptap/extension-placeholder": "^2.1.13",
"@tiptap/extension-underline": "^2.1.13",
"@tiptap/pm": "^2.1.13",
"@tiptap/react": "^2.1.13",
"@tiptap/starter-kit": "^2.1.13",
"@tiptap/suggestion": "^2.1.13",
"@tiptap/extension-highlight": "2.5.9",
"@tiptap/extension-link": "2.5.9",
"@tiptap/extension-mention": "2.5.9",
"@tiptap/extension-placeholder": "2.5.9",
"@tiptap/extension-underline": "2.5.9",
"@tiptap/pm": "2.5.9",
"@tiptap/react": "2.5.9",
"@tiptap/starter-kit": "2.5.9",
"@tiptap/suggestion": "2.5.9",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"swr": "^2.2.4",
Expand Down
Loading

0 comments on commit fd101e8

Please sign in to comment.