Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
David Baker
9f5f4ee8d1 v0.12.0-rc.2 2017-08-22 14:18:53 +01:00
David Baker
f79f8e1d3e Prepare changelog for v0.12.0-rc.2 2017-08-22 14:18:53 +01:00
David Baker
7412828f05 v0.12.0-rc.2 2017-08-22 14:17:34 +01:00
David Baker
beb694f68c react-sdk rc.2 2017-08-22 14:13:04 +01:00
3 changed files with 10 additions and 3 deletions

View file

@ -1,3 +1,10 @@
Changes in [0.12.0-rc.2](https://github.com/vector-im/riot-web/releases/tag/v0.12.0-rc.2) (2017-08-22)
======================================================================================================
[Full Changelog](https://github.com/vector-im/riot-web/compare/v0.12.0-rc.1...v0.12.0-rc.2)
* Update to react-sdk v0.10.0-rc.2
Changes in [0.12.0-rc.1](https://github.com/vector-im/riot-web/releases/tag/v0.12.0-rc.1) (2017-08-16)
======================================================================================================
[Full Changelog](https://github.com/vector-im/riot-web/compare/v0.11.4...v0.12.0-rc.1)

View file

@ -2,7 +2,7 @@
"name": "riot-web",
"productName": "Riot",
"main": "src/electron-main.js",
"version": "0.12.0-rc.1",
"version": "0.12.0-rc.2",
"description": "A feature-rich client for Matrix.org",
"author": "Vector Creations Ltd.",
"dependencies": {

View file

@ -2,7 +2,7 @@
"name": "riot-web",
"productName": "Riot",
"main": "electron_app/src/electron-main.js",
"version": "0.12.0-rc.1",
"version": "0.12.0-rc.2",
"description": "A feature-rich client for Matrix.org",
"author": "Vector Creations Ltd.",
"repository": {
@ -67,7 +67,7 @@
"highlight.js": "^9.0.0",
"linkifyjs": "^2.1.3",
"matrix-js-sdk": "0.8.0",
"matrix-react-sdk": "0.10.0-rc.1",
"matrix-react-sdk": "0.10.0-rc.2",
"modernizr": "^3.1.0",
"pako": "^1.0.5",
"react": "^15.6.0",