chore: Release v4.12.7 (#3105)

Release v4.12.7
This commit is contained in:
Krishan
2026-09-16 01:55:15 +10:00
committed by GitHub
parent 6578bdf949
commit 8967c13878
5 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "cinny",
"version": "4.12.6",
"version": "4.12.7",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "cinny",
"version": "4.12.6",
"version": "4.12.7",
"license": "AGPL-3.0-only",
"dependencies": {
"@atlaskit/pragmatic-drag-and-drop": "1.1.6",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "cinny",
"version": "4.12.6",
"version": "4.12.7",
"description": "Yet another matrix client",
"main": "index.js",
"type": "module",
+1 -1
View File
@@ -46,7 +46,7 @@ export function About({ requestClose }: AboutProps) {
<Box direction="Column" gap="100">
<Box gap="100" alignItems="End">
<Text size="H3">Cinny</Text>
<Text size="T200">v4.12.6</Text>
<Text size="T200">v4.12.7</Text>
</Box>
<Text>Yet another matrix client.</Text>
</Box>
+1 -1
View File
@@ -15,7 +15,7 @@ export function AuthFooter() {
target="_blank"
rel="noreferrer"
>
v4.12.6
v4.12.7
</Text>
<Text as="a" size="T300" href="https://twitter.com/cinnyapp" target="_blank" rel="noreferrer">
Twitter
+1 -1
View File
@@ -24,7 +24,7 @@ export function WelcomePage() {
target="_blank"
rel="noreferrer noopener"
>
v4.12.6
v4.12.7
</a>
</span>
}