diff --git a/CHANGELOG.md b/CHANGELOG.md index 9014dff..81044c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 2.1.0 +- Add `FilePathPreview` +- Adjust styling on `LitBackButton` +- Apply mini library concept on `widgets` library +- Remove part directive +- See https://dart.dev/guides/libraries/create-library-packages + ## 2.0.3 - Improve gradient background on `LitUserIcon` - Improve color contrast on `LitDeleteButton` diff --git a/example/pubspec.lock b/example/pubspec.lock index 31bd87a..a378a22 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -92,7 +92,7 @@ packages: path: ".." relative: true source: path - version: "2.0.3" + version: "2.1.0" material_color_utilities: dependency: transitive description: diff --git a/pubspec.lock b/pubspec.lock index 5e361af..a2e9e0f 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -7,7 +7,7 @@ packages: name: async url: "https://pub.dartlang.org" source: hosted - version: "2.8.2" + version: "2.9.0" characters: dependency: transitive description: @@ -15,13 +15,6 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.2.0" - charcode: - dependency: transitive - description: - name: charcode - url: "https://pub.dartlang.org" - source: hosted - version: "1.3.1" clock: dependency: transitive description: @@ -42,7 +35,7 @@ packages: name: ffi url: "https://pub.dartlang.org" source: hosted - version: "1.1.2" + version: "1.2.1" flutter: dependency: "direct main" description: flutter @@ -71,7 +64,7 @@ packages: name: http_parser url: "https://pub.dartlang.org" source: hosted - version: "4.0.0" + version: "4.0.1" intl: dependency: "direct main" description: @@ -106,14 +99,14 @@ packages: name: package_info_plus url: "https://pub.dartlang.org" source: hosted - version: "1.4.0" + version: "1.4.2" package_info_plus_linux: dependency: transitive description: name: package_info_plus_linux url: "https://pub.dartlang.org" source: hosted - version: "1.0.3" + version: "1.0.5" package_info_plus_macos: dependency: transitive description: @@ -134,14 +127,14 @@ packages: name: package_info_plus_web url: "https://pub.dartlang.org" source: hosted - version: "1.0.4" + version: "1.0.5" package_info_plus_windows: dependency: transitive description: name: package_info_plus_windows url: "https://pub.dartlang.org" source: hosted - version: "1.0.4" + version: "1.0.5" path: dependency: transitive description: @@ -167,14 +160,14 @@ packages: name: source_span url: "https://pub.dartlang.org" source: hosted - version: "1.8.2" + version: "1.9.0" string_scanner: dependency: transitive description: name: string_scanner url: "https://pub.dartlang.org" source: hosted - version: "1.1.0" + version: "1.1.1" term_glyph: dependency: transitive description: @@ -202,7 +195,7 @@ packages: name: win32 url: "https://pub.dartlang.org" source: hosted - version: "2.4.1" + version: "2.5.2" sdks: dart: ">=2.15.0 <3.0.0" flutter: ">=1.20.0" diff --git a/pubspec.yaml b/pubspec.yaml index 77a7a6d..bff9a04 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: leitmotif -version: 2.0.3 +version: 2.1.0 homepage: https://github.com/litlifesoftware/leitmotif-flutter description: >- A collection of widgets and screens for Flutter implementing the Leitmotif Design Language.