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 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 @@ + + + + + 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 @@ + + + + + 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 @@ + + + + + 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"