Skip to content

Commit

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

### ✨ New Features

* handle deprecated allowDeliveryOptions behavior ([f025951](f025951))

### 🐛 Bug Fixes

* **design:** fix date loader not showing ([0397d1b](0397d1b))
* get prices of other package types correctly ([32a40dc](32a40dc))

### ⚡ Performance Improvements

* remove excess css classes ([b064101](b064101))
  • Loading branch information
myparcel-bot[bot] committed Feb 16, 2024
1 parent f19e0a2 commit 998185d
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 6 deletions.
18 changes: 18 additions & 0 deletions apps/delivery-options/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
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.10](https://github.com/myparcelnl/delivery-options/compare/v6.0.0-alpha.9...v6.0.0-alpha.10) (2024-02-16)


### :sparkles: New Features

* handle deprecated allowDeliveryOptions behavior ([f025951](https://github.com/myparcelnl/delivery-options/commit/f0259516235a859ed22e80629861babf449f0f0c))


### :bug: Bug Fixes

* **design:** fix date loader not showing ([0397d1b](https://github.com/myparcelnl/delivery-options/commit/0397d1bddd502c00895524d403c1475c9b0b13d4))
* get prices of other package types correctly ([32a40dc](https://github.com/myparcelnl/delivery-options/commit/32a40dc390c96cf59c234f4403b52f9c83a44bf0))


### :zap: Performance Improvements

* remove excess css classes ([b064101](https://github.com/myparcelnl/delivery-options/commit/b064101e4b1a9fed17ed03b21a12679d70a43649))

## [@myparcel/delivery-options-v6.0.0-alpha.9](https://github.com/myparcelnl/delivery-options/compare/v6.0.0-alpha.8...v6.0.0-alpha.9) (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.9",
"version": "6.0.0-alpha.10",
"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.9",
"version": "6.0.0-alpha.10",
"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.9",
"version": "6.0.0-alpha.10",
"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.9",
"version": "6.0.0-alpha.10",
"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.9",
"version": "6.0.0-alpha.10",
"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.9",
"version": "6.0.0-alpha.10",
"private": true,
"description": "MyParcel delivery options module for checkouts.",
"homepage": "https://myparcelnl.github.io/delivery-options",
Expand Down

0 comments on commit 998185d

Please sign in to comment.