Skip to content

Commit

Permalink
chore(release): 6.0.0-alpha.7 [skip ci]
Browse files Browse the repository at this point in the history
## [@myparcel/delivery-options-v6.0.0-alpha.7](v6.0.0-alpha.6...v6.0.0-alpha.7) (2024-02-14)

### 🐛 Bug Fixes

* **pickup:** show prices in pickup locations list ([70b77a5](70b77a5))
* show correct prices on monday, saturday and same-day delivery ([fa07cd7](fa07cd7))
  • Loading branch information
myparcel-bot[bot] committed Feb 14, 2024
1 parent ce3199a commit ffa42c1
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.0.0-alpha.7](https://github.com/myparcelnl/delivery-options/compare/v6.0.0-alpha.6...v6.0.0-alpha.7) (2024-02-14)


### :bug: Bug Fixes

* **pickup:** show prices in pickup locations list ([70b77a5](https://github.com/myparcelnl/delivery-options/commit/70b77a523f2340b59d0152ce80a53d6f5b4f4660))
* show correct prices on monday, saturday and same-day delivery ([fa07cd7](https://github.com/myparcelnl/delivery-options/commit/fa07cd7058dbd1f50ed2a1c47f41d4af98e76245))

## [@myparcel/delivery-options-v6.0.0-alpha.6](https://github.com/myparcelnl/delivery-options/compare/v6.0.0-alpha.5...v6.0.0-alpha.6) (2024-02-14)


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.0.0-alpha.6",
"version": "6.0.0-alpha.7",
"repository": {
"type": "git",
"url": "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.0.0-alpha.6",
"version": "6.0.0-alpha.7",
"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.0.0-alpha.6",
"version": "6.0.0-alpha.7",
"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.0.0-alpha.6",
"version": "6.0.0-alpha.7",
"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.0.0-alpha.6",
"version": "6.0.0-alpha.7",
"private": true,
"description": "",
"repository": {
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.0.0-alpha.6",
"version": "6.0.0-alpha.7",
"private": true,
"description": "MyParcel delivery options module for checkouts.",
"homepage": "https://myparcelnl.github.io/delivery-options",
Expand Down

0 comments on commit ffa42c1

Please sign in to comment.