From 8b327c46039658c480e20d482959d7342cf65745 Mon Sep 17 00:00:00 2001 From: "myparcel-bot[bot]" Date: Thu, 23 May 2024 18:06:51 +0000 Subject: [PATCH] chore(release): 6.1.3 [skip ci] ## [@myparcel/delivery-options-v6.1.3](https://github.com/myparcelnl/delivery-options/compare/v6.1.2...v6.1.3) (2024-05-23) ### :bug: Bug Fixes * **pickup:** fix map not reloading on address change ([#223](https://github.com/myparcelnl/delivery-options/issues/223)) ([0a65fb4](https://github.com/myparcelnl/delivery-options/commit/0a65fb442e176302fdb98b247105b64ed25b907f)) --- apps/delivery-options/CHANGELOG.md | 7 +++++++ apps/delivery-options/package.json | 2 +- apps/sandbox/package.json | 2 +- libs/build-vite/package.json | 2 +- libs/semantic-release-plugin/package.json | 2 +- libs/shared/package.json | 2 +- package.json | 2 +- 7 files changed, 13 insertions(+), 6 deletions(-) diff --git a/apps/delivery-options/CHANGELOG.md b/apps/delivery-options/CHANGELOG.md index 59945b57..688320d8 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.1.3](https://github.com/myparcelnl/delivery-options/compare/v6.1.2...v6.1.3) (2024-05-23) + + +### :bug: Bug Fixes + +* **pickup:** fix map not reloading on address change ([#223](https://github.com/myparcelnl/delivery-options/issues/223)) ([0a65fb4](https://github.com/myparcelnl/delivery-options/commit/0a65fb442e176302fdb98b247105b64ed25b907f)) + ## [@myparcel/delivery-options-v6.1.2](https://github.com/myparcelnl/delivery-options/compare/v6.1.1...v6.1.2) (2024-04-25) diff --git a/apps/delivery-options/package.json b/apps/delivery-options/package.json index 174b2b22..e99d5cac 100644 --- a/apps/delivery-options/package.json +++ b/apps/delivery-options/package.json @@ -1,6 +1,6 @@ { "name": "@myparcel/delivery-options", - "version": "6.1.2", + "version": "6.1.3", "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 e5c866ad..cda86496 100644 --- a/apps/sandbox/package.json +++ b/apps/sandbox/package.json @@ -1,6 +1,6 @@ { "name": "@myparcel-do/sandbox", - "version": "6.1.2", + "version": "6.1.3", "private": true, "type": "module", "scripts": { diff --git a/libs/build-vite/package.json b/libs/build-vite/package.json index f13b6f40..8b06810a 100755 --- a/libs/build-vite/package.json +++ b/libs/build-vite/package.json @@ -1,6 +1,6 @@ { "name": "@myparcel-do/build-vite", - "version": "6.1.2", + "version": "6.1.3", "private": true, "repository": { "type": "git", diff --git a/libs/semantic-release-plugin/package.json b/libs/semantic-release-plugin/package.json index 35e7727d..54329091 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.1.2", + "version": "6.1.3", "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 a57ef8d5..111b5136 100644 --- a/libs/shared/package.json +++ b/libs/shared/package.json @@ -1,6 +1,6 @@ { "name": "@myparcel-do/shared", - "version": "6.1.2", + "version": "6.1.3", "description": "", "repository": { "type": "git", diff --git a/package.json b/package.json index 2c9bdd73..9fa639bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@myparcel-do/monorepo", - "version": "6.1.2", + "version": "6.1.3", "private": true, "description": "MyParcel delivery options module for checkouts.", "homepage": "https://developer.myparcel.nl/documentation/60.delivery-options.html/",