Skip to content

Commit

Permalink
chore(release): 6.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [@myparcel/delivery-options-v6.0.1](v6.0.0...v6.0.1) (2024-04-05)

### 🐛 Bug Fixes

* **style:** remove excess styles from bundle ([4fbf3ba](4fbf3ba))
  • Loading branch information
myparcel-bot[bot] committed Apr 5, 2024
1 parent 4fbf3ba commit 392a857
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.0.1](https://github.com/myparcelnl/delivery-options/compare/v6.0.0...v6.0.1) (2024-04-05)


### :bug: Bug Fixes

* **style:** remove excess styles from bundle ([4fbf3ba](https://github.com/myparcelnl/delivery-options/commit/4fbf3baad27141929c2e1eeea4a1e69efe9b51e4))

## [@myparcel/delivery-options-v6.0.0](https://github.com/myparcelnl/delivery-options/compare/v5.17.0...v6.0.0) (2024-03-29)

The app was rewritten from scratch to be able to upgrade all underlying technologies and to improve the performance and stability. The existing behavior will mostly continue to work, so you can upgrade to v6 without huge changes. However, there are some breaking changes and deprecations, so please read the following list carefully.
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",
"version": "6.0.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.0.0",
"version": "6.0.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.0.0",
"version": "6.0.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.0.0",
"version": "6.0.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.0.0",
"version": "6.0.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.0.0",
"version": "6.0.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 392a857

Please sign in to comment.