Skip to content

Commit 0a4e337

Browse files
committed
Merge branch 'master' into develop
2 parents 894ad32 + e355753 commit 0a4e337

File tree

4 files changed

+27
-7
lines changed

4 files changed

+27
-7
lines changed

CHANGELOG.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
Changes in [0.16.5](https://github.com/vector-im/riot-web/releases/tag/v0.16.5) (2018-10-01)
2+
============================================================================================
3+
[Full Changelog](https://github.com/vector-im/riot-web/compare/v0.16.5-rc.1...v0.16.5)
4+
5+
* Don't show mobile guide if deep linking
6+
[\#7415](https://github.com/vector-im/riot-web/pull/7415)
7+
* Don't show custom server bit on matrix.org
8+
[\#7408](https://github.com/vector-im/riot-web/pull/7408)
9+
10+
Changes in [0.16.5-rc.1](https://github.com/vector-im/riot-web/releases/tag/v0.16.5-rc.1) (2018-09-27)
11+
======================================================================================================
12+
[Full Changelog](https://github.com/vector-im/riot-web/compare/v0.16.4...v0.16.5-rc.1)
13+
14+
* Update from Weblate.
15+
[\#7395](https://github.com/vector-im/riot-web/pull/7395)
16+
* Reduce the number of terminals required to build riot-web to 1
17+
[\#7355](https://github.com/vector-im/riot-web/pull/7355)
18+
* Small typo in release notes v0.16.3
19+
[\#7274](https://github.com/vector-im/riot-web/pull/7274)
20+
121
Changes in [0.16.4](https://github.com/vector-im/riot-web/releases/tag/v0.16.4) (2018-09-10)
222
============================================================================================
323
[Full Changelog](https://github.com/vector-im/riot-web/compare/v0.16.4-rc.1...v0.16.4)
@@ -224,7 +244,7 @@ Changes in [0.15.0-rc.2](https://github.com/vector-im/riot-web/releases/tag/v0.1
224244
======================================================================================================
225245
[Full Changelog](https://github.com/vector-im/riot-web/compare/v0.15.0-rc.1...v0.15.0-rc.2)
226246

227-
* Update to matrix-react-sdk 0.12.4-rc.2
247+
* Update to matrix-react-sdk 0.12.4-rc.2
228248

229249
Changes in [0.15.0-rc.1](https://github.com/vector-im/riot-web/releases/tag/v0.15.0-rc.1) (2018-05-09)
230250
======================================================================================================
@@ -328,7 +348,7 @@ Changes in [0.14.0-rc.6](https://github.com/vector-im/riot-web/releases/tag/v0.1
328348
======================================================================================================
329349
[Full Changelog](https://github.com/vector-im/riot-web/compare/v0.14.0-rc.5...v0.14.0-rc.6)
330350

331-
* Bump react-sdk to [rc.6](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.12.0-rc.6)
351+
* Bump react-sdk to [rc.6](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.12.0-rc.6)
332352

333353
Changes in [0.14.0-rc.5](https://github.com/vector-im/riot-web/releases/tag/v0.14.0-rc.5) (2018-04-09)
334354
======================================================================================================

electron_app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "riot-web",
33
"productName": "Riot",
44
"main": "src/electron-main.js",
5-
"version": "0.16.4",
5+
"version": "0.16.5",
66
"description": "A feature-rich client for Matrix.org",
77
"author": "Vector Creations Ltd.",
88
"dependencies": {

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "riot-web",
33
"productName": "Riot",
44
"main": "electron_app/src/electron-main.js",
5-
"version": "0.16.4",
5+
"version": "0.16.5",
66
"description": "A feature-rich client for Matrix.org",
77
"author": "New Vector Ltd.",
88
"repository": {
@@ -70,8 +70,8 @@
7070
"gemini-scrollbar": "github:matrix-org/gemini-scrollbar#b302279",
7171
"gfm.css": "^1.1.2",
7272
"highlight.js": "^9.0.0",
73-
"matrix-js-sdk": "0.11.0",
74-
"matrix-react-sdk": "0.13.4",
73+
"matrix-js-sdk": "0.11.1",
74+
"matrix-react-sdk": "0.13.5",
7575
"modernizr": "^3.6.0",
7676
"prop-types": "^15.6.2",
7777
"react": "^15.6.0",

0 commit comments

Comments
 (0)