Skip to content

Commit b2b556d

Browse files
committed
Version bump to 1.0.0-rc.1
Will bump to 1.0.0 when {N} CLI 3.0.0 officially ships
1 parent 7863f96 commit b2b556d

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v1.0.0-rc
2+
3+
- Updated to support breaking changes in NativeScript 3.0; should be backwards compat with older NativeScript versions
4+
15
## v0.4.1
26

37
- Updated after-prepare step to remove node-sass directory from compiled app packages (https://github.com/toddanglin/nativescript-dev-sass/issues/3)

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ SASS CSS pre-processor for NativeScript projects
77
----------
88
This plugin uses the [node-sass compiler](https://www.npmjs.com/package/node-sass) to transpile SCSS files to CSS files in [NativeScript](https://www.nativescript.org/) projects.
99

10+
**NOTE: LiveSync does not work with NativeScript CLI 2.5.x**
11+
This plugin will work in all version of NativeScript, but LiveSync only works with NativeScript 2.4.x and ealier, and again with 3.x+
1012

1113
How to use
1214
----------

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-dev-sass",
3-
"version": "0.4.2",
3+
"version": "1.0.0-rc.1",
44
"description": "SASS CSS pre-processor for NativeScript projects.",
55
"scripts": {
66
"test": "exit 0",

0 commit comments

Comments
 (0)