Skip to content

Commit

Permalink
prepare for release 1.3.0 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelbeltran authored Oct 31, 2024
1 parent 18a3a0a commit d465427
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 33 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.3.0

- feat: Added Divider95 Widget (#25) (2023-10-24)
- updated docs (2023-10-24)

## 1.2.0

- Enable 'package:flutter_lints' and fix resulting diagnostics (#20) (2023-10-23)
Expand Down
36 changes: 3 additions & 33 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: flutter95
description: Windows95 UI components for Flutter apps. Bring back the nostalgic look and feel of old operating systems with this set of UI components ready to use.
version: 1.2.0
version: 1.3.0
homepage: https://github.com/miquelbeltran/flutter95
funding:
- https://github.com/sponsors/miquelbeltran

environment:
sdk: '>=3.1.3 <4.0.0'
Expand All @@ -15,40 +17,8 @@ dev_dependencies:
sdk: flutter
flutter_lints: ^3.0.0

# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec

# The following section is specific to Flutter.
flutter:
# To add assets to your package, add an assets section, like this:
assets:
- icons/icon_error.png
- icons/checkmark.png
- icons/checkmark_disabled.png
# - images/a_dot_ham.jpeg
#
# For details regarding assets in packages, see
# https://flutter.dev/assets-and-images/#from-packages
#
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware.

# To add custom fonts to your package, add a fonts section here,
# in this "flutter" section. Each entry in this list should have a
# "family" key with the font family name, and a "fonts" key with a
# list giving the asset and other descriptors for the font. For
# example:
# fonts:
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700
#
# For details regarding fonts in packages, see
# https://flutter.dev/custom-fonts/#from-packages

0 comments on commit d465427

Please sign in to comment.