Skip to content

Commit 7b2dfef

Browse files
committed
Release 1.0.0
1 parent a5ce900 commit 7b2dfef

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
1-
## 1.0.0-rc.2
1+
## 1.0.0
2+
3+
**Initial stable release.**
4+
5+
### Changes Since 1.0.0-rc.1
26

37
* Allow `!` in custom property values ([#260][]).
48

59
[#260]: https://github.com/sass/dart-sass/issues/260
610

7-
### Dart API
11+
#### Dart API
812

913
* Remove the deprecated `render()` function.
1014

11-
### Node API
15+
#### Node API
1216

1317
* Errors are now subtypes of the `Error` type.
1418

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sass
2-
version: 1.0.0-dev
2+
version: 1.0.0
33
description: A Sass implementation in Dart.
44
author: Dart Team <misc@dartlang.org>
55
homepage: https://github.com/sass/dart-sass

0 commit comments

Comments
 (0)