From 8733748be674b87acd0efb9d2bc86b4538204b43 Mon Sep 17 00:00:00 2001 From: Dries Decramer Date: Mon, 19 Jun 2023 16:01:49 +0200 Subject: [PATCH 1/5] Add 60x60 file type visual for Excel --- illustrations/60x60_file_type_excel.svg | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 illustrations/60x60_file_type_excel.svg diff --git a/illustrations/60x60_file_type_excel.svg b/illustrations/60x60_file_type_excel.svg new file mode 100644 index 0000000..bc9b033 --- /dev/null +++ b/illustrations/60x60_file_type_excel.svg @@ -0,0 +1,5 @@ + + + + + From 92f35d9e5a6104b6d564fa91619da26d08bd18b9 Mon Sep 17 00:00:00 2001 From: Dries Decramer Date: Mon, 19 Jun 2023 16:02:02 +0200 Subject: [PATCH 2/5] Add 60x60 file type visual for Word --- illustrations/60x60_file_type_word.svg | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 illustrations/60x60_file_type_word.svg diff --git a/illustrations/60x60_file_type_word.svg b/illustrations/60x60_file_type_word.svg new file mode 100644 index 0000000..bd0f658 --- /dev/null +++ b/illustrations/60x60_file_type_word.svg @@ -0,0 +1,5 @@ + + + + + From 32cd9db3e6f8d8ab576a9097cffb859f172e685c Mon Sep 17 00:00:00 2001 From: Dries Decramer Date: Mon, 19 Jun 2023 16:02:12 +0200 Subject: [PATCH 3/5] Add 60x60 file type visual for PDF --- illustrations/60x60_file_type_pdf.svg | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 illustrations/60x60_file_type_pdf.svg diff --git a/illustrations/60x60_file_type_pdf.svg b/illustrations/60x60_file_type_pdf.svg new file mode 100644 index 0000000..39fb5f3 --- /dev/null +++ b/illustrations/60x60_file_type_pdf.svg @@ -0,0 +1,5 @@ + + + + + From 748e5b6dd9e5fe4128f9e681bf81e8edc8674195 Mon Sep 17 00:00:00 2001 From: Dries Decramer Date: Mon, 19 Jun 2023 16:06:29 +0200 Subject: [PATCH 4/5] Bump version to 1.18.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 136aa88..1057f1e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@teamleader/ui-illustrations", "description": "Teamleader UI Illustrations", - "version": "1.17.0", + "version": "1.18.0", "author": "Teamleader (https://www.teamleader.eu)", "bugs": { "url": "https://github.com/teamleadercrm/ui-illustrations/issues" From 102252923b96246a4f7147fe1237406454679244 Mon Sep 17 00:00:00 2001 From: Dries Decramer Date: Mon, 19 Jun 2023 16:06:38 +0200 Subject: [PATCH 5/5] Update changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2653da9..847693f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,14 @@ ### Dependency updates +## [1.18.0] - 2023-06-19 + +### Added + +- 60x60 file type excel +- 60x60 file type word +- 60x60 file type pdf + ## [1.17.0] - 2023-04-03 ### Changed