Skip to content

Commit 1615bb1

Browse files
authored
Add SassApiColor to the "Value" dartdoc category (#1455)
1 parent 57ea9f1 commit 1615bb1

File tree

5 files changed

+12
-2
lines changed

5 files changed

+12
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.38.3
2+
3+
* No user-visible changes.
4+
15
## 1.38.2
26

37
* No user-visible changes

lib/src/value/color.dart

+2
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,8 @@ class SassColor extends Value {
310310
///
311311
/// These methods are considered less general-purpose and more liable to change
312312
/// than the main [SassColor] interface.
313+
///
314+
/// {@category Value}
313315
extension SassApiColor on SassColor {
314316
/// Whether the `red`, `green`, and `blue` fields have already been computed
315317
/// for this value.

pkg/sass_api/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.0-beta.6
2+
3+
* Add the `SassApiColor` extension to the "Value" DartDoc category.
4+
15
## 1.0.0-beta.5
26

37
* Add `SassColor.hasCalculatedRgb` and `.hasCalculatedHsl` extension getters.

pkg/sass_api/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: sass_api
22
# Note: Every time we add a new Sass AST node, we need to bump the *major*
33
# version because it's a breaking change for anyone who's implementing the
44
# visitor interface(s).
5-
version: 1.0.0-beta.5
5+
version: 1.0.0-dev
66
description: Additional APIs for Dart Sass.
77
homepage: https://github.com/sass/dart-sass
88

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sass
2-
version: 1.38.2
2+
version: 1.38.3-dev
33
description: A Sass implementation in Dart.
44
homepage: https://github.com/sass/dart-sass
55

0 commit comments

Comments
 (0)