Skip to content

Commit

Permalink
chore: release [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
myparcel-bot[bot] committed Jul 3, 2024
1 parent f25ebed commit 95edaae
Show file tree
Hide file tree
Showing 11 changed files with 67 additions and 27 deletions.
10 changes: 10 additions & 0 deletions apps/checkout-js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

<!-- MONODEPLOY:BELOW -->

## [1.0.2](https://github.com/myparcelnl/js-pdk/compare/@myparcel-pdk/[email protected]...@myparcel-pdk/[email protected]) "@myparcel-pdk/checkout-js" (2024-07-03)


### Bug Fixes

* **checkout:** correctly switch package type based on shipping methods ([#212](https://github.com/myparcelnl/js-pdk/issues/212)) ([f25ebed](https://github.com/myparcelnl/js-pdk/commit/f25ebedbb0f6e9d5601af3d4c46f995fc08019ef))




## [1.0.0](https://github.com/myparcelnl/js-pdk/compare/@myparcel-pdk/[email protected]...@myparcel-pdk/[email protected]) "@myparcel-pdk/checkout-js" (2024-04-11)


Expand Down
4 changes: 2 additions & 2 deletions apps/checkout-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@myparcel-pdk/checkout-js",
"version": "1.0.1",
"version": "1.0.2",
"repository": {
"type": "git",
"url": "https://github.com/myparcelnl/js-pdk.git",
Expand All @@ -20,7 +20,7 @@
"test:update": "run ws:test:update \"$(pwd)\""
},
"dependencies": {
"@myparcel-pdk/checkout": "workspace:^1.0.1"
"@myparcel-pdk/checkout": "workspace:^1.0.2"
},
"devDependencies": {
"@myparcel-pdk/build-vite": "workspace:*",
Expand Down
10 changes: 10 additions & 0 deletions apps/checkout/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

<!-- MONODEPLOY:BELOW -->

## [1.0.2](https://github.com/myparcelnl/js-pdk/compare/@myparcel-pdk/[email protected]...@myparcel-pdk/[email protected]) "@myparcel-pdk/checkout" (2024-07-03)


### Bug Fixes

* **checkout:** correctly switch package type based on shipping methods ([#212](https://github.com/myparcelnl/js-pdk/issues/212)) ([f25ebed](https://github.com/myparcelnl/js-pdk/commit/f25ebedbb0f6e9d5601af3d4c46f995fc08019ef))




## [1.0.0](https://github.com/myparcelnl/js-pdk/compare/@myparcel-pdk/[email protected]...@myparcel-pdk/[email protected]) "@myparcel-pdk/checkout" (2024-04-11)


Expand Down
10 changes: 5 additions & 5 deletions apps/checkout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@myparcel-pdk/checkout",
"version": "1.0.1",
"version": "1.0.2",
"repository": {
"type": "git",
"url": "https://github.com/myparcelnl/js-pdk.git",
Expand Down Expand Up @@ -28,10 +28,10 @@
"typecheck": "run ws:ts:typecheck \"$(pwd)\""
},
"dependencies": {
"@myparcel-pdk/checkout-common": "workspace:^1.0.1",
"@myparcel-pdk/checkout-delivery-options": "workspace:^1.0.1",
"@myparcel-pdk/checkout-separate-address-fields": "workspace:^1.0.1",
"@myparcel-pdk/checkout-tax-fields": "workspace:^1.0.1",
"@myparcel-pdk/checkout-common": "workspace:^1.0.2",
"@myparcel-pdk/checkout-delivery-options": "workspace:^1.0.2",
"@myparcel-pdk/checkout-separate-address-fields": "workspace:^1.0.2",
"@myparcel-pdk/checkout-tax-fields": "workspace:^1.0.2",
"@myparcel-pdk/common": "workspace:^1.1.0"
},
"devDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions libs/checkout-common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

<!-- MONODEPLOY:BELOW -->

## [1.0.2](https://github.com/myparcelnl/js-pdk/compare/@myparcel-pdk/[email protected]...@myparcel-pdk/[email protected]) "@myparcel-pdk/checkout-common" (2024-07-03)


### Bug Fixes

* **checkout:** correctly switch package type based on shipping methods ([#212](https://github.com/myparcelnl/js-pdk/issues/212)) ([f25ebed](https://github.com/myparcelnl/js-pdk/commit/f25ebedbb0f6e9d5601af3d4c46f995fc08019ef))




## [1.0.0](https://github.com/myparcelnl/js-pdk/compare/@myparcel-pdk/[email protected]...@myparcel-pdk/[email protected]) "@myparcel-pdk/checkout-common" (2024-04-11)


Expand Down
2 changes: 1 addition & 1 deletion libs/checkout-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@myparcel-pdk/checkout-common",
"version": "1.0.1",
"version": "1.0.2",
"repository": {
"type": "git",
"url": "https://github.com/myparcelnl/js-pdk.git",
Expand Down
10 changes: 10 additions & 0 deletions libs/checkout-delivery-options/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

<!-- MONODEPLOY:BELOW -->

## [1.0.2](https://github.com/myparcelnl/js-pdk/compare/@myparcel-pdk/[email protected]...@myparcel-pdk/[email protected]) "@myparcel-pdk/checkout-delivery-options" (2024-07-03)


### Bug Fixes

* **checkout:** correctly switch package type based on shipping methods ([#212](https://github.com/myparcelnl/js-pdk/issues/212)) ([f25ebed](https://github.com/myparcelnl/js-pdk/commit/f25ebedbb0f6e9d5601af3d4c46f995fc08019ef))




## [1.0.0](https://github.com/myparcelnl/js-pdk/compare/@myparcel-pdk/[email protected]...@myparcel-pdk/[email protected]) "@myparcel-pdk/checkout-delivery-options" (2024-04-11)


Expand Down
4 changes: 2 additions & 2 deletions libs/checkout-delivery-options/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@myparcel-pdk/checkout-delivery-options",
"version": "1.0.1",
"version": "1.0.2",
"repository": {
"type": "git",
"url": "https://github.com/myparcelnl/js-pdk.git",
Expand Down Expand Up @@ -28,7 +28,7 @@
"typecheck": "run ws:ts:typecheck \"$(pwd)\""
},
"dependencies": {
"@myparcel-pdk/checkout-common": "workspace:^1.0.1",
"@myparcel-pdk/checkout-common": "workspace:^1.0.2",
"@myparcel/delivery-options": "^6.0.0",
"@myparcel/ts-utils": "^1.9.0"
},
Expand Down
4 changes: 2 additions & 2 deletions libs/checkout-separate-address-fields/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@myparcel-pdk/checkout-separate-address-fields",
"version": "1.0.1",
"version": "1.0.2",
"repository": {
"type": "git",
"url": "https://github.com/myparcelnl/js-pdk.git",
Expand Down Expand Up @@ -28,7 +28,7 @@
"typecheck": "run ws:ts:typecheck \"$(pwd)\""
},
"dependencies": {
"@myparcel-pdk/checkout-common": "workspace:^1.0.1"
"@myparcel-pdk/checkout-common": "workspace:^1.0.2"
},
"devDependencies": {
"@myparcel-pdk/build-vite": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions libs/checkout-tax-fields/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@myparcel-pdk/checkout-tax-fields",
"version": "1.0.1",
"version": "1.0.2",
"repository": {
"type": "git",
"url": "https://github.com/myparcelnl/js-pdk.git",
Expand Down Expand Up @@ -28,7 +28,7 @@
"typecheck": "run ws:ts:typecheck \"$(pwd)\""
},
"dependencies": {
"@myparcel-pdk/checkout-common": "workspace:^1.0.1",
"@myparcel-pdk/checkout-common": "workspace:^1.0.2",
"@myparcel/constants": "^2.0.0"
},
"devDependencies": {
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2194,7 +2194,7 @@ __metadata:
languageName: unknown
linkType: soft

"@myparcel-pdk/checkout-common@workspace:^1.0.1, @myparcel-pdk/checkout-common@workspace:libs/checkout-common":
"@myparcel-pdk/checkout-common@workspace:^1.0.2, @myparcel-pdk/checkout-common@workspace:libs/checkout-common":
version: 0.0.0-use.local
resolution: "@myparcel-pdk/checkout-common@workspace:libs/checkout-common"
dependencies:
Expand All @@ -2206,12 +2206,12 @@ __metadata:
languageName: unknown
linkType: soft

"@myparcel-pdk/checkout-delivery-options@workspace:^1.0.1, @myparcel-pdk/checkout-delivery-options@workspace:libs/checkout-delivery-options":
"@myparcel-pdk/checkout-delivery-options@workspace:^1.0.2, @myparcel-pdk/checkout-delivery-options@workspace:libs/checkout-delivery-options":
version: 0.0.0-use.local
resolution: "@myparcel-pdk/checkout-delivery-options@workspace:libs/checkout-delivery-options"
dependencies:
"@myparcel-pdk/build-vite": "workspace:*"
"@myparcel-pdk/checkout-common": "workspace:^1.0.1"
"@myparcel-pdk/checkout-common": "workspace:^1.0.2"
"@myparcel/delivery-options": "npm:^6.0.0"
"@myparcel/ts-utils": "npm:^1.9.0"
typescript: "npm:^5.2.2"
Expand All @@ -2224,44 +2224,44 @@ __metadata:
resolution: "@myparcel-pdk/checkout-js@workspace:apps/checkout-js"
dependencies:
"@myparcel-pdk/build-vite": "workspace:*"
"@myparcel-pdk/checkout": "workspace:^1.0.1"
"@myparcel-pdk/checkout": "workspace:^1.0.2"
typescript: "npm:^5.2.2"
vite: "npm:^5.0.0"
vitest: "npm:^1.0.0"
languageName: unknown
linkType: soft

"@myparcel-pdk/checkout-separate-address-fields@workspace:^1.0.1, @myparcel-pdk/checkout-separate-address-fields@workspace:libs/checkout-separate-address-fields":
"@myparcel-pdk/checkout-separate-address-fields@workspace:^1.0.2, @myparcel-pdk/checkout-separate-address-fields@workspace:libs/checkout-separate-address-fields":
version: 0.0.0-use.local
resolution: "@myparcel-pdk/checkout-separate-address-fields@workspace:libs/checkout-separate-address-fields"
dependencies:
"@myparcel-pdk/build-vite": "workspace:*"
"@myparcel-pdk/checkout-common": "workspace:^1.0.1"
"@myparcel-pdk/checkout-common": "workspace:^1.0.2"
typescript: "npm:^5.2.2"
vitest: "npm:^1.0.0"
languageName: unknown
linkType: soft

"@myparcel-pdk/checkout-tax-fields@workspace:^1.0.1, @myparcel-pdk/checkout-tax-fields@workspace:libs/checkout-tax-fields":
"@myparcel-pdk/checkout-tax-fields@workspace:^1.0.2, @myparcel-pdk/checkout-tax-fields@workspace:libs/checkout-tax-fields":
version: 0.0.0-use.local
resolution: "@myparcel-pdk/checkout-tax-fields@workspace:libs/checkout-tax-fields"
dependencies:
"@myparcel-pdk/build-vite": "workspace:*"
"@myparcel-pdk/checkout-common": "workspace:^1.0.1"
"@myparcel-pdk/checkout-common": "workspace:^1.0.2"
"@myparcel/constants": "npm:^2.0.0"
typescript: "npm:^5.2.2"
vitest: "npm:^1.0.0"
languageName: unknown
linkType: soft

"@myparcel-pdk/checkout@workspace:^1.0.1, @myparcel-pdk/checkout@workspace:apps/checkout":
"@myparcel-pdk/checkout@workspace:^1.0.2, @myparcel-pdk/checkout@workspace:apps/checkout":
version: 0.0.0-use.local
resolution: "@myparcel-pdk/checkout@workspace:apps/checkout"
dependencies:
"@myparcel-pdk/checkout-common": "workspace:^1.0.1"
"@myparcel-pdk/checkout-delivery-options": "workspace:^1.0.1"
"@myparcel-pdk/checkout-separate-address-fields": "workspace:^1.0.1"
"@myparcel-pdk/checkout-tax-fields": "workspace:^1.0.1"
"@myparcel-pdk/checkout-common": "workspace:^1.0.2"
"@myparcel-pdk/checkout-delivery-options": "workspace:^1.0.2"
"@myparcel-pdk/checkout-separate-address-fields": "workspace:^1.0.2"
"@myparcel-pdk/checkout-tax-fields": "workspace:^1.0.2"
"@myparcel-pdk/common": "workspace:^1.1.0"
typescript: "npm:^5.2.2"
vitest: "npm:^1.0.0"
Expand Down

0 comments on commit 95edaae

Please sign in to comment.