Skip to content

Commit 7f4f382

Browse files
authored
feat: add lib barrel entrypoint (#26)
1 parent 31bd504 commit 7f4f382

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ jobs:
2222
- run: flutter analyze
2323
- run: dart test test_dart
2424
- run: flutter test
25+
- name: Dry-run publish
26+
run: dart pub publish --dry-run

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
### BREAKING CHANGES
88

9-
* * Updates minimum supported SDK version to Dart 3.8.
9+
* Updates minimum supported SDK version to Dart 3.8.
1010
* Use build 4.0.0
1111

1212
# [5.1.0](https://github.com/smartive/flutter-design-system-generator/compare/v5.0.0...v5.1.0) (2025-02-25)

lib/design_system_generator.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
library;

0 commit comments

Comments
 (0)