From 990bb681d68976a42c783e164621c52cc9486d25 Mon Sep 17 00:00:00 2001 From: "myparcel-bot[bot]" Date: Thu, 7 Nov 2024 18:09:09 +0000 Subject: [PATCH] chore(release): 6.4.0 [skip ci] ## [@myparcel/delivery-options-v6.4.0](https://github.com/myparcelnl/delivery-options/compare/v6.3.1...v6.4.0) (2024-11-07) ### :sparkles: New Features * support dhlforyou pickup locations correctly ([#254](https://github.com/myparcelnl/delivery-options/issues/254)) ([bdd42a1](https://github.com/myparcelnl/delivery-options/commit/bdd42a15516c3fc5b86d1072e9065863e68b76be)) --- apps/delivery-options/CHANGELOG.md | 6 ++++++ 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, 12 insertions(+), 6 deletions(-) diff --git a/apps/delivery-options/CHANGELOG.md b/apps/delivery-options/CHANGELOG.md index 47320ab8..d34306cd 100644 --- a/apps/delivery-options/CHANGELOG.md +++ b/apps/delivery-options/CHANGELOG.md @@ -3,6 +3,12 @@ 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.4.0](https://github.com/myparcelnl/delivery-options/compare/v6.3.1...v6.4.0) (2024-11-07) + +### :sparkles: New Features + +* support dhlforyou pickup locations correctly ([#254](https://github.com/myparcelnl/delivery-options/issues/254)) ([bdd42a1](https://github.com/myparcelnl/delivery-options/commit/bdd42a15516c3fc5b86d1072e9065863e68b76be)) + ## [@myparcel/delivery-options-v6.3.1](https://github.com/myparcelnl/delivery-options/compare/v6.3.0...v6.3.1) (2024-10-25) ### :bug: Bug Fixes diff --git a/apps/delivery-options/package.json b/apps/delivery-options/package.json index 2e5439c7..e2c5e99a 100644 --- a/apps/delivery-options/package.json +++ b/apps/delivery-options/package.json @@ -1,6 +1,6 @@ { "name": "@myparcel/delivery-options", - "version": "6.3.1", + "version": "6.4.0", "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 7a5a742f..2cfc6239 100644 --- a/apps/sandbox/package.json +++ b/apps/sandbox/package.json @@ -1,6 +1,6 @@ { "name": "@myparcel-do/sandbox", - "version": "6.3.1", + "version": "6.4.0", "private": true, "type": "module", "scripts": { diff --git a/libs/build-vite/package.json b/libs/build-vite/package.json index dddd653b..7bfc633d 100755 --- a/libs/build-vite/package.json +++ b/libs/build-vite/package.json @@ -1,6 +1,6 @@ { "name": "@myparcel-do/build-vite", - "version": "6.3.1", + "version": "6.4.0", "private": true, "repository": { "type": "git", diff --git a/libs/semantic-release-plugin/package.json b/libs/semantic-release-plugin/package.json index 3d7b3015..e8ad8b9a 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.3.1", + "version": "6.4.0", "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 32612ecd..ad97f1cc 100644 --- a/libs/shared/package.json +++ b/libs/shared/package.json @@ -1,6 +1,6 @@ { "name": "@myparcel-do/shared", - "version": "6.3.1", + "version": "6.4.0", "description": "", "repository": { "type": "git", diff --git a/package.json b/package.json index 563f830e..9e0d137d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@myparcel-do/monorepo", - "version": "6.3.1", + "version": "6.4.0", "private": true, "description": "MyParcel delivery options module for checkouts.", "homepage": "https://developer.myparcel.nl/documentation/60.delivery-options.html/",