Skip to content

Commit

Permalink
auto build: 1.39.0 - v3.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbadbob2003 committed Sep 9, 2024
1 parent 988c78d commit 890dfde
Show file tree
Hide file tree
Showing 7 changed files with 54 additions and 12 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.39.0] - 2024-9-9

### Changed

- Tabler icons updated to version v3.15.0

## [1.38.0] - 2024-9-4

### Changed
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

The [Tabler Icon Pack](https://github.com/tabler/tabler-icons) in Flutter

Tabler icons version: v3.14.0
Tabler icons version: v3.15.0

## pubspec.yaml
```yml
dependencies:
flutter:
sdk: flutter
flutter_tabler_icons: ^1.38.0
flutter_tabler_icons: ^1.39.0
```
## Usage
Expand Down
Binary file modified assets/fonts/tabler-icons.ttf
Binary file not shown.
36 changes: 36 additions & 0 deletions lib/flutter_tabler_icons.dart

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Tabler Icons for flutter using icons from https://github.com/tabler
repository: https://github.com/bigbadbob2003/flutter_tabler_icons
homepage: https://github.com/bigbadbob2003/flutter_tabler_icons

version: 1.38.0
version: 1.39.0

environment:
sdk: ">=2.12.0 <4.0.0"
Expand Down
16 changes: 8 additions & 8 deletions util/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion util/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"@tabler/icons-webfont": "^3.14.0"
"@tabler/icons-webfont": "^3.15.0"
}
}

0 comments on commit 890dfde

Please sign in to comment.