From a8bf594aede2632299e227d17359f1bc0492ed89 Mon Sep 17 00:00:00 2001 From: Wliu <50Wliu@users.noreply.github.com> Date: Tue, 17 Nov 2015 21:51:12 -0500 Subject: [PATCH 1/6] Suggest [ci skip] in documentation-only commits --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8170b0121..871854a99 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -200,6 +200,7 @@ Both issue lists are sorted by total number of comments. While not perfect, numb * Use the imperative mood ("Move cursor to..." not "Moves cursor to...") * Limit the first line to 72 characters or less * Reference issues and pull requests liberally +* When only changing documentation, include `[ci skip]` in the commit description * Consider starting the commit message with an applicable emoji: * :art: `:art:` when improving the format/structure of the code * :racehorse: `:racehorse:` when improving performance From c4fa042395c2ddce968fc6d64eb25ffaa296d12f Mon Sep 17 00:00:00 2001 From: simurai Date: Thu, 26 Nov 2015 15:29:05 +0900 Subject: [PATCH 2/6] :arrow_up: language-less@v0.29.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eae11b7db..70823a0a3 100644 --- a/package.json +++ b/package.json @@ -129,7 +129,7 @@ "language-java": "0.17.0", "language-javascript": "0.102.1", "language-json": "0.17.1", - "language-less": "0.28.3", + "language-less": "0.29.0", "language-make": "0.20.0", "language-mustache": "0.13.0", "language-objective-c": "0.15.0", From aca12a8dc8454868154b45f701287e724a9b3dd2 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Thu, 26 Nov 2015 16:09:40 +0800 Subject: [PATCH 3/6] :arrow_up: electron@0.34.5 Fix #9584. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 70823a0a3..52a04e53e 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "url": "https://github.com/atom/atom/issues" }, "license": "MIT", - "electronVersion": "0.34.4", + "electronVersion": "0.34.5", "dependencies": { "async": "0.2.6", "atom-keymap": "^6.1.1", From 237d80fd2c47a50b57c115f568ed2366a9a31ad5 Mon Sep 17 00:00:00 2001 From: Wliu <50Wliu@users.noreply.github.com> Date: Thu, 26 Nov 2015 11:13:10 -0500 Subject: [PATCH 4/6] :arrow_up: language-c@0.50.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 52a04e53e..11236f142 100644 --- a/package.json +++ b/package.json @@ -116,7 +116,7 @@ "welcome": "0.33.0", "whitespace": "0.32.1", "wrap-guide": "0.38.1", - "language-c": "0.50.0", + "language-c": "0.50.1", "language-clojure": "0.18.0", "language-coffee-script": "0.45.0", "language-csharp": "0.11.0", From 5ae2a4a7fc3cf6071dba4fce0f29a9d908a1ce65 Mon Sep 17 00:00:00 2001 From: Wliu <50Wliu@users.noreply.github.com> Date: Thu, 26 Nov 2015 11:13:26 -0500 Subject: [PATCH 5/6] :arrow_up: language-javascript@0.102.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 11236f142..7c345fe53 100644 --- a/package.json +++ b/package.json @@ -127,7 +127,7 @@ "language-html": "0.42.0", "language-hyperlink": "0.15.0", "language-java": "0.17.0", - "language-javascript": "0.102.1", + "language-javascript": "0.102.2", "language-json": "0.17.1", "language-less": "0.29.0", "language-make": "0.20.0", From f2155fa22465234999e3a92d02a00edc8e16ca35 Mon Sep 17 00:00:00 2001 From: simurai Date: Fri, 27 Nov 2015 15:16:02 +0900 Subject: [PATCH 6/6] :arrow_up: settings-view@v0.232.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7c345fe53..47521c4ea 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "open-on-github": "0.40.0", "package-generator": "0.41.0", "release-notes": "0.53.0", - "settings-view": "0.232.0", + "settings-view": "0.232.1", "snippets": "1.0.1", "spell-check": "0.63.0", "status-bar": "0.80.0",