From 042998345b75f1e2f1c6a729d587a23026c4dac2 Mon Sep 17 00:00:00 2001 From: Stephanie Hays Date: Thu, 5 Jan 2023 08:15:36 -0600 Subject: [PATCH 1/2] (#270) Update typo in variable name This corrects a typo in a variable name that is causing certain svg images not to appear with the correct color. This is related to the initial switch over to updated variable names in choco-theme 0.2.0. --- images/global-shared/use.svg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/images/global-shared/use.svg b/images/global-shared/use.svg index a0bf378c..a29b0ba9 100644 --- a/images/global-shared/use.svg +++ b/images/global-shared/use.svg @@ -42,13 +42,13 @@ - + - + - + From 67701b3e17be16df2c1df4519e30296a76a4e7d4 Mon Sep 17 00:00:00 2001 From: Stephanie Hays Date: Thu, 5 Jan 2023 08:16:25 -0600 Subject: [PATCH 2/2] Bump version to 0.2.1 --- getting-started/_package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/getting-started/_package.json b/getting-started/_package.json index 4a4df533..719dad4f 100644 --- a/getting-started/_package.json +++ b/getting-started/_package.json @@ -12,7 +12,7 @@ }, "homepage": "https://github.com/chocolatey/chocolatey.org#readme", "devDependencies": { - "choco-theme": "0.2.0" + "choco-theme": "0.2.1" }, "resolutions": { "glob-parent": "^6.0.1", diff --git a/package.json b/package.json index 43bcc52f..2dd16ec5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "choco-theme", - "version": "0.2.0", + "version": "0.2.1", "description": "The global theme for Chocolatey Software.", "repository": { "type": "git",