Skip to content

Commit 7c296fc

Browse files
committed
v3.0.0 update #39 #40 #78
1 parent 233650b commit 7c296fc

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
| Version | Date | Changelog|
55
| ------- | -------- | ------ |
6+
|3.0.0 | 11.07.2018 | — Upgrade `sass.js` library that included fixes for 8 digit Hex code & grid name. [Fixes [#39](https://github.com/ritwickdey/vscode-live-sass-compiler/issues/39), [#40](https://github.com/ritwickdey/vscode-live-sass-compiler/issues/40), [#78](https://github.com/ritwickdey/vscode-live-sass-compiler/issues/77)] |
67
|2.2.1 | 29.06.2018 | — ***[Fixes [#77](https://github.com/ritwickdey/vscode-live-sass-compiler/issues/77)]*** Rebuild the package |
78
|2.2.0 | 29.06.2018 | — ***[Fixes [#76](https://github.com/ritwickdey/vscode-live-sass-compiler/issues/76)]*** (That was library issue. Sass.js is downgraded to `v0.10.8`)|
89
|2.1.0| 28.06.2018 | — ***[Fixes [#73](https://github.com/ritwickdey/vscode-live-sass-compiler/issues/73)]*** Change detection of Partial Sass was missing in `v2.0.0` |

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ This extension has dependency on _[Live Server](https://marketplace.visualstudio
4242

4343
## What's new ?
4444

45-
* #### Version 2.2.1 (30.06.2018)
46-
* ***[Fixes [#77](https://github.com/ritwickdey/vscode-live-sass-compiler/issues/77)]*** Rebuild the package.
45+
* #### Version 3.0.0 (11.07.2018)
46+
* Upgrade `sass.js` library that included fixes for 8 digit Hex code & grid name. [Fixes [#39](https://github.com/ritwickdey/vscode-live-sass-compiler/issues/39), [#40](https://github.com/ritwickdey/vscode-live-sass-compiler/issues/40), [#78](https://github.com/ritwickdey/vscode-live-sass-compiler/issues/77)]
4747

4848
## Changelog
4949
To check full changelog click here [changelog](CHANGELOG.md).

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "live-sass",
33
"displayName": "Live Sass Compiler",
44
"description": "Compile Sass or Scss to CSS at realtime with live browser reload.",
5-
"version": "2.2.1",
5+
"version": "3.0.0",
66
"publisher": "ritwickdey",
77
"author": {
88
"name": "Ritwick Dey",
@@ -187,7 +187,7 @@
187187
"@types/mocha": "^2.2.32"
188188
},
189189
"announcement": {
190-
"onVersion": "2.1.1",
191-
"message": "SassCompiler@2.2.1: Fixes mixin issue"
190+
"onVersion": "3.0.0",
191+
"message": "SassCompiler@3.0.0: Fixes 8 digit Hex, grid names and many more."
192192
}
193193
}

0 commit comments

Comments
 (0)