Skip to content

Commit 9ba69fd

Browse files
chore: update package versions to 0.11.1 and bump solvro_config to 1.9.0
1 parent 7c60813 commit 9ba69fd

5 files changed

Lines changed: 18 additions & 18 deletions

File tree

packages/solvro_translator_core/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: solvro_translator_core
22
description: Core package for Solvro Translator with annotations, types and pure logic
3-
version: 0.11.1-dev
3+
version: 0.11.1
44
resolution: workspace
55
repository: https://github.com/Solvro/lib-mobile-translator
66

@@ -11,4 +11,4 @@ dependencies:
1111
crypto: ^3.0.7
1212

1313
dev_dependencies:
14-
solvro_config: 1.8.2-dev.1
14+
solvro_config: 1.9.0

packages/solvro_translator_generator/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: solvro_translator_generator
22
description: Generator for Solvro Translator for Dart/Flutter applications.
3-
version: 0.11.1-dev
3+
version: 0.11.1
44
resolution: workspace
55
repository: https://github.com/Solvro/lib-mobile-translator
66

@@ -14,7 +14,7 @@ dependencies:
1414
path: ^1.9.1
1515
json_annotation: ^4.12.0
1616
meta: ^1.18.0
17-
solvro_translator_core: ^0.11.1-dev
17+
solvro_translator_core: ^0.11.1
1818

1919
dev_dependencies:
20-
solvro_config: 1.8.2-dev.1
20+
solvro_config: 1.9.0

packages/solvro_translator_with_drift_cache_flutter/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: solvro_translator_with_drift_cache_flutter
22
description: Solvro Translator client with drift cache
33
resolution: workspace
44
repository: https://github.com/solvro/lib-mobile-translator
5-
version: "0.11.1-dev"
5+
version: "0.11.1"
66

77
environment:
88
sdk: ^3.12.0
@@ -11,16 +11,16 @@ environment:
1111
dependencies:
1212
flutter:
1313
sdk: flutter
14-
solvro_translator_core: ^0.11.1-dev
14+
solvro_translator_core: ^0.11.1
1515
freezed_annotation: ^3.1.0
1616
json_annotation: ^4.12.0
1717
dio: ^5.9.2
1818
drift: ^2.33.0
1919
drift_flutter: ^0.3.0
20-
path_provider: ^2.1.5
20+
path_provider: ^2.1.6
2121

2222
dev_dependencies:
23-
solvro_config: 1.8.2-dev.1
23+
solvro_config: 1.9.0
2424
build_runner: ^2.15.0
2525
freezed: ^3.2.5
2626
json_serializable: ^6.14.0

pubspec.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -586,10 +586,10 @@ packages:
586586
dependency: transitive
587587
description:
588588
name: path_provider
589-
sha256: "50c5dd5b6e1aaf6fb3a78b33f6aa3afca52bf903a8a5298f53101fdaee55bbcd"
589+
sha256: a7f4874f987173da295a61c181b8ee71dab59b332a486b391babf26a1b884825
590590
url: "https://pub.dev"
591591
source: hosted
592-
version: "2.1.5"
592+
version: "2.1.6"
593593
path_provider_android:
594594
dependency: transitive
595595
description:
@@ -730,10 +730,10 @@ packages:
730730
dependency: transitive
731731
description:
732732
name: riverpod
733-
sha256: da7233961958420e9d80edf4b7a735d5b6b732fe2381d2a12a388562e2042b3f
733+
sha256: "17100416c51db7810c71a7bb2c34d1f881faa0074fd452afb0c4db6f8f126c76"
734734
url: "https://pub.dev"
735735
source: hosted
736-
version: "3.3.2-dev.2"
736+
version: "3.3.2"
737737
riverpod_analyzer_utils:
738738
dependency: transitive
739739
description:
@@ -746,10 +746,10 @@ packages:
746746
dependency: transitive
747747
description:
748748
name: riverpod_lint
749-
sha256: "4ef15442a9f2254ed6ee59a48db84c2c784580ef804061443861b7e0360ec106"
749+
sha256: "166f29492228dc471b6fe294092560ccd5545ed15c9fc155622455b58b2451a9"
750750
url: "https://pub.dev"
751751
source: hosted
752-
version: "3.1.4-dev.3"
752+
version: "3.1.4"
753753
shelf:
754754
dependency: transitive
755755
description:
@@ -791,10 +791,10 @@ packages:
791791
dependency: "direct dev"
792792
description:
793793
name: solvro_config
794-
sha256: "7a390f66be032546a4374300979f1951dda30800455533d318c55977cc552964"
794+
sha256: acdb5708f139a2960e297c5027acaa8e33eb179a4da95ba7aca682f608d4746a
795795
url: "https://pub.dev"
796796
source: hosted
797-
version: "1.8.2-dev.1"
797+
version: "1.9.0"
798798
source_gen:
799799
dependency: transitive
800800
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ workspace:
1010

1111
dev_dependencies:
1212
melos: 7.8.1
13-
solvro_config: 1.8.2-dev.1
13+
solvro_config: 1.9.0
1414

1515
lint_staged:
1616
"lib/**.dart": dart format && dart fix --apply

0 commit comments

Comments
 (0)