Skip to content

Commit 3af6562

Browse files
authored
Try cutting a release of sass_api (#1416)
1 parent 4db7935 commit 3af6562

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.37.1
2+
3+
* No user-visible changes.
4+
15
## 1.37.0
26

37
### Dart API

pkg/sass_api/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ environment:
1111
sdk: '>=2.12.0 <3.0.0'
1212

1313
dependencies:
14-
sass: 1.37.0
14+
sass: 1.37.1
1515

1616
dependency_overrides:
1717
sass: {path: ../..}

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

0 commit comments

Comments
 (0)