Skip to content

Commit

Permalink
🔀 Merge branch 'release/1.0.3' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Pustur committed Oct 7, 2020
2 parents aa3884e + 90dc7d0 commit cace487
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.3]

### Fixed

- Wildcard selector color in SCSS / Sass

## [1.0.2]

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"license": "MIT",
"description": "A dark blue theme with bright accents inspired by the fictional city of Rapture",
"version": "1.0.2",
"version": "1.0.3",
"engines": {
"vscode": "^1.48.0"
},
Expand Down
2 changes: 1 addition & 1 deletion themes/Rapture-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@
"name": "Pink",
"scope": [
"entity.name.tag.css",
"entity.name.tag.wildcard.css",
"source.css entity.name.tag.wildcard",
"source.css variable",
"variable.language.special.self.python",
"variable.language.this.js",
Expand Down

0 comments on commit cace487

Please sign in to comment.