Release Version v5.1.4

This commit is contained in:
sammarks 2022-07-05 16:06:47 +00:00 committed by github-actions[bot]
parent eefe80a90e
commit 04e0d9dd39
6 changed files with 24 additions and 15 deletions

View file

@ -1,6 +1,6 @@
{
"name": "iconoir",
"version": "5.1.3",
"version": "5.1.4",
"description": "A Simple and Definitive Open-Source Icons Library",
"type": "module",
"files": [

View file

@ -1,3 +1,11 @@
<a name="v5.1.4"></a>
# [v5.1.4](https://github.com/lucaburgio/iconoir/releases/tag/v5.1.4) - 05 Jul 2022
Give the release one more try!
[Changes][v5.1.4]
<a name="v5.1.3"></a>
# [v5.1.3](https://github.com/lucaburgio/iconoir/releases/tag/v5.1.3) - 05 Jul 2022
@ -458,6 +466,7 @@ fix: changed stroke property from `black` to `currentColor`.
[Changes][v4.2]
[v5.1.4]: https://github.com/lucaburgio/iconoir/compare/v5.1.3...v5.1.4
[v5.1.3]: https://github.com/lucaburgio/iconoir/compare/v5.1.2...v5.1.3
[v5.1.2]: https://github.com/lucaburgio/iconoir/compare/v5.1.1...v5.1.2
[v5.1.1]: https://github.com/lucaburgio/iconoir/compare/v5.1...v5.1.1

View file

@ -29,8 +29,8 @@ export './add_database_script.dart';
export './add_folder.dart';
export './add_frame.dart';
export './add_hexagon.dart';
export './add_keyframe.dart';
export './add_keyframe_alt.dart';
export './add_keyframe.dart';
export './add_keyframes.dart';
export './add_lens.dart';
export './add_media_image.dart';
@ -66,9 +66,9 @@ export './antenna_off.dart';
export './antenna_signal_rounded.dart';
export './antenna_signal.dart';
export './antenna.dart';
export './app_notification.dart';
export './app_window.dart';
export './apple_half_alt.dart';
export './app_notification.dart';
export './apple_half.dart';
export './apple_imac_2021_side.dart';
export './apple_imac_2021.dart';
@ -273,8 +273,8 @@ export './database_backup.dart';
export './database_export.dart';
export './database_monitor.dart';
export './database_restore.dart';
export './database_script.dart';
export './database_rounded.dart';
export './database_script.dart';
export './database_settings.dart';
export './database_star.dart';
export './database_stats.dart';
@ -327,18 +327,18 @@ export './drone_check.dart';
export './drone_error.dart';
export './drone_landing.dart';
export './drone_refresh.dart';
export './drone_take_off.dart';
export './drone.dart';
export './droplet_half.dart';
export './droplet.dart';
export './drone_take_off.dart';
export './ease_curve_control_points.dart';
export './ease_in_control_point.dart';
export './ease_in_out.dart';
export './ease_in.dart';
export './ease_out_control_point.dart';
export './ease_out.dart';
export './edit_pencil.dart';
export './ecology_book.dart';
export './edit_pencil.dart';
export './edit.dart';
export './egg.dart';
export './eject.dart';
@ -1006,10 +1006,10 @@ export './swipe_two_fingers_down_gesture.dart';
export './swipe_two_fingers_left_gesture.dart';
export './swipe_two_fingers_right_gesture.dart';
export './swipe_two_fingers_up_gesture.dart';
export './swipe_up_gesture.dart';
export './switch_off_outline.dart';
export './switch_on_outline.dart';
export './system_restart.dart';
export './swipe_up_gesture.dart';
export './system_shut.dart';
export './table.dart';
export './task_list.dart';
@ -1045,11 +1045,8 @@ export './transition_right.dart';
export './transition_top.dart';
export './translate.dart';
export './trash.dart';
export './table_rows.dart';
export './table_2_columns.dart';
export './treadmill.dart';
export './tree.dart';
export './trekking.dart';
export './trello.dart';
export './triangle_flag_circle.dart';
export './triangle_flag_full.dart';
@ -1057,6 +1054,8 @@ export './triangle_flag.dart';
export './triangle.dart';
export './trophy.dart';
export './truck_length.dart';
export './table_rows.dart';
export './table_2_columns.dart';
export './truck.dart';
export './tunnel.dart';
export './tv_fix.dart';
@ -1067,8 +1066,8 @@ export './twitter.dart';
export './two_points_circle.dart';
export './two_seater_sofa.dart';
export './type.dart';
export './underline_square_outline.dart';
export './umbrella_full.dart';
export './underline_square_outline.dart';
export './underline.dart';
export './undo_action.dart';
export './undo_circle.dart';
@ -1103,8 +1102,8 @@ export './view_structure_down.dart';
export './view_structure_up.dart';
export './voice_circled_lock.dart';
export './voice_circled.dart';
export './voice_ok.dart';
export './voice_error.dart';
export './voice_ok.dart';
export './voice_phone.dart';
export './voice_scan.dart';
export './voice_squared.dart';
@ -1148,6 +1147,7 @@ export './yoga.dart';
export './you_tube.dart';
export './zoom_in.dart';
export './zoom_out.dart';
export './trekking.dart';
export './bag.dart';
export './bank.dart';
export './barcode.dart';

View file

@ -1,6 +1,6 @@
name: iconoir_flutter
description: Flutter library for Iconoir icon set
version: 5.1.3
version: 5.1.4
homepage: https://iconoir.com
repository: https://github.com/lucaburgio/iconoir.git
issue_tracker: https://github.com/lucaburgio/iconoir/issues

View file

@ -1,6 +1,6 @@
{
"name": "iconoir-react-native",
"version": "5.1.3",
"version": "5.1.4",
"description": "React Native library for Iconoir icon set",
"main": "dist/index.js",
"types": "dist/index.d.ts",

View file

@ -1,6 +1,6 @@
{
"name": "iconoir-react",
"version": "5.1.3",
"version": "5.1.4",
"description": "React library for Iconoir icon set",
"main": "dist/index.js",
"types": "dist/index.d.ts",