Compare commits

...

3 Commits

Author SHA1 Message Date
Richard van der Hoff
4507117f89 0.4.1 2016-03-23 14:58:30 +00:00
Richard van der Hoff
cad48b62e4 Prepare changelog for v0.4.1 2016-03-23 14:58:30 +00:00
Richard van der Hoff
5138dc9fd8 Bump to react-sdk 0.3.1
Disables ScrollPanel debug.
2016-03-23 14:56:22 +00:00
2 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
Changes in [0.4.1](https://github.com/vector-im/vector-web/releases/tag/v0.4.1) (2016-03-23)
============================================================================================
[Full Changelog](https://github.com/vector-im/vector-web/compare/v0.4.0...v0.4.1)
* Update to matrix-react-sdk 0.3.1; see
https://github.com/matrix-org/matrix-react-sdk/blob/v0.3.1/CHANGELOG.md
(Disables debug logging)
Changes in [0.4.0](https://github.com/vector-im/vector-web/releases/tag/v0.4.0) (2016-03-23)
============================================================================================
[Full Changelog](https://github.com/vector-im/vector-web/compare/v0.3.0...v0.4.0)

View File

@@ -1,6 +1,6 @@
{
"name": "vector-web",
"version": "0.4.0",
"version": "0.4.1",
"description": "Vector webapp",
"author": "matrix.org",
"repository": {
@@ -38,7 +38,7 @@
"highlight.js": "^9.0.0",
"linkifyjs": "^2.0.0-beta.4",
"matrix-js-sdk": "^0.5.0",
"matrix-react-sdk": "^0.3.0",
"matrix-react-sdk": "^0.3.1",
"modernizr": "^3.1.0",
"q": "^1.4.1",
"react": "^0.14.2",