Skip to content

Commit

Permalink
chore(release): 6.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [@myparcel/delivery-options-v6.1.1](v6.1.0...v6.1.1) (2024-04-16)

### 🐛 Bug Fixes

* **errors:** properly translate missing field error ([#217](#217)) ([18379a4](18379a4))
* **pickup:** fix errors when creating map markers ([#221](#221)) ([d2a1dc9](d2a1dc9))
  • Loading branch information
myparcel-bot[bot] committed Apr 16, 2024
1 parent 18379a4 commit 261de7a
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions apps/delivery-options/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.1](https://github.com/myparcelnl/delivery-options/compare/v6.1.0...v6.1.1) (2024-04-16)


### :bug: Bug Fixes

* **errors:** properly translate missing field error ([#217](https://github.com/myparcelnl/delivery-options/issues/217)) ([18379a4](https://github.com/myparcelnl/delivery-options/commit/18379a41f741bbceeef7f48dcf092b1fc20e0d18))
* **pickup:** fix errors when creating map markers ([#221](https://github.com/myparcelnl/delivery-options/issues/221)) ([d2a1dc9](https://github.com/myparcelnl/delivery-options/commit/d2a1dc9d156c1679078d0b020d6c5363f3dc940e))

## [@myparcel/delivery-options-v6.1.0](https://github.com/myparcelnl/delivery-options/compare/v6.0.2...v6.1.0) (2024-04-15)


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.1.0",
"version": "6.1.1",
"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.1.0",
"version": "6.1.1",
"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.1.0",
"version": "6.1.1",
"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.1.0",
"version": "6.1.1",
"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.1.0",
"version": "6.1.1",
"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.1.0",
"version": "6.1.1",
"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 261de7a

Please sign in to comment.