Compare commits

...

4 Commits

Author SHA1 Message Date
David Baker 24846a1d64 v0.17.4 2018-11-13 18:11:12 +00:00
David Baker 0b31d32793 Prepare changelog for v0.17.4 2018-11-13 18:11:12 +00:00
David Baker 71403980cc v0.17.4 2018-11-13 18:09:48 +00:00
David Baker f8ab754af4 bump react-sdk 2018-11-13 18:09:10 +00:00
3 changed files with 9 additions and 3 deletions
+6
View File
@@ -1,3 +1,9 @@
Changes in [0.17.4](https://github.com/vector-im/riot-web/releases/tag/v0.17.4) (2018-11-13)
============================================================================================
[Full Changelog](https://github.com/vector-im/riot-web/compare/v0.17.3...v0.17.4)
* Add banner with login/register links for users who aren't logged in
Changes in [0.17.3](https://github.com/vector-im/riot-web/releases/tag/v0.17.3) (2018-10-29)
============================================================================================
[Full Changelog](https://github.com/vector-im/riot-web/compare/v0.17.3-rc.1...v0.17.3)
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "riot-web",
"productName": "Riot",
"main": "src/electron-main.js",
"version": "0.17.3",
"version": "0.17.4",
"description": "A feature-rich client for Matrix.org",
"author": "Vector Creations Ltd.",
"dependencies": {
+2 -2
View File
@@ -2,7 +2,7 @@
"name": "riot-web",
"productName": "Riot",
"main": "electron_app/src/electron-main.js",
"version": "0.17.3",
"version": "0.17.4",
"description": "A feature-rich client for Matrix.org",
"author": "New Vector Ltd.",
"repository": {
@@ -71,7 +71,7 @@
"gfm.css": "^1.1.2",
"highlight.js": "^9.13.0",
"matrix-js-sdk": "0.12.1",
"matrix-react-sdk": "0.14.2",
"matrix-react-sdk": "0.14.3",
"modernizr": "^3.6.0",
"prop-types": "^15.6.2",
"react": "^15.6.0",