diff --git a/package.json b/package.json index 0c5f1baa..741b6d52 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "google-calendar-events", "title": "Simple Calendar", "description": "Add Google Calendar events to your WordPress site.", - "version": "3.4.4", + "version": "3.4.5", "license": "GPLv2+", "homepage": "https://simplecalendar.io", "repository": { @@ -13,7 +13,7 @@ "@prettier/plugin-php": "0.22.2", "autoprefixer": "10.4.20", "bower": "1.8.14", - "concurrently": "9.0.1", + "concurrently": "9.1.0", "esbuild": "0.24.0", "esbuild-sass-plugin": "^3.3.1", "grunt": "1.6.1", diff --git a/readme.txt b/readme.txt index 22078576..fb2e654c 100644 --- a/readme.txt +++ b/readme.txt @@ -97,6 +97,10 @@ We'd love your help! Here's a few things you can do: == Changelog == + += 3.4.5 = +* Update: Fix UI gaps in the calendar CPT. + = 3.4.4 = * Fix: Fixed deprecation notices and warnings to ensure compatibility with the latest WordPress updates. * Fix: Resolved an issue where multi-day events were being rendered as double events on the same day. diff --git a/yarn.lock b/yarn.lock index dad8da49..75265054 100644 --- a/yarn.lock +++ b/yarn.lock @@ -599,10 +599,10 @@ concat-map@0.0.1: resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg== -concurrently@9.0.1: - version "9.0.1" - resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-9.0.1.tgz#01e171bf6c7af0c022eb85daef95bff04d8185aa" - integrity sha512-wYKvCd/f54sTXJMSfV6Ln/B8UrfLBKOYa+lzc6CHay3Qek+LorVSBdMVfyewFhRbH0Rbabsk4D+3PL/VjQ5gzg== +concurrently@9.1.0: + version "9.1.0" + resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-9.1.0.tgz#8da6d609f4321752912dab9be8710232ac496aa0" + integrity sha512-VxkzwMAn4LP7WyMnJNbHN5mKV9L2IbyDjpzemKr99sXNR3GqRNMMHdm7prV1ws9wg7ETj6WUkNOigZVsptwbgg== dependencies: chalk "^4.1.2" lodash "^4.17.21"