Skip to content

Commit

Permalink
chore!: Melos対応
Browse files Browse the repository at this point in the history
  • Loading branch information
mathrunet committed Aug 2, 2022
1 parent 33ee966 commit 2cdb130
Show file tree
Hide file tree
Showing 78 changed files with 442 additions and 5,651 deletions.
File renamed without changes.
12 changes: 11 additions & 1 deletion melos.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
name: masamune
repository: https://github.com/mathrunet/flutter_masamune
packages:
- packages/**
scripts:
command:
version:
# Generate commit links in package changelogs.
linkToCommits: true
# # Only allow versioning to happen on main branch.
# branch: master
# Additionally build a changelog at the root of the workspace.
workspaceChangelog: true
bootstrap:
usePubspecOverrides: true

4 changes: 2 additions & 2 deletions packages/firebase_model_notifier/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: firebase_model_notifier
description: ModelNotifier package for Firebase. When you listen in Firestore, you can tell riverpod and others about the update.
version: 0.9.3
homepage: https://mathru.net
repository: https://github.com/mathrunet/flutter_masamune
repository: https://github.com/mathrunet/flutter_masamune/tree/master/packages/firebase_model_notifier

environment:
sdk: ">=2.13.0-0 <3.0.0"
sdk: ">=2.17.0 <3.0.0"
flutter: ">=2.0.0"

dependencies:
Expand Down
10 changes: 10 additions & 0 deletions packages/firebase_model_notifier/pubspec_overrides.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# melos_managed_dependency_overrides: katana,katana_firebase,katana_flutter,model_notifier
dependency_overrides:
katana:
path: ..\\katana
katana_firebase:
path: ..\\katana_firebase
katana_flutter:
path: ..\\katana_flutter
model_notifier:
path: ..\\model_notifier
233 changes: 0 additions & 233 deletions packages/katana/analysis_options.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions packages/katana/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: katana
description: Package containing a collection of basic Dart utilities. It provides the base part of the Masamune framework.
version: 0.9.3
homepage: https://mathru.net
repository: https://github.com/mathrunet/flutter_masamune
repository: https://github.com/mathrunet/flutter_masamune/packages/katana

environment:
sdk: ">=2.13.0-0 <3.0.0"
sdk: ">=2.17.0 <3.0.0"

dependencies:
typed_data: ^1.3.0
Expand Down
Loading

0 comments on commit 2cdb130

Please sign in to comment.