Skip to content

Commit 0229482

Browse files
authored
Merge pull request #293 from primer/changeset-release/main
Release Tracking
2 parents 410cfdd + 0ee68a2 commit 0229482

File tree

9 files changed

+21
-36
lines changed

9 files changed

+21
-36
lines changed

.changeset/curvy-falcons-compare.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/curvy-falcons-invent.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/eight-onions-grow.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/lemon-jokes-retire.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/rare-terms-knock.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tall-suits-knock.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/unlucky-lamps-brush.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# github-vscode-theme
22

3+
## 6.3.0
4+
5+
### Minor Changes
6+
7+
- [#296](https://github.com/primer/github-vscode-theme/pull/296) [`4fe2d37`](https://github.com/primer/github-vscode-theme/commit/4fe2d37844eb2b600ca4295e5a7c9255ffe2ac0d) Thanks [@simurai](https://github.com/simurai)! - Add support for strikethrough
8+
9+
### Patch Changes
10+
11+
- [#299](https://github.com/primer/github-vscode-theme/pull/299) [`b0f4bd9`](https://github.com/primer/github-vscode-theme/commit/b0f4bd9df4807e908fd46fa2ea1cb964e42358fe) Thanks [@simurai](https://github.com/simurai)! - Improve breakpoint icon for colorblind themes
12+
13+
* [#297](https://github.com/primer/github-vscode-theme/pull/297) [`328c05b`](https://github.com/primer/github-vscode-theme/commit/328c05ba05bc941c176681b49e2981fca36c0365) Thanks [@simurai](https://github.com/simurai)! - Remove `string source` scope
14+
15+
- [#292](https://github.com/primer/github-vscode-theme/pull/292) [`6283960`](https://github.com/primer/github-vscode-theme/commit/628396061a306faa61d9c22cbb287bb79f02f5a3) Thanks [@simurai](https://github.com/simurai)! - Colorize inline code blocks for the classic themes
16+
17+
* [#294](https://github.com/primer/github-vscode-theme/pull/294) [`5593a09`](https://github.com/primer/github-vscode-theme/commit/5593a096d817ae7d9e7a9234ec31034d3a042cce) Thanks [@simurai](https://github.com/simurai)! - Improve selection in High Contrast themes
18+
19+
- [#302](https://github.com/primer/github-vscode-theme/pull/302) [`c08c420`](https://github.com/primer/github-vscode-theme/commit/c08c4202024ab8d0914bab6f62e873d734a3a5aa) Thanks [@simurai](https://github.com/simurai)! - Reduce contrast for whitespace characters
20+
21+
* [#298](https://github.com/primer/github-vscode-theme/pull/298) [`130db93`](https://github.com/primer/github-vscode-theme/commit/130db93c39d565656ee886e352e9f7c4c2d05a9c) Thanks [@simurai](https://github.com/simurai)! - Reduce contrast for line numbers
22+
323
## 6.2.0
424

525
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "github-vscode-theme",
33
"displayName": "GitHub Theme",
44
"description": "GitHub theme for VS Code",
5-
"version": "6.2.0",
5+
"version": "6.3.0",
66
"preview": true,
77
"publisher": "GitHub",
88
"license": "MIT",

0 commit comments

Comments
 (0)