Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .age.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Version {{new_version}}
========{{#sameLengthChars}}=@{{new_version}}{{/sameLengthChars}}

:Release date: {{ nowFormat.dateISO }} (Asia/Tokyo)
:Dart Sass version: 1.89.2
:Dart Sass version: 1.90.0

Breaking changes
----------------
Expand Down
2 changes: 1 addition & 1 deletion aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ packages:
- name: evilmartians/lefthook@v1.11.14
- name: go-task/task@v3.44.0
- name: protocolbuffers/protobuf/protoc@v31.1
- name: sass/dart-sass@1.89.2
- name: sass/dart-sass@1.90.0
2 changes: 1 addition & 1 deletion src/sass_embedded/_const.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Constants to use internal of project."""

DART_SASS_VERSION = "1.89.2"
DART_SASS_VERSION = "1.90.0"
"""Version of bundled Dart Sass."""

EMBEDDED_PROTOCOL_VERSION = "3.1.0"
Expand Down