Skip to content

Commit 6fac13c

Browse files
committed
fix: move packages
1 parent c5f68ec commit 6fac13c

File tree

198 files changed

+29
-8
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

198 files changed

+29
-8
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ build/
3535
# Libraries should not include pubspec.lock, per https://dart.dev/guides/libraries/private-files#pubspeclock.
3636
pubspec.lock
3737
pubspec_overrides.yaml
38+
!examples/**/pubspec_overrides.yaml
3839

3940
# Android related
4041
**/android/**/gradle-wrapper.jar
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# melos_managed_dependency_overrides: playbook,playbook_generator,playbook_ui,playbook_snapshot
22
dependency_overrides:
33
playbook:
4-
path: ../../../playbook
4+
path: ../../packages/playbook
55
playbook_generator:
6-
path: ../../../playbook_generator
6+
path: ../../packages/playbook_generator
77
playbook_snapshot:
8-
path: ../../../playbook_snapshot
8+
path: ../../packages/playbook_snapshot
99
playbook_ui:
10-
path: ../../../playbook_ui
10+
path: ../../packages/playbook_ui
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# melos_managed_dependency_overrides: playbook,playbook_snapshot,playbook_ui
22
dependency_overrides:
33
playbook:
4-
path: ../../../playbook
4+
path: ../../packages/playbook
55
playbook_snapshot:
6-
path: ../../../playbook_snapshot
6+
path: ../../packages/playbook_snapshot
77
playbook_ui:
8-
path: ../../../playbook_ui
8+
path: ../../packages/playbook_ui

melos.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Playbook
22
repository: https://github.com/playbook-ui/playbook-flutter
33

44
packages:
5-
- playbook**
5+
- packages/**
66
- examples/**
77

88
ide:

playbook/CHANGELOG.md renamed to packages/playbook/CHANGELOG.md

+4
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

playbook_generator/CHANGELOG.md renamed to packages/playbook_generator/CHANGELOG.md

+5
File renamed without changes.

playbook_snapshot/CHANGELOG.md renamed to packages/playbook_snapshot/CHANGELOG.md

+6
File renamed without changes.

playbook_ui/CHANGELOG.md renamed to packages/playbook_ui/CHANGELOG.md

+4
File renamed without changes.

playbook_ui/pubspec.yaml renamed to packages/playbook_ui/pubspec.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ dependencies:
1515

1616
# Dependency
1717
playbook: ^0.1.0
18+
1819
dev_dependencies:
1920
flutter_test:
2021
sdk: flutter

0 commit comments

Comments
 (0)