diff --git a/apps/delivery-options/CHANGELOG.md b/apps/delivery-options/CHANGELOG.md index d34306cd..b2651de0 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.1](https://github.com/myparcelnl/delivery-options/compare/v6.4.0...v6.4.1) (2024-11-22) + +### :bug: Bug Fixes + +* **pickup:** fix list locations for disabled carriers staying visible ([#248](https://github.com/myparcelnl/delivery-options/issues/248)) ([61f9281](https://github.com/myparcelnl/delivery-options/commit/61f9281f111fd7c90e861291c200577189d521a7)) + ## [@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 diff --git a/apps/delivery-options/package.json b/apps/delivery-options/package.json index e2c5e99a..9d688051 100644 --- a/apps/delivery-options/package.json +++ b/apps/delivery-options/package.json @@ -1,6 +1,6 @@ { "name": "@myparcel/delivery-options", - "version": "6.4.0", + "version": "6.4.1", "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 2cfc6239..981d75a6 100644 --- a/apps/sandbox/package.json +++ b/apps/sandbox/package.json @@ -1,6 +1,6 @@ { "name": "@myparcel-do/sandbox", - "version": "6.4.0", + "version": "6.4.1", "private": true, "type": "module", "scripts": { diff --git a/libs/build-vite/package.json b/libs/build-vite/package.json index 7bfc633d..1125f7ca 100755 --- a/libs/build-vite/package.json +++ b/libs/build-vite/package.json @@ -1,6 +1,6 @@ { "name": "@myparcel-do/build-vite", - "version": "6.4.0", + "version": "6.4.1", "private": true, "repository": { "type": "git", diff --git a/libs/semantic-release-plugin/package.json b/libs/semantic-release-plugin/package.json index e8ad8b9a..7cbd32f7 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.4.0", + "version": "6.4.1", "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 ad97f1cc..674d685b 100644 --- a/libs/shared/package.json +++ b/libs/shared/package.json @@ -1,6 +1,6 @@ { "name": "@myparcel-do/shared", - "version": "6.4.0", + "version": "6.4.1", "description": "", "repository": { "type": "git", diff --git a/package.json b/package.json index 9e0d137d..6a40cfd3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@myparcel-do/monorepo", - "version": "6.4.0", + "version": "6.4.1", "private": true, "description": "MyParcel delivery options module for checkouts.", "homepage": "https://developer.myparcel.nl/documentation/60.delivery-options.html/",