From 5310b4c14baa93b9ca90a2b6cd43dc4cc4038893 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 6 Dec 2018 11:20:00 +0000 Subject: [PATCH 01/13] js-sdk & react-sdk rc.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 66b1ed84e3..4344af3514 100644 --- a/package.json +++ b/package.json @@ -70,8 +70,8 @@ "gemini-scrollbar": "github:matrix-org/gemini-scrollbar#b302279", "gfm.css": "^1.1.2", "highlight.js": "^9.13.1", - "matrix-js-sdk": "0.14.1", - "matrix-react-sdk": "0.14.6", + "matrix-js-sdk": "0.14.2-rc.1", + "matrix-react-sdk": "0.14.7-rc.1", "modernizr": "^3.6.0", "prop-types": "^15.6.2", "react": "^15.6.0", From 6ba471421f105956e90fcadf7230ef19902cf84c Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 6 Dec 2018 11:20:33 +0000 Subject: [PATCH 02/13] v0.17.8-rc.1 --- electron_app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electron_app/package.json b/electron_app/package.json index 7d32bfccc5..0fd9790654 100644 --- a/electron_app/package.json +++ b/electron_app/package.json @@ -2,7 +2,7 @@ "name": "riot-web", "productName": "Riot", "main": "src/electron-main.js", - "version": "0.17.7", + "version": "0.17.8-rc.1", "description": "A feature-rich client for Matrix.org", "author": "New Vector Ltd.", "dependencies": { From 8d9987a6b5dadf2a90639b5dbac4cb30b1ba3255 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 6 Dec 2018 11:21:42 +0000 Subject: [PATCH 03/13] Prepare changelog for v0.17.8-rc.1 --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9148433bd1..c76fa73645 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +Changes in [0.17.8-rc.1](https://github.com/vector-im/riot-web/releases/tag/v0.17.8-rc.1) (2018-12-06) +====================================================================================================== +[Full Changelog](https://github.com/vector-im/riot-web/compare/v0.17.7...v0.17.8-rc.1) + + * Update from Weblate. + [\#7784](https://github.com/vector-im/riot-web/pull/7784) + * Add a function to send a rageshake from the console + [\#7755](https://github.com/vector-im/riot-web/pull/7755) + * Re-apply "Run lint on travis builds and use modern node versions" + [\#7738](https://github.com/vector-im/riot-web/pull/7738) + * Revert "Run lint on travis builds and use modern node versions" + [\#7737](https://github.com/vector-im/riot-web/pull/7737) + * Run lint on travis builds and use modern node versions + [\#7490](https://github.com/vector-im/riot-web/pull/7490) + * Fix missing js-sdk logging + [\#7736](https://github.com/vector-im/riot-web/pull/7736) + * Add $accent-color-50pct as a CSS variable to the Status theme + [\#7710](https://github.com/vector-im/riot-web/pull/7710) + Changes in [0.17.7](https://github.com/vector-im/riot-web/releases/tag/v0.17.7) (2018-11-22) ============================================================================================ [Full Changelog](https://github.com/vector-im/riot-web/compare/v0.17.6...v0.17.7) From 88ff92a65852e13df709ee9f40eb121431e916e5 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 6 Dec 2018 11:21:42 +0000 Subject: [PATCH 04/13] v0.17.8-rc.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4344af3514..912a588734 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "riot-web", "productName": "Riot", "main": "electron_app/src/electron-main.js", - "version": "0.17.7", + "version": "0.17.8-rc.1", "description": "A feature-rich client for Matrix.org", "author": "New Vector Ltd.", "repository": { From 10294ab2403a20524a38324803e060eb8e7a0757 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 6 Dec 2018 12:42:52 +0000 Subject: [PATCH 05/13] react-sdk rc.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 912a588734..0b400a95a6 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "gfm.css": "^1.1.2", "highlight.js": "^9.13.1", "matrix-js-sdk": "0.14.2-rc.1", - "matrix-react-sdk": "0.14.7-rc.1", + "matrix-react-sdk": "0.14.7-rc.2", "modernizr": "^3.6.0", "prop-types": "^15.6.2", "react": "^15.6.0", From bf2d792d943ce727cafc8dbc61cf2503e39c3bd5 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 6 Dec 2018 12:45:38 +0000 Subject: [PATCH 06/13] Revert electron app version bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0b400a95a6..c7a5bfe691 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "riot-web", "productName": "Riot", "main": "electron_app/src/electron-main.js", - "version": "0.17.8-rc.1", + "version": "0.17.7", "description": "A feature-rich client for Matrix.org", "author": "New Vector Ltd.", "repository": { From 02eb8a284c982bcf4aeeebe6ee69ab476d017bf5 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 6 Dec 2018 12:47:18 +0000 Subject: [PATCH 07/13] Actually revert electron app version bump last one was in fasct the main version file --- electron_app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electron_app/package.json b/electron_app/package.json index 0fd9790654..7d32bfccc5 100644 --- a/electron_app/package.json +++ b/electron_app/package.json @@ -2,7 +2,7 @@ "name": "riot-web", "productName": "Riot", "main": "src/electron-main.js", - "version": "0.17.8-rc.1", + "version": "0.17.7", "description": "A feature-rich client for Matrix.org", "author": "New Vector Ltd.", "dependencies": { From 74c81d692198d7bbf32fe7dc2add3b9c50cd2d2b Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 6 Dec 2018 12:48:34 +0000 Subject: [PATCH 08/13] v0.17.8-rc.1 --- electron_app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electron_app/package.json b/electron_app/package.json index 7d32bfccc5..0fd9790654 100644 --- a/electron_app/package.json +++ b/electron_app/package.json @@ -2,7 +2,7 @@ "name": "riot-web", "productName": "Riot", "main": "src/electron-main.js", - "version": "0.17.7", + "version": "0.17.8-rc.1", "description": "A feature-rich client for Matrix.org", "author": "New Vector Ltd.", "dependencies": { From b6493a2f8233bef283bafd8f66762bd715164a1d Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 6 Dec 2018 12:49:53 +0000 Subject: [PATCH 09/13] v0.17.8-rc.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c7a5bfe691..0b400a95a6 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "riot-web", "productName": "Riot", "main": "electron_app/src/electron-main.js", - "version": "0.17.7", + "version": "0.17.8-rc.1", "description": "A feature-rich client for Matrix.org", "author": "New Vector Ltd.", "repository": { From a82f9d5266d4078be358e1714ff6922654450b54 Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 10 Dec 2018 13:46:35 +0000 Subject: [PATCH 10/13] Released js-sdk & react-sdk --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0b400a95a6..29f21bcdef 100644 --- a/package.json +++ b/package.json @@ -70,8 +70,8 @@ "gemini-scrollbar": "github:matrix-org/gemini-scrollbar#b302279", "gfm.css": "^1.1.2", "highlight.js": "^9.13.1", - "matrix-js-sdk": "0.14.2-rc.1", - "matrix-react-sdk": "0.14.7-rc.2", + "matrix-js-sdk": "0.14.2", + "matrix-react-sdk": "0.14.7", "modernizr": "^3.6.0", "prop-types": "^15.6.2", "react": "^15.6.0", From 7c4f67b1a1ed397d8f4f6af5bda034656bf6d5b0 Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 10 Dec 2018 13:46:57 +0000 Subject: [PATCH 11/13] v0.17.8 --- electron_app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electron_app/package.json b/electron_app/package.json index 0fd9790654..f9ab11454b 100644 --- a/electron_app/package.json +++ b/electron_app/package.json @@ -2,7 +2,7 @@ "name": "riot-web", "productName": "Riot", "main": "src/electron-main.js", - "version": "0.17.8-rc.1", + "version": "0.17.8", "description": "A feature-rich client for Matrix.org", "author": "New Vector Ltd.", "dependencies": { From cb628d0799563dc38e11e4d9207f2ef68ae1b9f8 Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 10 Dec 2018 13:48:11 +0000 Subject: [PATCH 12/13] Prepare changelog for v0.17.8 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c76fa73645..1d2f8d3434 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +Changes in [0.17.8](https://github.com/vector-im/riot-web/releases/tag/v0.17.8) (2018-12-10) +============================================================================================ +[Full Changelog](https://github.com/vector-im/riot-web/compare/v0.17.8-rc.1...v0.17.8) + + * No changes since rc.1 + Changes in [0.17.8-rc.1](https://github.com/vector-im/riot-web/releases/tag/v0.17.8-rc.1) (2018-12-06) ====================================================================================================== [Full Changelog](https://github.com/vector-im/riot-web/compare/v0.17.7...v0.17.8-rc.1) From c2038a5cccb0b5df3c99d4e9d616dbe609f1c465 Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 10 Dec 2018 13:48:11 +0000 Subject: [PATCH 13/13] v0.17.8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 29f21bcdef..9a2db53501 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "riot-web", "productName": "Riot", "main": "electron_app/src/electron-main.js", - "version": "0.17.8-rc.1", + "version": "0.17.8", "description": "A feature-rich client for Matrix.org", "author": "New Vector Ltd.", "repository": {