Compare commits

...

3 Commits

Author SHA1 Message Date
Matthew Hodgson
ded66bbdfc 0.7.2 2016-06-02 19:05:50 +01:00
Matthew Hodgson
1a11c402fa Prepare changelog for v0.7.2 2016-06-02 19:05:50 +01:00
Matthew Hodgson
4ec77eeca7 correctly bump dep on js-sdk and react-sdk 2016-06-02 19:04:22 +01:00
2 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
Changes in [0.7.2](https://github.com/vector-im/vector-web/releases/tag/v0.7.2) (2016-06-02)
============================================================================================
[Full Changelog](https://github.com/vector-im/vector-web/compare/v0.7.1...v0.7.2)
* Correctly bump the dep on new matrix-js-sdk and matrix-react-sdk
Changes in [0.7.1](https://github.com/vector-im/vector-web/releases/tag/v0.7.1) (2016-06-02)
============================================================================================
[Full Changelog](https://github.com/vector-im/vector-web/compare/v0.7.0...v0.7.1)

View File

@@ -1,6 +1,6 @@
{
"name": "vector-web",
"version": "0.7.1",
"version": "0.7.2",
"description": "Vector webapp",
"author": "matrix.org",
"repository": {
@@ -41,8 +41,8 @@
"gfm.css": "^1.1.1",
"highlight.js": "^9.0.0",
"linkifyjs": "^2.0.0-beta.4",
"matrix-js-sdk": "^0.5.3",
"matrix-react-sdk": "^0.6.0",
"matrix-js-sdk": "^0.5.4",
"matrix-react-sdk": "^0.6.2",
"modernizr": "^3.1.0",
"q": "^1.4.1",
"react": "^15.0.1",