diff --git a/CHANGELOG.md b/CHANGELOG.md index 957be1a..8f3aca3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [1.19.0](https://github.com/nolanlawson/emoji-picker-element/compare/v1.18.4...v1.19.0) (2023-11-11) + + +### Features + +* upgrade to svelte 4 ([#372](https://github.com/nolanlawson/emoji-picker-element/issues/372)) ([e5fde55](https://github.com/nolanlawson/emoji-picker-element/commit/e5fde551febf7209cf453d42efb975066525f396)) + + + ## [1.18.4](https://github.com/nolanlawson/emoji-picker-element/compare/v1.18.3...v1.18.4) (2023-10-08) diff --git a/docs/custom/camera_identification.svg b/docs/custom/camera_identification.svg index 225a504..7db5dc3 100644 --- a/docs/custom/camera_identification.svg +++ b/docs/custom/camera_identification.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/docs/custom/delete_column.svg b/docs/custom/delete_column.svg index 1e77f3c..9752b05 100644 --- a/docs/custom/delete_column.svg +++ b/docs/custom/delete_column.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/docs/custom/delete_database.svg b/docs/custom/delete_database.svg index c406263..ceb4068 100644 --- a/docs/custom/delete_database.svg +++ b/docs/custom/delete_database.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/docs/custom/delete_row.svg b/docs/custom/delete_row.svg index 308a3bb..230a296 100644 --- a/docs/custom/delete_row.svg +++ b/docs/custom/delete_row.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/docs/custom/remove_image.svg b/docs/custom/remove_image.svg index 2fe310d..8d81602 100644 --- a/docs/custom/remove_image.svg +++ b/docs/custom/remove_image.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/docs/custom/ruler.svg b/docs/custom/ruler.svg index 069946f..2634d1f 100644 --- a/docs/custom/ruler.svg +++ b/docs/custom/ruler.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/docs/custom/search.svg b/docs/custom/search.svg index f36ef3e..3d107a5 100644 --- a/docs/custom/search.svg +++ b/docs/custom/search.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/package.json b/package.json index baf5b82..a4e04f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "emoji-picker-element", - "version": "1.18.4", + "version": "1.19.0", "description": "Lightweight emoji picker distributed as a web component", "main": "index.js", "module": "index.js",