From 7e189f82a0d994616019cd8627bf55cdac283e39 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 28 Jan 2025 14:07:34 +0000 Subject: [PATCH] chore(release): update docs --- _docs/restylers.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_docs/restylers.md b/_docs/restylers.md index ae428479..85f48496 100644 --- a/_docs/restylers.md +++ b/_docs/restylers.md @@ -9,7 +9,7 @@ | [cabal-fmt](#cabal-fmt) | Haskell | `v0.1.12` | No | | [clang-format](#clang-format) | C, C++, Java, JavaScript, Objective-C, Protobuf, C# | `v18.1.8` | Yes | | [cmake-format](#cmake-format) | CMake | `0.6.13-1` | Yes | -| [dart-format](#dart-format) | Dart | `v2.3.7` | Yes | +| [dart-format](#dart-format) | Dart | `v2.3.4` | Yes | | [dfmt](#dfmt) | D | `v0.14.2` | Yes | | [dhall-format](#dhall-format) | Dhall | `1.42.1` | Yes | | [dotnet-format](#dotnet-format) | C#, VB.NET | `v5.1.250801` | No | @@ -852,7 +852,7 @@ restylers: command: - dart - format - image: public.ecr.aws/restyled-io/restyler-dart-format:v2.3.7 + image: restyled/restyler-dart-format:v2.3.4 include: - '**/*.dart' interpreters: [] @@ -914,7 +914,7 @@ restylers: command: - dfmt - --inplace - image: restyled/restyler-dfmt:v0.14.2 + image: public.ecr.aws/restyled-io/restyler-dfmt:v0.14.2 include: - '**/*.d' interpreters: []