Skip to content

Commit

Permalink
chore(release): 6.1.4 [skip ci]
Browse files Browse the repository at this point in the history
## [@myparcel/delivery-options-v6.1.4](v6.1.3...v6.1.4) (2024-06-07)

### 🐛 Bug Fixes

* **api:** add correct version to user agent header ([#226](#226)) ([65c5460](65c5460))
  • Loading branch information
myparcel-bot[bot] committed Jun 7, 2024
1 parent 65c5460 commit 1c71948
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions apps/delivery-options/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4](https://github.com/myparcelnl/delivery-options/compare/v6.1.3...v6.1.4) (2024-06-07)


### :bug: Bug Fixes

* **api:** add correct version to user agent header ([#226](https://github.com/myparcelnl/delivery-options/issues/226)) ([65c5460](https://github.com/myparcelnl/delivery-options/commit/65c5460248da5d7896637069362cd7cafa5baed9))

## [@myparcel/delivery-options-v6.1.3](https://github.com/myparcelnl/delivery-options/compare/v6.1.2...v6.1.3) (2024-05-23)


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.3",
"version": "6.1.4",
"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.3",
"version": "6.1.4",
"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.3",
"version": "6.1.4",
"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.3",
"version": "6.1.4",
"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.3",
"version": "6.1.4",
"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.3",
"version": "6.1.4",
"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 1c71948

Please sign in to comment.