Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
Increment version number - 2.1.0
Browse files Browse the repository at this point in the history
- Update changelog
  • Loading branch information
mgrigorenko committed May 21, 2022
1 parent d19eda1 commit ad54ca7
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ packages:
path: ".."
relative: true
source: path
version: "2.0.3"
version: "2.1.0"
material_color_utilities:
dependency: transitive
description:
Expand Down
27 changes: 10 additions & 17 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,14 @@ packages:
name: async
url: "https://pub.dartlang.org"
source: hosted
version: "2.8.2"
version: "2.9.0"
characters:
dependency: transitive
description:
name: characters
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:
Expand All @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand Down Expand Up @@ -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"
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit ad54ca7

Please sign in to comment.