From 1f9d8b129f13cca8249b115c0f791de858353b21 Mon Sep 17 00:00:00 2001 From: subesokun Date: Thu, 9 Apr 2015 20:32:06 +0200 Subject: [PATCH 1/5] :memo: Fix doc on getting the home directory --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 66080c614..fe9a742b4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -66,7 +66,7 @@ For more information on how to work with Atom's official packages, see * Class methods and properties (methods starting with a `@`) * Instance methods and properties * Avoid platform-dependent code: - * Use `require('atom').fs.getHomeDirectory()` to get the home directory. + * Use `require('fs-plus').getHomeDirectory()` to get the home directory. * Use `path.join()` to concatenate filenames. * Use `os.tmpdir()` rather than `/tmp` when you need to reference the temporary directory. From 4d20e17b2b4631acfbc884d706a07c34d24d119b Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Fri, 10 Apr 2015 09:08:41 -0700 Subject: [PATCH 2/5] :arrow_up: language-javascript@0.72 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8e071aaf0..9f0d43e57 100644 --- a/package.json +++ b/package.json @@ -134,7 +134,7 @@ "language-html": "0.31.0", "language-hyperlink": "0.12.2", "language-java": "0.14.0", - "language-javascript": "0.71.0", + "language-javascript": "0.72.0", "language-json": "0.14.0", "language-less": "0.25.0", "language-make": "0.14.0", From 3bbf337d648a951f5046dad36a745f8f1c18e8d1 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Fri, 10 Apr 2015 14:59:17 -0700 Subject: [PATCH 3/5] :arrow_up: notifications@0.37 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9f0d43e57..127f5fb46 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,7 @@ "link": "0.30.0", "markdown-preview": "0.148.0", "metrics": "0.45.0", - "notifications": "0.36.0", + "notifications": "0.37.0", "open-on-github": "0.36.0", "package-generator": "0.38.0", "release-notes": "0.52.0", From 27e2a04ba9c8ebdd366e6d49de8ff70becc176f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20=C5=BDu=C5=BEak?= Date: Sat, 11 Apr 2015 10:30:32 +0200 Subject: [PATCH 4/5] :arrow_up: language-todo@0.18.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 127f5fb46..bc8f83188 100644 --- a/package.json +++ b/package.json @@ -151,7 +151,7 @@ "language-source": "0.9.0", "language-sql": "0.15.0", "language-text": "0.6.0", - "language-todo": "0.17.0", + "language-todo": "0.18.0", "language-toml": "0.15.0", "language-xml": "0.28.0", "language-yaml": "0.22.0" From 8aba0f721855f7152b0c428dfa0a1abae718983b Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Mon, 13 Apr 2015 13:21:07 +1200 Subject: [PATCH 5/5] :arrow_up: settings-view to load config for inactive packages --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bc8f83188..88019a403 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ "open-on-github": "0.36.0", "package-generator": "0.38.0", "release-notes": "0.52.0", - "settings-view": "0.190.0", + "settings-view": "0.191.0", "snippets": "0.88.0", "spell-check": "0.55.0", "status-bar": "0.67.0",