Skip to content

Commit f518e56

Browse files
authored
Merge pull request #110 from sass/release
Release 1.0.0
2 parents b2ec74f + 88c23f1 commit f518e56

File tree

2 files changed

+4
-45
lines changed

2 files changed

+4
-45
lines changed

CHANGELOG.md

+2-43
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,3 @@
1-
## 1.0.0-beta.2
1+
## 1.0.0
22

3-
* No user-visible changes.
4-
5-
## 1.0.0-beta.1
6-
7-
* Too many changes to list.
8-
9-
## 1.0.0-alpha.5
10-
11-
* **Breaking change**: Remove `lib/runner.dart`. This package is only meant to
12-
be used as an executable, not as a library.
13-
14-
* **Breaking change**: Remove the option to negate the `--migrate-deps`,
15-
`--dry-run`, and `--verbose` flags.
16-
17-
* Expose `sass-migrator` as a globally-installable executable.
18-
19-
### Division Migrator
20-
21-
* Fix a type error.
22-
23-
### Module Migrator
24-
25-
* Convert removed color functions to `color.adjust()`.
26-
27-
## 1.0.0-alpha.4
28-
29-
* Internal changes only.
30-
31-
## 1.0.0-alpha.3
32-
33-
* Division migrator: Treat most slash operations within argument lists as
34-
division.
35-
* Division migrator: Only migrate slash operations to slash-list calls in a
36-
non-plain-CSS context.
37-
38-
## 1.0.0-alpha.2
39-
40-
* Internal changes only.
41-
42-
## 1.0.0-alpha.1
43-
44-
* Initial alpha release.
3+
* Initial release.

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sass_migrator
2-
version: 1.0.0-beta.2
2+
version: 1.0.0
33
description: A tool for running migrations on Sass files
44
author: Jennifer Thakar <[email protected]>
55
homepage: https://github.com/sass/migrator
@@ -15,7 +15,7 @@ dependencies:
1515
node_interop: "^1.0.0"
1616
node_io: "^1.0.0"
1717
path: "^1.6.0"
18-
sass: "^1.23.0-module.beta.1"
18+
sass: "^1.23.0"
1919
source_span: "^1.4.0"
2020
term_glyph: "^1.1.0"
2121
tuple: "^1.0.2"

0 commit comments

Comments
 (0)