You've already forked matrix-react-sdk
							
							
				mirror of
				https://github.com/matrix-org/matrix-react-sdk.git
				synced 2025-10-31 01:45:39 +03:00 
			
		
		
		
	Merge branch 'master' into develop
This commit is contained in:
		| @@ -1,3 +1,9 @@ | ||||
| Changes in [3.71.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.71.1) (2023-04-25) | ||||
| ===================================================================================================== | ||||
| 
 | ||||
| ## 🐛 Bug Fixes | ||||
|  * Pick up matrix-js-sdk v25.0.0 (missed because of npmjs partial outage) | ||||
| 
 | ||||
| Changes in [3.71.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.71.0) (2023-04-25) | ||||
| ===================================================================================================== | ||||
| 
 | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| { | ||||
|     "name": "matrix-react-sdk", | ||||
|     "version": "3.71.0", | ||||
|     "version": "3.71.1", | ||||
|     "description": "SDK for matrix.org using React", | ||||
|     "author": "matrix.org", | ||||
|     "repository": { | ||||
| @@ -96,7 +96,7 @@ | ||||
|         "maplibre-gl": "^2.0.0", | ||||
|         "matrix-encrypt-attachment": "^1.0.3", | ||||
|         "matrix-events-sdk": "0.0.1", | ||||
|         "matrix-js-sdk": "github:matrix-org/matrix-js-sdk#develop", | ||||
|         "matrix-js-sdk": "25.0.0", | ||||
|         "matrix-widget-api": "^1.3.1", | ||||
|         "minimist": "^1.2.5", | ||||
|         "opus-recorder": "^8.0.3", | ||||
|   | ||||
| @@ -6418,9 +6418,10 @@ matrix-events-sdk@0.0.1: | ||||
|   resolved "https://registry.yarnpkg.com/matrix-events-sdk/-/matrix-events-sdk-0.0.1.tgz#c8c38911e2cb29023b0bbac8d6f32e0de2c957dd" | ||||
|   integrity sha512-1QEOsXO+bhyCroIe2/A5OwaxHvBm7EsSQ46DEDn8RBIfQwN5HWBpFvyWWR4QY0KHPPnnJdI99wgRiAl7Ad5qaA== | ||||
|  | ||||
| "matrix-js-sdk@github:matrix-org/matrix-js-sdk#develop": | ||||
| matrix-js-sdk@25.0.0: | ||||
|   version "25.0.0" | ||||
|   resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/e3498f0668e30cd545cf0614e6e6e9203a9e359d" | ||||
|   resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-25.0.0.tgz#a46ecb62eb96d5e93e36bf3f318ba4b4a08d56bf" | ||||
|   integrity sha512-eI9v0JkIYrSfsjUVk6PeZrsR7c7Qh0tirsK2biMZ4jPQo9sx/iuBjlfAEPoVlwzQKTfakGryhit15FfPhucMnw== | ||||
|   dependencies: | ||||
|     "@babel/runtime" "^7.12.5" | ||||
|     "@matrix-org/matrix-sdk-crypto-js" "^0.1.0-alpha.7" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user