Skip to content

Commit

Permalink
Merge branch 'develop' into chore/server-setting
Browse files Browse the repository at this point in the history
  • Loading branch information
taiseidev committed Nov 17, 2024
2 parents 89e5156 + 64aea90 commit 44d46e0
Show file tree
Hide file tree
Showing 15 changed files with 47 additions and 11 deletions.
2 changes: 1 addition & 1 deletion mobile/apps/camly_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: 'none'
version: 0.1.0

environment:
sdk: '>=3.3.0 <4.0.0'
sdk: ^3.5.3

dependencies:
flutter:
Expand Down
4 changes: 2 additions & 2 deletions mobile/melos.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: camly
repository: https://github.com/taiseidev/flutter-base
repository: https://github.com/taiseidev/Camly

packages:
- packages/*
Expand All @@ -8,7 +8,7 @@ packages:
command:
bootstrap:
environment:
sdk: ^3.1.3
sdk: ^3.5.3
clean:
hooks:
post: |
Expand Down
10 changes: 5 additions & 5 deletions mobile/packages/camly_i18n/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -282,18 +282,18 @@ packages:
dependency: transitive
description:
name: material_color_utilities
sha256: "0e0a020085b65b6083975e499759762399b4475f766c21668c4ecca34ea74e5a"
sha256: f7142bb1154231d7ea5f96bc7bde4bda2a0945d2806bb11670e30b850d56bdec
url: "https://pub.dev"
source: hosted
version: "0.8.0"
version: "0.11.1"
meta:
dependency: transitive
description:
name: meta
sha256: "7687075e408b093f36e6bbf6c91878cc0d4cd10f409506f7bc996f68220b9136"
sha256: bdb68674043280c3428e9ec998512fb681678676b3c54e773629ffe74419f8c7
url: "https://pub.dev"
source: hosted
version: "1.12.0"
version: "1.15.0"
mime:
dependency: transitive
description:
Expand Down Expand Up @@ -492,5 +492,5 @@ packages:
source: hosted
version: "3.1.2"
sdks:
dart: ">=3.3.0-0 <4.0.0"
dart: ">=3.5.3 <4.0.0"
flutter: ">=3.0.0"
2 changes: 1 addition & 1 deletion mobile/packages/camly_i18n/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: camly_i18n
description: A simple i18n package using slang in pure Dart.

environment:
sdk: '>=3.1.3 <4.0.0'
sdk: ^3.5.3

dependencies:
slang: ^3.32.0
Expand Down
2 changes: 1 addition & 1 deletion mobile/packages/camly_lints/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# See https://dart.dev/tools/pub/glossary#lockfile
packages: {}
sdks:
dart: ">=3.1.3 <4.0.0"
dart: ">=3.5.3 <4.0.0"
2 changes: 1 addition & 1 deletion mobile/packages/camly_lints/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ description: Shared lint rules for the monorepo
version: 0.1.0

environment:
sdk: '>=3.1.3 <4.0.0'
sdk: ^3.5.3
Empty file.
5 changes: 5 additions & 0 deletions packages/camly_data/pubspec.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Generated by pub
# See https://dart.dev/tools/pub/glossary#lockfile
packages: {}
sdks:
dart: ">=3.5.3 <4.0.0"
7 changes: 7 additions & 0 deletions packages/camly_data/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: camly_data
version: 0.0.1

description: Data logic package for the Camly app.

environment:
sdk: ^3.5.3
Empty file.
5 changes: 5 additions & 0 deletions packages/camly_domain/pubspec.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Generated by pub
# See https://dart.dev/tools/pub/glossary#lockfile
packages: {}
sdks:
dart: ">=3.5.3 <4.0.0"
7 changes: 7 additions & 0 deletions packages/camly_domain/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: camly_domain
version: 0.0.1

description: A package defining domain logic for the Camly app.

environment:
sdk: ^3.5.3
Empty file.
5 changes: 5 additions & 0 deletions packages/camly_system/pubspec.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Generated by pub
# See https://dart.dev/tools/pub/glossary#lockfile
packages: {}
sdks:
dart: ">=3.5.3 <4.0.0"
7 changes: 7 additions & 0 deletions packages/camly_system/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: camly_system
version: 0.0.1

description: Core system utilities for the Camly app.

environment:
sdk: ^3.5.3

0 comments on commit 44d46e0

Please sign in to comment.