mirror of
				https://github.com/cinnyapp/cinny.git
				synced 2025-11-04 14:30:29 +03:00 
			
		
		
		
	v1.4.0: SSO login and profile viewer
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
		
							parent
							
								
									f544dab3e0
								
							
						
					
					
						commit
						aca2c3a9dd
					
				
					 4 changed files with 4 additions and 4 deletions
				
			
		
							
								
								
									
										2
									
								
								package-lock.json
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										2
									
								
								package-lock.json
									
										
									
										generated
									
									
									
								
							| 
						 | 
					@ -1,6 +1,6 @@
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  "name": "cinny",
 | 
					  "name": "cinny",
 | 
				
			||||||
  "version": "1.3.2",
 | 
					  "version": "1.4.0",
 | 
				
			||||||
  "lockfileVersion": 1,
 | 
					  "lockfileVersion": 1,
 | 
				
			||||||
  "requires": true,
 | 
					  "requires": true,
 | 
				
			||||||
  "dependencies": {
 | 
					  "dependencies": {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,6 +1,6 @@
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  "name": "cinny",
 | 
					  "name": "cinny",
 | 
				
			||||||
  "version": "1.3.2",
 | 
					  "version": "1.4.0",
 | 
				
			||||||
  "description": "Yet another matrix client",
 | 
					  "description": "Yet another matrix client",
 | 
				
			||||||
  "main": "index.js",
 | 
					  "main": "index.js",
 | 
				
			||||||
  "engines": {
 | 
					  "engines": {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -104,7 +104,7 @@ function AboutSection() {
 | 
				
			||||||
        <div>
 | 
					        <div>
 | 
				
			||||||
          <Text variant="h2">
 | 
					          <Text variant="h2">
 | 
				
			||||||
            Cinny
 | 
					            Cinny
 | 
				
			||||||
            <span className="text text-b3" style={{ margin: '0 var(--sp-extra-tight)' }}>v1.3.2</span>
 | 
					            <span className="text text-b3" style={{ margin: '0 var(--sp-extra-tight)' }}>v1.4.0</span>
 | 
				
			||||||
          </Text>
 | 
					          </Text>
 | 
				
			||||||
          <Text>Yet another matrix client</Text>
 | 
					          <Text>Yet another matrix client</Text>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -330,7 +330,7 @@ function Auth() {
 | 
				
			||||||
            </button>
 | 
					            </button>
 | 
				
			||||||
          </Text>
 | 
					          </Text>
 | 
				
			||||||
          <span style={{ marginTop: 'var(--sp-extra-tight)' }}>
 | 
					          <span style={{ marginTop: 'var(--sp-extra-tight)' }}>
 | 
				
			||||||
            <Text variant="b3">v1.3.2</Text>
 | 
					            <Text variant="b3">v1.4.0</Text>
 | 
				
			||||||
          </span>
 | 
					          </span>
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
      </StaticWrapper>
 | 
					      </StaticWrapper>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue