diff --git a/apps/delivery-options/CHANGELOG.md b/apps/delivery-options/CHANGELOG.md index 8793fdf7..8c896d60 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.5](https://github.com/myparcelnl/delivery-options/compare/v6.1.4...v6.1.5) (2024-06-28) + + +### :bug: Bug Fixes + +* fix custom carriers not showing in fake delivery ([#229](https://github.com/myparcelnl/delivery-options/issues/229)) ([907fc17](https://github.com/myparcelnl/delivery-options/commit/907fc176885ad3bea7e874da88f74f01da6ce1e0)) + ## [@myparcel/delivery-options-v6.1.4](https://github.com/myparcelnl/delivery-options/compare/v6.1.3...v6.1.4) (2024-06-07) diff --git a/apps/delivery-options/package.json b/apps/delivery-options/package.json index 5dae5cc2..4f830a04 100644 --- a/apps/delivery-options/package.json +++ b/apps/delivery-options/package.json @@ -1,6 +1,6 @@ { "name": "@myparcel/delivery-options", - "version": "6.1.4", + "version": "6.1.5", "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 d0a8cdfc..8bf8b6f8 100644 --- a/apps/sandbox/package.json +++ b/apps/sandbox/package.json @@ -1,6 +1,6 @@ { "name": "@myparcel-do/sandbox", - "version": "6.1.4", + "version": "6.1.5", "private": true, "type": "module", "scripts": { diff --git a/libs/build-vite/package.json b/libs/build-vite/package.json index df26e1f5..aa80437a 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.4", + "version": "6.1.5", "private": true, "repository": { "type": "git", diff --git a/libs/semantic-release-plugin/package.json b/libs/semantic-release-plugin/package.json index 4540bd76..fc94d45f 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.4", + "version": "6.1.5", "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 1555a8dc..06a3ec6e 100644 --- a/libs/shared/package.json +++ b/libs/shared/package.json @@ -1,6 +1,6 @@ { "name": "@myparcel-do/shared", - "version": "6.1.4", + "version": "6.1.5", "description": "", "repository": { "type": "git", diff --git a/package.json b/package.json index d15362ca..d7f8962e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@myparcel-do/monorepo", - "version": "6.1.4", + "version": "6.1.5", "private": true, "description": "MyParcel delivery options module for checkouts.", "homepage": "https://developer.myparcel.nl/documentation/60.delivery-options.html/",