From 639b8303fe42dc700a44ba8a68876981fe450170 Mon Sep 17 00:00:00 2001 From: Ken Howard Date: Sun, 3 Feb 2019 09:45:52 -0800 Subject: [PATCH 1/4] doc: adds icon/banner to marketplace page --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index 31a8890..157b2d2 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,11 @@ "categories": [ "Other" ], + "icon": "icon.png", + "galleryBanner": { + "color": "rgb(5, 45, 73)", + "theme": "dark" + }, "activationEvents": [ "*" ], From c53c1585f61137176f4d8dba2449c1738d3e17a0 Mon Sep 17 00:00:00 2001 From: Ken Howard Date: Sun, 3 Feb 2019 09:46:00 -0800 Subject: [PATCH 2/4] chore(release): 3.0.1 --- CHANGELOG.md | 5 +++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f53a03b..2407834 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [3.0.1](https://github.com/kenhowardpdx/vscode-gist/compare/v3.0.0...v3.0.1) (2019-02-03) + + + # [3.0.0](https://github.com/kenhowardpdx/vscode-gist/compare/v2.1.2...v3.0.0) (2019-02-03) diff --git a/package-lock.json b/package-lock.json index 1b2b37d..b8d9b47 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-gist", - "version": "3.0.0", + "version": "3.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 157b2d2..96e40b4 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-gist", "displayName": "Gists", "description": "Create, open and edit Gists", - "version": "3.0.0", + "version": "3.0.1", "publisher": "kenhowardpdx", "repository": "https://github.com/kenhowardpdx/vscode-gist", "engines": { From d21b2dd3148fc24d6f9487d676dec4f904929749 Mon Sep 17 00:00:00 2001 From: Ken Howard Date: Sun, 3 Feb 2019 09:53:11 -0800 Subject: [PATCH 3/4] doc: banner color --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 96e40b4..f152b5b 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ ], "icon": "icon.png", "galleryBanner": { - "color": "rgb(5, 45, 73)", + "color": "#387cc0", "theme": "dark" }, "activationEvents": [ From 14f1c4609bfc79f9dfa477c3adc21167efa7c243 Mon Sep 17 00:00:00 2001 From: Ken Howard Date: Sun, 3 Feb 2019 09:53:45 -0800 Subject: [PATCH 4/4] chore(release): 3.0.2 --- CHANGELOG.md | 5 +++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2407834..0fb030c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [3.0.2](https://github.com/kenhowardpdx/vscode-gist/compare/v3.0.1...v3.0.2) (2019-02-03) + + + ## [3.0.1](https://github.com/kenhowardpdx/vscode-gist/compare/v3.0.0...v3.0.1) (2019-02-03) diff --git a/package-lock.json b/package-lock.json index b8d9b47..079eeb8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-gist", - "version": "3.0.1", + "version": "3.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f152b5b..a056ce3 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-gist", "displayName": "Gists", "description": "Create, open and edit Gists", - "version": "3.0.1", + "version": "3.0.2", "publisher": "kenhowardpdx", "repository": "https://github.com/kenhowardpdx/vscode-gist", "engines": {