diff --git a/apps/delivery-options/CHANGELOG.md b/apps/delivery-options/CHANGELOG.md index db87b3e1..9a7c7113 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.3.0](https://github.com/myparcelnl/delivery-options/compare/v6.2.4...v6.3.0) (2024-10-11) + +### :sparkles: New Features + +* allow choosing BE pickup points with package_small ([#251](https://github.com/myparcelnl/delivery-options/issues/251)) ([43f83e6](https://github.com/myparcelnl/delivery-options/commit/43f83e6c7579884ec546cdfeefe00d0c267c88a0)) + ## [@myparcel/delivery-options-v6.2.4](https://github.com/myparcelnl/delivery-options/compare/v6.2.3...v6.2.4) (2024-10-02) ### :bug: Bug Fixes diff --git a/apps/delivery-options/package.json b/apps/delivery-options/package.json index 9451e2fa..9a028188 100644 --- a/apps/delivery-options/package.json +++ b/apps/delivery-options/package.json @@ -1,6 +1,6 @@ { "name": "@myparcel/delivery-options", - "version": "6.2.4", + "version": "6.3.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 11cd6aab..af709968 100644 --- a/apps/sandbox/package.json +++ b/apps/sandbox/package.json @@ -1,6 +1,6 @@ { "name": "@myparcel-do/sandbox", - "version": "6.2.4", + "version": "6.3.0", "private": true, "type": "module", "scripts": { diff --git a/libs/build-vite/package.json b/libs/build-vite/package.json index b63185d1..a6b2c40e 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.4", + "version": "6.3.0", "private": true, "repository": { "type": "git", diff --git a/libs/semantic-release-plugin/package.json b/libs/semantic-release-plugin/package.json index 10a701a7..55944ee4 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.4", + "version": "6.3.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 a697f722..fa75d585 100644 --- a/libs/shared/package.json +++ b/libs/shared/package.json @@ -1,6 +1,6 @@ { "name": "@myparcel-do/shared", - "version": "6.2.4", + "version": "6.3.0", "description": "", "repository": { "type": "git", diff --git a/package.json b/package.json index 88d6ed27..5b09def1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@myparcel-do/monorepo", - "version": "6.2.4", + "version": "6.3.0", "private": true, "description": "MyParcel delivery options module for checkouts.", "homepage": "https://developer.myparcel.nl/documentation/60.delivery-options.html/",