From 4c826ff99d4a7415b6f1618d455f381930553294 Mon Sep 17 00:00:00 2001 From: "myparcel-bot[bot]" Date: Thu, 4 Jul 2024 18:07:04 +0000 Subject: [PATCH] chore(release): 6.1.7 [skip ci] ## [@myparcel/delivery-options-v6.1.7](https://github.com/myparcelnl/delivery-options/compare/v6.1.6...v6.1.7) (2024-07-04) ### :bug: Bug Fixes * fix contract carrier behavior when using non-default package type ([#230](https://github.com/myparcelnl/delivery-options/issues/230)) ([55980b9](https://github.com/myparcelnl/delivery-options/commit/55980b9b1b9ec153e8097ce9a3c90bcf0c5ff33f)) --- 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 1f982685..74c70d3b 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.7](https://github.com/myparcelnl/delivery-options/compare/v6.1.6...v6.1.7) (2024-07-04) + + +### :bug: Bug Fixes + +* fix contract carrier behavior when using non-default package type ([#230](https://github.com/myparcelnl/delivery-options/issues/230)) ([55980b9](https://github.com/myparcelnl/delivery-options/commit/55980b9b1b9ec153e8097ce9a3c90bcf0c5ff33f)) + ## [@myparcel/delivery-options-v6.1.6](https://github.com/myparcelnl/delivery-options/compare/v6.1.5...v6.1.6) (2024-07-03) diff --git a/apps/delivery-options/package.json b/apps/delivery-options/package.json index 1c98b826..7f223505 100644 --- a/apps/delivery-options/package.json +++ b/apps/delivery-options/package.json @@ -1,6 +1,6 @@ { "name": "@myparcel/delivery-options", - "version": "6.1.6", + "version": "6.1.7", "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 f3a91b3f..2fd610d6 100644 --- a/apps/sandbox/package.json +++ b/apps/sandbox/package.json @@ -1,6 +1,6 @@ { "name": "@myparcel-do/sandbox", - "version": "6.1.6", + "version": "6.1.7", "private": true, "type": "module", "scripts": { diff --git a/libs/build-vite/package.json b/libs/build-vite/package.json index 32f60116..7c31018c 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.6", + "version": "6.1.7", "private": true, "repository": { "type": "git", diff --git a/libs/semantic-release-plugin/package.json b/libs/semantic-release-plugin/package.json index 2a9988ee..87fff6f4 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.6", + "version": "6.1.7", "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 07b90161..f111ca88 100644 --- a/libs/shared/package.json +++ b/libs/shared/package.json @@ -1,6 +1,6 @@ { "name": "@myparcel-do/shared", - "version": "6.1.6", + "version": "6.1.7", "description": "", "repository": { "type": "git", diff --git a/package.json b/package.json index bc670b3d..bc00a952 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@myparcel-do/monorepo", - "version": "6.1.6", + "version": "6.1.7", "private": true, "description": "MyParcel delivery options module for checkouts.", "homepage": "https://developer.myparcel.nl/documentation/60.delivery-options.html/",