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 Jan 13, 2025
1 parent d1cc74f commit ab37390
Show file tree
Hide file tree
Showing 17 changed files with 75 additions and 55 deletions.
4 changes: 2 additions & 2 deletions apps/admin-component-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@myparcel-pdk/admin-component-tests",
"version": "1.5.5",
"version": "1.6.0",
"repository": {
"type": "git",
"url": "https://github.com/myparcelnl/js-pdk.git",
Expand Down Expand Up @@ -31,7 +31,7 @@
"typecheck": "run ws:vue:typecheck \"$(pwd)\""
},
"dependencies": {
"@myparcel-pdk/admin": "workspace:^1.5.5",
"@myparcel-pdk/admin": "workspace:^1.6.0",
"@myparcel/vue-form-builder": "^1.0.0-alpha.1",
"@pinia/testing": ">= 0.1.0 < 1",
"@vitest/coverage-v8": "^2.1.3",
Expand Down
4 changes: 2 additions & 2 deletions apps/admin-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@myparcel-pdk/admin-js",
"version": "1.5.5",
"version": "1.6.0",
"repository": {
"type": "git",
"url": "https://github.com/myparcelnl/js-pdk.git",
Expand Down Expand Up @@ -29,7 +29,7 @@
"test:update": "run ws:test:update \"$(pwd)\""
},
"dependencies": {
"@myparcel-pdk/admin": "workspace:^1.5.5"
"@myparcel-pdk/admin": "workspace:^1.6.0"
},
"devDependencies": {
"@myparcel-pdk/build-vite": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions apps/admin-preset-bootstrap4/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@myparcel-pdk/admin-preset-bootstrap4",
"version": "1.5.5",
"version": "1.6.0",
"repository": {
"type": "git",
"url": "https://github.com/myparcelnl/js-pdk.git",
Expand All @@ -27,7 +27,7 @@
"typecheck": "run ws:vue:typecheck \"$(pwd)\""
},
"dependencies": {
"@myparcel-pdk/admin": "workspace:^1.5.5",
"@myparcel-pdk/admin": "workspace:^1.6.0",
"@myparcel/ts-utils": "^1.9.0",
"vue": "^3.3.0"
},
Expand Down
4 changes: 2 additions & 2 deletions apps/admin-preset-dashicons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@myparcel-pdk/admin-preset-dashicons",
"version": "1.5.5",
"version": "1.6.0",
"repository": {
"type": "git",
"url": "https://github.com/myparcelnl/js-pdk.git",
Expand All @@ -27,7 +27,7 @@
"typecheck": "run ws:vue:typecheck \"$(pwd)\""
},
"dependencies": {
"@myparcel-pdk/admin": "workspace:^1.5.5",
"@myparcel-pdk/admin": "workspace:^1.6.0",
"vite": "^5.4.10",
"vue": "^3.3.0",
"vue-tsc": "^2.0.0"
Expand Down
4 changes: 2 additions & 2 deletions apps/admin-preset-default/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@myparcel-pdk/admin-preset-default",
"version": "1.5.5",
"version": "1.6.0",
"repository": {
"type": "git",
"url": "https://github.com/myparcelnl/js-pdk.git",
Expand All @@ -27,7 +27,7 @@
"typecheck": "run ws:vue:typecheck \"$(pwd)\""
},
"dependencies": {
"@myparcel-pdk/admin": "workspace:^1.5.5",
"@myparcel-pdk/admin": "workspace:^1.6.0",
"@myparcel/ts-utils": "^1.9.0",
"@vueuse/core": "^10.0.0",
"vue": "^3.3.0"
Expand Down
4 changes: 2 additions & 2 deletions apps/admin-preset-fontawesome/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@myparcel-pdk/admin-preset-fontawesome",
"version": "1.5.5",
"version": "1.6.0",
"repository": {
"type": "git",
"url": "https://github.com/myparcelnl/js-pdk.git",
Expand All @@ -27,7 +27,7 @@
"typecheck": "run ws:vue:typecheck \"$(pwd)\""
},
"dependencies": {
"@myparcel-pdk/admin": "workspace:^1.5.5",
"@myparcel-pdk/admin": "workspace:^1.6.0",
"vite": "^5.4.10",
"vue": "^3.3.0",
"vue-tsc": "^2.0.0"
Expand Down
10 changes: 10 additions & 0 deletions apps/admin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

<!-- MONOWEAVE:BELOW -->

## [1.6.0](https://github.com/myparcelnl/js-pdk/compare/@myparcel-pdk/[email protected]...@myparcel-pdk/[email protected]) "@myparcel-pdk/admin" (2025-01-13)


### Features

* add receipt code to admin ([#228](https://github.com/myparcelnl/js-pdk/issues/228)) ([d1cc74f](https://github.com/myparcelnl/js-pdk/commit/d1cc74f54701f2a4a17d5f577b2fd8ef1109df70))




## [1.5.5](https://github.com/myparcelnl/js-pdk/compare/@myparcel-pdk/[email protected]...@myparcel-pdk/[email protected]) "@myparcel-pdk/admin" (2024-12-16)


Expand Down
4 changes: 2 additions & 2 deletions apps/admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@myparcel-pdk/admin",
"version": "1.5.5",
"version": "1.6.0",
"repository": {
"type": "git",
"url": "https://github.com/myparcelnl/js-pdk.git",
Expand Down Expand Up @@ -36,7 +36,7 @@
"typecheck": "run ws:vue:typecheck \"$(pwd)\""
},
"dependencies": {
"@myparcel-pdk/common": "workspace:^1.3.2",
"@myparcel-pdk/common": "workspace:^1.4.0",
"@myparcel/constants": "^2.0.0",
"@myparcel/sdk": "^3.0.0",
"@tanstack/vue-query": "^4.0.0",
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.2.0",
"version": "1.2.1",
"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.2.0"
"@myparcel-pdk/checkout": "workspace:^1.2.1"
},
"devDependencies": {
"@myparcel-pdk/build-vite": "workspace:*",
Expand Down
12 changes: 6 additions & 6 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.2.0",
"version": "1.2.1",
"repository": {
"type": "git",
"url": "https://github.com/myparcelnl/js-pdk.git",
Expand Down Expand Up @@ -28,11 +28,11 @@
"typecheck": "run ws:ts:typecheck \"$(pwd)\""
},
"dependencies": {
"@myparcel-pdk/checkout-common": "workspace:^1.1.5",
"@myparcel-pdk/checkout-delivery-options": "workspace:^1.1.5",
"@myparcel-pdk/checkout-separate-address-fields": "workspace:^1.2.0",
"@myparcel-pdk/checkout-tax-fields": "workspace:^1.2.0",
"@myparcel-pdk/common": "workspace:^1.3.2"
"@myparcel-pdk/checkout-common": "workspace:^1.2.1",
"@myparcel-pdk/checkout-delivery-options": "workspace:^1.2.1",
"@myparcel-pdk/checkout-separate-address-fields": "workspace:^1.2.1",
"@myparcel-pdk/checkout-tax-fields": "workspace:^1.2.1",
"@myparcel-pdk/common": "workspace:^1.4.0"
},
"devDependencies": {
"typescript": "^5.2.2",
Expand Down
4 changes: 2 additions & 2 deletions 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.1.5",
"version": "1.2.1",
"repository": {
"type": "git",
"url": "https://github.com/myparcelnl/js-pdk.git",
Expand All @@ -27,7 +27,7 @@
"typecheck": "run ws:ts:typecheck \"$(pwd)\""
},
"dependencies": {
"@myparcel-pdk/common": "workspace:^1.3.2",
"@myparcel-pdk/common": "workspace:^1.4.0",
"@myparcel/constants": "^2.0.0",
"@myparcel/delivery-options": "^6.0.0",
"typescript": "^5.2.2"
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.1.5",
"version": "1.2.1",
"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.1.5",
"@myparcel-pdk/checkout-common": "workspace:^1.2.1",
"@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.2.0",
"version": "1.2.1",
"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.1.5"
"@myparcel-pdk/checkout-common": "workspace:^1.2.1"
},
"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.2.0",
"version": "1.2.1",
"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.1.5",
"@myparcel-pdk/checkout-common": "workspace:^1.2.1",
"@myparcel/constants": "^2.0.0"
},
"devDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions libs/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

<!-- MONOWEAVE:BELOW -->

## [1.4.0](https://github.com/myparcelnl/js-pdk/compare/@myparcel-pdk/[email protected]...@myparcel-pdk/[email protected]) "@myparcel-pdk/common" (2025-01-13)


### Features

* add receipt code to admin ([#228](https://github.com/myparcelnl/js-pdk/issues/228)) ([d1cc74f](https://github.com/myparcelnl/js-pdk/commit/d1cc74f54701f2a4a17d5f577b2fd8ef1109df70))




## [1.3.2](https://github.com/myparcelnl/js-pdk/compare/@myparcel-pdk/[email protected]...@myparcel-pdk/[email protected]) "@myparcel-pdk/common" (2024-10-24)


Expand Down
2 changes: 1 addition & 1 deletion libs/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@myparcel-pdk/common",
"version": "1.3.2",
"version": "1.4.0",
"repository": {
"type": "git",
"url": "https://github.com/myparcelnl/js-pdk.git",
Expand Down
Loading

0 comments on commit ab37390

Please sign in to comment.