diff --git a/apps/delivery-options/CHANGELOG.md b/apps/delivery-options/CHANGELOG.md index 64b11f12..a2531fec 100644 --- a/apps/delivery-options/CHANGELOG.md +++ b/apps/delivery-options/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [@myparcel/delivery-options-v6.2.1](https://github.com/myparcelnl/delivery-options/compare/v6.2.0...v6.2.1) (2024-08-16) + +### :bug: Bug Fixes + +* **pickup:** fix map loader not being visible ([#236](https://github.com/myparcelnl/delivery-options/issues/236)) ([47df655](https://github.com/myparcelnl/delivery-options/commit/47df655ed98e1b7193b3365376c3945c74075315)) +* **pickup:** fix map markers not reloading properly on address change ([#237](https://github.com/myparcelnl/delivery-options/issues/237)) ([e43142c](https://github.com/myparcelnl/delivery-options/commit/e43142c1bdad8f34aed8d5a3bcc613f599d825bf)) + ## [@myparcel/delivery-options-v6.2.0](https://github.com/myparcelnl/delivery-options/compare/v6.1.7...v6.2.0) (2024-08-14) ### :sparkles: New Features diff --git a/apps/delivery-options/package.json b/apps/delivery-options/package.json index 7bf22aeb..94d24872 100644 --- a/apps/delivery-options/package.json +++ b/apps/delivery-options/package.json @@ -1,6 +1,6 @@ { "name": "@myparcel/delivery-options", - "version": "6.2.0", + "version": "6.2.1", "repository": { "type": "git", "url": "git+https://github.com/myparcelnl/delivery-options.git", diff --git a/apps/sandbox/package.json b/apps/sandbox/package.json index adaa51f0..be36b4b6 100644 --- a/apps/sandbox/package.json +++ b/apps/sandbox/package.json @@ -1,6 +1,6 @@ { "name": "@myparcel-do/sandbox", - "version": "6.2.0", + "version": "6.2.1", "private": true, "type": "module", "scripts": { diff --git a/libs/build-vite/package.json b/libs/build-vite/package.json index 5c29a5d6..b986509d 100755 --- a/libs/build-vite/package.json +++ b/libs/build-vite/package.json @@ -1,6 +1,6 @@ { "name": "@myparcel-do/build-vite", - "version": "6.2.0", + "version": "6.2.1", "private": true, "repository": { "type": "git", diff --git a/libs/semantic-release-plugin/package.json b/libs/semantic-release-plugin/package.json index 53980f75..2ea4dfce 100644 --- a/libs/semantic-release-plugin/package.json +++ b/libs/semantic-release-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@myparcel-do/semantic-release-plugin", - "version": "6.2.0", + "version": "6.2.1", "private": true, "description": "Stripped down npm publish plugin which supports workspace dependencies", "repository": { diff --git a/libs/shared/package.json b/libs/shared/package.json index c4e203d9..bb938d81 100644 --- a/libs/shared/package.json +++ b/libs/shared/package.json @@ -1,6 +1,6 @@ { "name": "@myparcel-do/shared", - "version": "6.2.0", + "version": "6.2.1", "description": "", "repository": { "type": "git", diff --git a/package.json b/package.json index 43e31471..53a5b050 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@myparcel-do/monorepo", - "version": "6.2.0", + "version": "6.2.1", "private": true, "description": "MyParcel delivery options module for checkouts.", "homepage": "https://developer.myparcel.nl/documentation/60.delivery-options.html/",