From d228005a0ff4e52d64f23fcc5ca6c43fb98c597b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Jun 2022 11:38:39 +0200 Subject: [PATCH] chore(main): release codesandbox-projects-theme 1.0.2 (#17) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7dca81b..2f3104c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.0.1"} +{".":"1.0.2"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f57114..14a08a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.0.2](https://github.com/codesandbox/vscode-theme/compare/codesandbox-projects-theme-v1.0.1...codesandbox-projects-theme-v1.0.2) (2022-06-27) + + +### Bug Fixes + +* improve active tab visibility ([#16](https://github.com/codesandbox/vscode-theme/issues/16)) ([a9f4803](https://github.com/codesandbox/vscode-theme/commit/a9f4803350b56890cea99232b11b7184a921a78e)) +* use different colors for git decorators ([#15](https://github.com/codesandbox/vscode-theme/issues/15)) ([c227d09](https://github.com/codesandbox/vscode-theme/commit/c227d092e151373fee420c8178d9ae30aa2410cb)) + ### [1.0.1](https://github.com/codesandbox/vscode-theme/compare/codesandbox-projects-theme-v1.0.0...codesandbox-projects-theme-v1.0.1) (2022-04-20) diff --git a/package.json b/package.json index 59fde54..3baa761 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "codesandbox-projects-theme", "displayName": "CodeSandbox Theme", "description": "A CodeSandbox theme for Visual Studio Code", - "version": "1.0.1", + "version": "1.0.2", "publisher": "CodeSandbox-io", "license": "Apache-2.0", "scripts": {