Skip to content

Commit

Permalink
chore(release): 6.2.3 [skip ci]
Browse files Browse the repository at this point in the history
## [@myparcel/delivery-options-v6.2.3](v6.2.2...v6.2.3) (2024-09-19)

### 🐛 Bug Fixes

* **pickup:** fix map not mounting again after having been unmounted ([#239](#239)) ([e810b8e](e810b8e))
  • Loading branch information
myparcel-bot[bot] committed Sep 19, 2024
1 parent e810b8e commit f0052a6
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions apps/delivery-options/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.3](https://github.com/myparcelnl/delivery-options/compare/v6.2.2...v6.2.3) (2024-09-19)

### :bug: Bug Fixes

* **pickup:** fix map not mounting again after having been unmounted ([#239](https://github.com/myparcelnl/delivery-options/issues/239)) ([e810b8e](https://github.com/myparcelnl/delivery-options/commit/e810b8ebfb030d0709a5b18b7bb2358d6e276ce0))

## [@myparcel/delivery-options-v6.2.2](https://github.com/myparcelnl/delivery-options/compare/v6.2.1...v6.2.2) (2024-09-16)

### :bug: Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion apps/delivery-options/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@myparcel/delivery-options",
"version": "6.2.2",
"version": "6.2.3",
"repository": {
"type": "git",
"url": "git+https://github.com/myparcelnl/delivery-options.git",
Expand Down
2 changes: 1 addition & 1 deletion apps/sandbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@myparcel-do/sandbox",
"version": "6.2.2",
"version": "6.2.3",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion libs/build-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@myparcel-do/build-vite",
"version": "6.2.2",
"version": "6.2.3",
"private": true,
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion libs/semantic-release-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@myparcel-do/semantic-release-plugin",
"version": "6.2.2",
"version": "6.2.3",
"private": true,
"description": "Stripped down npm publish plugin which supports workspace dependencies",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion libs/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@myparcel-do/shared",
"version": "6.2.2",
"version": "6.2.3",
"description": "",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@myparcel-do/monorepo",
"version": "6.2.2",
"version": "6.2.3",
"private": true,
"description": "MyParcel delivery options module for checkouts.",
"homepage": "https://developer.myparcel.nl/documentation/60.delivery-options.html/",
Expand Down

0 comments on commit f0052a6

Please sign in to comment.