From 4150bb85a341d6fabccd22193351f59677ae1ff3 Mon Sep 17 00:00:00 2001 From: "myparcel-bot[bot]" Date: Wed, 13 Mar 2024 12:23:03 +0000 Subject: [PATCH] chore(release): 6.0.0-beta.2 [skip ci] ## [@myparcel/delivery-options-v6.0.0-beta.2](https://github.com/myparcelnl/delivery-options/compare/v6.0.0-beta.1...v6.0.0-beta.2) (2024-03-13) ### :bug: Bug Fixes * **deps:** move leaflet to prod dependencies ([1f70228](https://github.com/myparcelnl/delivery-options/commit/1f7022864326c9b471bc1cb3e7c1d71e63d66c65)) * use correct type in defineConfig helper ([a6bb13c](https://github.com/myparcelnl/delivery-options/commit/a6bb13cb0026e98d2816ebd9be2e5e7d8a659360)) --- apps/delivery-options/CHANGELOG.md | 8 ++++++++ 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, 14 insertions(+), 6 deletions(-) diff --git a/apps/delivery-options/CHANGELOG.md b/apps/delivery-options/CHANGELOG.md index 8a2db333..e56acf13 100644 --- a/apps/delivery-options/CHANGELOG.md +++ b/apps/delivery-options/CHANGELOG.md @@ -3,6 +3,14 @@ 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.0.0-beta.2](https://github.com/myparcelnl/delivery-options/compare/v6.0.0-beta.1...v6.0.0-beta.2) (2024-03-13) + + +### :bug: Bug Fixes + +* **deps:** move leaflet to prod dependencies ([1f70228](https://github.com/myparcelnl/delivery-options/commit/1f7022864326c9b471bc1cb3e7c1d71e63d66c65)) +* use correct type in defineConfig helper ([a6bb13c](https://github.com/myparcelnl/delivery-options/commit/a6bb13cb0026e98d2816ebd9be2e5e7d8a659360)) + ## [@myparcel/delivery-options-v6.0.0-beta.1](https://github.com/myparcelnl/delivery-options/compare/v5.11.0...v6.0.0-beta.1) (2024-03-07) diff --git a/apps/delivery-options/package.json b/apps/delivery-options/package.json index 72afc51b..87b55af0 100644 --- a/apps/delivery-options/package.json +++ b/apps/delivery-options/package.json @@ -1,6 +1,6 @@ { "name": "@myparcel/delivery-options", - "version": "6.0.0-beta.1", + "version": "6.0.0-beta.2", "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 3efebd06..4e23c595 100644 --- a/apps/sandbox/package.json +++ b/apps/sandbox/package.json @@ -1,6 +1,6 @@ { "name": "@myparcel-do/sandbox", - "version": "6.0.0-beta.1", + "version": "6.0.0-beta.2", "private": true, "type": "module", "scripts": { diff --git a/libs/build-vite/package.json b/libs/build-vite/package.json index b8301734..3cbdbc72 100755 --- a/libs/build-vite/package.json +++ b/libs/build-vite/package.json @@ -1,6 +1,6 @@ { "name": "@myparcel-do/build-vite", - "version": "6.0.0-beta.1", + "version": "6.0.0-beta.2", "private": true, "repository": { "type": "git", diff --git a/libs/semantic-release-plugin/package.json b/libs/semantic-release-plugin/package.json index 9d112de3..9243f7f1 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.0.0-beta.1", + "version": "6.0.0-beta.2", "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 edeb5ab1..8fcc8233 100644 --- a/libs/shared/package.json +++ b/libs/shared/package.json @@ -1,6 +1,6 @@ { "name": "@myparcel-do/shared", - "version": "6.0.0-beta.1", + "version": "6.0.0-beta.2", "description": "", "repository": { "type": "git", diff --git a/package.json b/package.json index a4282633..2bdbed0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@myparcel-do/monorepo", - "version": "6.0.0-beta.1", + "version": "6.0.0-beta.2", "private": true, "description": "MyParcel delivery options module for checkouts.", "homepage": "https://developer.myparcel.nl/documentation/60.delivery-options.html/",