Skip to content

Commit dc02a8f

Browse files
Merge branch 'release/0.15.1'
2 parents f4a1304 + fb89ab3 commit dc02a8f

File tree

4 files changed

+67
-18
lines changed

4 files changed

+67
-18
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,24 @@
88

99
<!--lint disable no-duplicate-headings no-duplicate-headings-in-section-->
1010

11+
# 0.15.1
12+
13+
![Release Date: 2021-02-01](https://img.shields.io/static/v1.svg?style=flat-square&label=Release%20Date&message=2021-02-01&colorA=4c566a&colorB=88c0d0) [![Project Board](https://img.shields.io/static/v1.svg?style=flat-square&label=Project%20Board&message=0.15.1&colorA=4c566a&colorB=88c0d0)](https://github.com/arcticicestudio/nord-visual-studio-code/projects/25) [![Milestone](https://img.shields.io/static/v1.svg?style=flat-square&label=Milestone&message=0.15.1&colorA=4c566a&colorB=88c0d0)](https://github.com/arcticicestudio/nord-visual-studio-code/milestone/21)
14+
15+
[Show all commits][gh-compare-tag-v0.15.0_v0.15.1]
16+
17+
This release version mainly migrates a NPM package dependency that has been deprecated and deleted from the registry to the new package.
18+
19+
## Bug Fixes
20+
21+
<details>
22+
<summary><strong>Switch to new ESLint configuration preset package</strong> — #190 (⊶ 13ef97ec) by <a href="https://github.com/kremalicious" target="_blank">@kremalicious</a></summary>
23+
24+
↠ Before the [`eslint-config-arcticicestudio-base` NPM package][npm-eslint-config-arcticicestudio-base] was used which has been deprecated and also deleted from the registry.
25+
Because the goal of the deprecation was to move to the new [`@arcticicestudio/eslint-config-base` package][npm-@arcticicestudio/eslint-config-base] anyway it has now been switched.
26+
27+
</details>
28+
1129
# 0.15.0
1230

1331
![Release Date: 2020-06-23](https://img.shields.io/static/v1.svg?style=flat-square&label=Release%20Date&message=2020-06-23&colorA=4c566a&colorB=88c0d0) [![Project Board](https://img.shields.io/static/v1.svg?style=flat-square&label=Project%20Board&message=0.15.0&colorA=4c566a&colorB=88c0d0)](https://github.com/arcticicestudio/nord-visual-studio-code/projects/24) [![Milestone](https://img.shields.io/static/v1.svg?style=flat-square&label=Milestone&message=0.15.0&colorA=4c566a&colorB=88c0d0)](https://github.com/arcticicestudio/nord-visual-studio-code/milestone/20)
@@ -1085,3 +1103,9 @@ Detailed information about features, supported languages and install instruction
10851103
[vsc-rln-1.45]: https://code.visualstudio.com/updates/v1_45
10861104
[vsc-rln-1.45#editor_title_border]: https://code.visualstudio.com/updates/v1_45#_new-theme-color-for-editor-title-border
10871105
[vscode-docs-theme_color#mm]: https://code.visualstudio.com/api/references/theme-color#minimap
1106+
1107+
<!-- v0.15.1 -->
1108+
1109+
[gh-compare-tag-v0.15.0_v0.15.1]: https://github.com/arcticicestudio/nord-visual-studio-code/compare/v0.15.0...v0.15.1
1110+
[npm-@arcticicestudio/eslint-config-base]: https://www.npmjs.com/package/@arcticicestudio/eslint-config-base
1111+
[npm-eslint-config-arcticicestudio-base]: https://www.npmjs.com/package/eslint-config-arcticicestudio-base

package-lock.json

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nord-visual-studio-code",
33
"displayName": "Nord",
44
"description": "An arctic, north-bluish clean and elegant Visual Studio Code theme.",
5-
"version": "0.15.0",
5+
"version": "0.15.1",
66
"publisher": "arcticicestudio",
77
"author": {
88
"name": "Arctic Ice Studio",
@@ -76,10 +76,10 @@
7676
"package": "vsce package --out nord-visual-studio-code.vsix"
7777
},
7878
"devDependencies": {
79+
"@arcticicestudio/eslint-config-base": ">=0.5.0 <1.0.0",
7980
"babel-eslint": "10.0.1",
8081
"del-cli": "1.1.0",
8182
"eslint": "5.16.0",
82-
"eslint-config-arcticicestudio-base": ">=0.5.0 <1.0.0",
8383
"eslint-plugin-import": "2.17.3",
8484
"eslint-plugin-json": "1.4.0",
8585
"eslint-plugin-prettier": "3.1.0",

themes/nord-color-theme.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -941,6 +941,19 @@
941941
"foreground": "#8FBCBB"
942942
}
943943
},
944+
{
945+
"name": "[JavaScript] Parentheses in Template Strings",
946+
"scope": [
947+
"source.js meta.embedded.line meta.brace.square",
948+
"source.js meta.embedded.line meta.brace.round",
949+
/* Required for extension `mgmcdermott.vscode-language-babel`. */
950+
"source.js string.quoted.template meta.brace.square",
951+
"source.js string.quoted.template meta.brace.round",
952+
],
953+
"settings": {
954+
"foreground": "#ECEFF4"
955+
}
956+
},
944957
{
945958
"name": "[HTML] Constant Character Entity",
946959
"scope": "text.html.basic constant.character.entity.html",
@@ -1209,6 +1222,18 @@
12091222
"foreground": "#D8DEE9"
12101223
}
12111224
},
1225+
{
1226+
"name": "[TypeScript] Parentheses in Template Strings",
1227+
"scope": [
1228+
"source.ts meta.embedded.line meta.brace.square",
1229+
"source.ts meta.embedded.line meta.brace.round",
1230+
"source.tsx meta.embedded.line meta.brace.square",
1231+
"source.tsx meta.embedded.line meta.brace.round"
1232+
],
1233+
"settings": {
1234+
"foreground": "#ECEFF4"
1235+
}
1236+
},
12121237
{
12131238
"name": "[XML] Entity Name Tag Namespace",
12141239
"scope": "text.xml entity.name.tag.namespace",

0 commit comments

Comments
 (0)