chore(deps): sync upstream changes (2026-08-26) #5

Merged
imnyang merged 27 commits from upstream-sync-202608261421 into dev 2026-08-26 14:37:20 +09:00
5 changed files with 6 additions and 6 deletions
Showing only changes of commit 33f4ba3674 - Show all commits

chore: Release v4.12.6 (#3053)

Krishan 2026-08-01 21:57:30 +10:00 committed by GitHub
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "cinny",
"version": "4.12.3",
"version": "4.12.6",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "cinny",
"version": "4.12.3",
"version": "4.12.6",
"license": "AGPL-3.0-only",
"dependencies": {
"@atlaskit/pragmatic-drag-and-drop": "1.1.6",

View file

@ -1,6 +1,6 @@
{
"name": "cinny",
"version": "4.12.3",
"version": "4.12.6",
"description": "Yet another matrix client",
"main": "index.js",
"type": "module",

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.3</Text>
<Text size="T200">v4.12.6</Text>
</Box>
<Text>Yet another matrix client.</Text>
</Box>

View file

@ -15,7 +15,7 @@ export function AuthFooter() {
target="_blank"
rel="noreferrer"
>
v4.12.3
v4.12.6
</Text>
<Text as="a" size="T300" href="https://twitter.com/cinnyapp" target="_blank" rel="noreferrer">
Twitter

View file

@ -24,7 +24,7 @@ export function WelcomePage() {
target="_blank"
rel="noreferrer noopener"
>
v4.12.3
v4.12.6
</a>
</span>
}