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 Feb 23, 2023
1 parent b7cf069 commit f05f7a6
Show file tree
Hide file tree
Showing 10 changed files with 54 additions and 14 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.0.0-alpha.3",
"version": "1.0.0-alpha.4",
"license": "MIT",
"sideEffects": false,
"type": "module",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"@myparcel-pdk/common": "workspace:^1.0.0-alpha.3",
"@myparcel-pdk/frontend-core": "workspace:^1.0.0-alpha.3",
"@myparcel-pdk/frontend-core": "workspace:^1.0.0-alpha.4",
"@vue/test-utils": "^2.3.0",
"vue": "^3.2.47"
},
Expand Down
10 changes: 10 additions & 0 deletions apps/admin-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

<!-- MONODEPLOY:BELOW -->

## [1.0.0-alpha.4](https://github/myparcelnl/js-pdk/compare/@myparcel-pdk/[email protected]...@myparcel-pdk/[email protected]) "@myparcel-pdk/admin-components" (2023-02-23)


### Bug Fixes

* update exports ([8fed69a](https://github/myparcelnl/js-pdk/commit/8fed69a29e8c994e7755e47e53258ba2f3c2a23c))




## [1.0.0-alpha.2](https://github/myparcelnl/js-pdk/compare/@myparcel-pdk/[email protected]...@myparcel-pdk/[email protected]) "@myparcel-pdk/admin-components" (2023-02-22)


Expand Down
4 changes: 2 additions & 2 deletions apps/admin-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@myparcel-pdk/admin-components",
"version": "1.0.0-alpha.3",
"version": "1.0.0-alpha.4",
"license": "MIT",
"sideEffects": false,
"type": "module",
Expand All @@ -26,7 +26,7 @@
"watch": "run ws:vite:watch \"$(pwd)\""
},
"dependencies": {
"@myparcel-pdk/frontend-core": "workspace:^1.0.0-alpha.3",
"@myparcel-pdk/frontend-core": "workspace:^1.0.0-alpha.4",
"@myparcel/ts-utils": "^1.6.0",
"@vueuse/core": "^9.13.0",
"vue": "^3.2.47"
Expand Down
10 changes: 10 additions & 0 deletions apps/admin-preset-bootstrap4/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

<!-- MONODEPLOY:BELOW -->

## [1.0.0-alpha.4](https://github/myparcelnl/js-pdk/compare/@myparcel-pdk/[email protected]...@myparcel-pdk/[email protected]) "@myparcel-pdk/admin-preset-bootstrap4" (2023-02-23)


### Bug Fixes

* update exports ([8fed69a](https://github/myparcelnl/js-pdk/commit/8fed69a29e8c994e7755e47e53258ba2f3c2a23c))




## [1.0.0-alpha.2](https://github/myparcelnl/js-pdk/compare/@myparcel-pdk/[email protected]...@myparcel-pdk/[email protected]) "@myparcel-pdk/admin-preset-bootstrap4" (2023-02-22)


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.0.0-alpha.3",
"version": "1.0.0-alpha.4",
"license": "MIT",
"sideEffects": false,
"type": "module",
Expand All @@ -26,7 +26,7 @@
"watch": "run ws:vite:watch \"$(pwd)\""
},
"dependencies": {
"@myparcel-pdk/frontend-core": "workspace:^1.0.0-alpha.3",
"@myparcel-pdk/frontend-core": "workspace:^1.0.0-alpha.4",
"@myparcel/ts-utils": "^1.6.0",
"vue": "^3.2.47"
},
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 @@

<!-- MONODEPLOY:BELOW -->

## [1.0.0-alpha.3](https://github/myparcelnl/js-pdk/compare/@myparcel-pdk/[email protected]...@myparcel-pdk/[email protected]) "@myparcel-pdk/admin" (2023-02-23)


### Bug Fixes

* update exports ([8fed69a](https://github/myparcelnl/js-pdk/commit/8fed69a29e8c994e7755e47e53258ba2f3c2a23c))




## [1.0.0-alpha.2](https://github/myparcelnl/js-pdk/compare/@myparcel-pdk/[email protected]...@myparcel-pdk/[email protected]) "@myparcel-pdk/admin" (2023-02-23)


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.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"license": "MIT",
"sideEffects": false,
"type": "module",
Expand All @@ -26,7 +26,7 @@
},
"dependencies": {
"@myparcel-pdk/common": "workspace:^1.0.0-alpha.3",
"@myparcel-pdk/frontend-core": "workspace:^1.0.0-alpha.3"
"@myparcel-pdk/frontend-core": "workspace:^1.0.0-alpha.4"
},
"devDependencies": {
"@myparcel-pdk/build-tsup": "workspace:*",
Expand Down
10 changes: 10 additions & 0 deletions libs/frontend/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

<!-- MONODEPLOY:BELOW -->

## [1.0.0-alpha.4](https://github/myparcelnl/js-pdk/compare/@myparcel-pdk/[email protected]...@myparcel-pdk/[email protected]) "@myparcel-pdk/frontend-core" (2023-02-23)


### Bug Fixes

* update exports ([8fed69a](https://github/myparcelnl/js-pdk/commit/8fed69a29e8c994e7755e47e53258ba2f3c2a23c))




## [1.0.0-alpha.3](https://github/myparcelnl/js-pdk/compare/@myparcel-pdk/[email protected]...@myparcel-pdk/[email protected]) "@myparcel-pdk/frontend-core" (2023-02-23)


Expand Down
2 changes: 1 addition & 1 deletion libs/frontend/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@myparcel-pdk/frontend-core",
"version": "1.0.0-alpha.3",
"version": "1.0.0-alpha.4",
"license": "MIT",
"sideEffects": false,
"type": "module",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@ __metadata:
dependencies:
"@myparcel-pdk/build-tsup": "workspace:*"
"@myparcel-pdk/common": "workspace:^1.0.0-alpha.3"
"@myparcel-pdk/frontend-core": "workspace:^1.0.0-alpha.3"
"@myparcel-pdk/frontend-core": "workspace:^1.0.0-alpha.4"
"@vue/test-utils": ^2.3.0
tsup: ^6.6.3
vue: ^3.2.47
Expand All @@ -882,7 +882,7 @@ __metadata:
resolution: "@myparcel-pdk/admin-components@workspace:apps/admin-components"
dependencies:
"@myparcel-pdk/admin-component-tests": "workspace:*"
"@myparcel-pdk/frontend-core": "workspace:^1.0.0-alpha.3"
"@myparcel-pdk/frontend-core": "workspace:^1.0.0-alpha.4"
"@myparcel/ts-utils": ^1.6.0
"@vitejs/plugin-vue": ^4.0.0
"@vitest/coverage-c8": ^0.28.5
Expand Down Expand Up @@ -925,7 +925,7 @@ __metadata:
resolution: "@myparcel-pdk/admin-preset-bootstrap4@workspace:apps/admin-preset-bootstrap4"
dependencies:
"@myparcel-pdk/admin-component-tests": "workspace:*"
"@myparcel-pdk/frontend-core": "workspace:^1.0.0-alpha.3"
"@myparcel-pdk/frontend-core": "workspace:^1.0.0-alpha.4"
"@myparcel/ts-utils": ^1.6.0
"@types/bootstrap": ^5.2.6
"@types/jquery": ^3.5.16
Expand All @@ -947,7 +947,7 @@ __metadata:
dependencies:
"@myparcel-pdk/build-tsup": "workspace:*"
"@myparcel-pdk/common": "workspace:^1.0.0-alpha.3"
"@myparcel-pdk/frontend-core": "workspace:^1.0.0-alpha.3"
"@myparcel-pdk/frontend-core": "workspace:^1.0.0-alpha.4"
tsup: ^6.6.3
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -1022,7 +1022,7 @@ __metadata:
languageName: unknown
linkType: soft

"@myparcel-pdk/frontend-core@workspace:*, @myparcel-pdk/frontend-core@workspace:^1.0.0-alpha.3, @myparcel-pdk/frontend-core@workspace:libs/frontend/core":
"@myparcel-pdk/frontend-core@workspace:*, @myparcel-pdk/frontend-core@workspace:^1.0.0-alpha.4, @myparcel-pdk/frontend-core@workspace:libs/frontend/core":
version: 0.0.0-use.local
resolution: "@myparcel-pdk/frontend-core@workspace:libs/frontend/core"
dependencies:
Expand Down

0 comments on commit f05f7a6

Please sign in to comment.