Skip to content

Commit 5e644a3

Browse files
authored
Merge pull request #948 from sass/release
Cut a release
2 parents 718cfdd + 7d8002e commit 5e644a3

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
## 1.26.0
1+
## 1.26.0-test.1
22

33
* Don't throw errors if the exact same member is loaded or forwarded from
44
multiple modules at the same time.
55

6+
## 1.25.2
7+
68
* Fix a bug where, under extremely rare circumstances, a valid variable could
79
become unassigned.
810

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.26.0-dev
2+
version: 1.26.0-test.1
33
description: A Sass implementation in Dart.
44
author: Sass Team
55
homepage: https://github.com/sass/dart-sass

tool/grind.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ String get _nuspec => """
6666
<authors>Natalie Weizenbaum</authors>
6767
<owners>nex3</owners>
6868
<projectUrl>https://github.com/sass/dart-sass</projectUrl>
69-
<licenseUrl>https://github.com/sass/dart-sass/blob/${pkg.version}/LICENSE</licenseUrL>
69+
<licenseUrl>https://github.com/sass/dart-sass/blob/${pkg.version}/LICENSE</licenseUrl>
7070
<iconUrl>https://cdn.rawgit.com/sass/sass-site/f99ee33e4f688e244c7a5902c59d61f78daccc55/source/assets/img/logos/logo-seal.png</iconUrl>
7171
<bugTrackerUrl>https://github.com/sass/dart-sass/issues</bugTrackerUrl>
7272
<description>**Sass makes CSS fun again**. Sass is an extension of CSS, adding nested rules, variables, mixins, selector inheritance, and more. It's translated to well-formatted, standard CSS using the command line tool or a web-framework plugin.

0 commit comments

Comments
 (0)