Skip to content

Commit

Permalink
chore: Publish v1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Sep 24, 2022
1 parent 0484053 commit 3462562
Show file tree
Hide file tree
Showing 16 changed files with 54 additions and 45 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## <small>1.7.3 (2022-09-24)</small>


#### Fixes

* **admin-ui** Fix ShippingMethod update error with falsy config values ([0484053](https://github.com/vendure-ecommerce/vendure/commit/0484053)), closes [#1800](https://github.com/vendure-ecommerce/vendure/issues/1800)
* **core** 'productVariantId' in group statement is ambiguous (#1793) ([3c63364](https://github.com/vendure-ecommerce/vendure/commit/3c63364)), closes [#1793](https://github.com/vendure-ecommerce/vendure/issues/1793)
* **core** Add null checks for relations in Order entity getters ([3f469bb](https://github.com/vendure-ecommerce/vendure/commit/3f469bb))

## <small>1.7.2 (2022-09-19)</small>


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "1.7.2",
"version": "1.7.3",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
6 changes: 3 additions & 3 deletions packages/admin-ui-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vendure/admin-ui-plugin",
"version": "1.7.2",
"version": "1.7.3",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
Expand All @@ -21,8 +21,8 @@
"devDependencies": {
"@types/express": "^4.17.8",
"@types/fs-extra": "^9.0.1",
"@vendure/common": "^1.7.2",
"@vendure/core": "^1.7.2",
"@vendure/common": "^1.7.3",
"@vendure/core": "^1.7.3",
"express": "^4.17.1",
"rimraf": "^3.0.2",
"typescript": "4.3.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/admin-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vendure/admin-ui",
"version": "1.7.2",
"version": "1.7.3",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@ng-select/ng-select": "^7.2.0",
"@ngx-translate/core": "^13.0.0",
"@ngx-translate/http-loader": "^6.0.0",
"@vendure/common": "^1.7.2",
"@vendure/common": "^1.7.3",
"@webcomponents/custom-elements": "^1.4.3",
"apollo-angular": "^2.6.0",
"apollo-upload-client": "^16.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/admin-ui/src/lib/core/src/common/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Auto-generated by the set-version.js script.
export const ADMIN_UI_VERSION = '1.7.2';
export const ADMIN_UI_VERSION = '1.7.3';
6 changes: 3 additions & 3 deletions packages/asset-server-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vendure/asset-server-plugin",
"version": "1.7.2",
"version": "1.7.3",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
Expand All @@ -24,8 +24,8 @@
"@types/fs-extra": "^9.0.8",
"@types/node-fetch": "^2.5.8",
"@types/sharp": "^0.30.4",
"@vendure/common": "^1.7.2",
"@vendure/core": "^1.7.2",
"@vendure/common": "^1.7.3",
"@vendure/core": "^1.7.3",
"aws-sdk": "^2.856.0",
"express": "^4.17.1",
"node-fetch": "^2.6.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vendure/common",
"version": "1.7.2",
"version": "1.7.3",
"main": "index.js",
"license": "MIT",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vendure/core",
"version": "1.7.2",
"version": "1.7.3",
"description": "A modern, headless ecommerce framework",
"repository": {
"type": "git",
Expand Down Expand Up @@ -49,7 +49,7 @@
"@nestjs/testing": "7.6.17",
"@nestjs/typeorm": "7.1.5",
"@types/fs-extra": "^9.0.1",
"@vendure/common": "^1.7.2",
"@vendure/common": "^1.7.3",
"apollo-server-express": "2.24.1",
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/create/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vendure/create",
"version": "1.7.2",
"version": "1.7.3",
"license": "MIT",
"bin": {
"create": "./index.js"
Expand Down Expand Up @@ -28,13 +28,13 @@
"@types/handlebars": "^4.1.0",
"@types/listr": "^0.14.2",
"@types/semver": "^6.2.2",
"@vendure/core": "^1.7.2",
"@vendure/core": "^1.7.3",
"rimraf": "^3.0.2",
"ts-node": "^10.2.1",
"typescript": "4.3.5"
},
"dependencies": {
"@vendure/common": "^1.7.2",
"@vendure/common": "^1.7.3",
"chalk": "^4.1.0",
"commander": "^7.1.0",
"cross-spawn": "^7.0.3",
Expand Down
18 changes: 9 additions & 9 deletions packages/dev-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dev-server",
"version": "1.7.2",
"version": "1.7.3",
"main": "index.js",
"license": "MIT",
"private": true,
Expand All @@ -14,18 +14,18 @@
"load-test:100k": "node -r ts-node/register load-testing/run-load-test.ts 100000"
},
"dependencies": {
"@vendure/admin-ui-plugin": "^1.7.2",
"@vendure/asset-server-plugin": "^1.7.2",
"@vendure/common": "^1.7.2",
"@vendure/core": "^1.7.2",
"@vendure/elasticsearch-plugin": "^1.7.2",
"@vendure/email-plugin": "^1.7.2",
"@vendure/admin-ui-plugin": "^1.7.3",
"@vendure/asset-server-plugin": "^1.7.3",
"@vendure/common": "^1.7.3",
"@vendure/core": "^1.7.3",
"@vendure/elasticsearch-plugin": "^1.7.3",
"@vendure/email-plugin": "^1.7.3",
"typescript": "4.3.5"
},
"devDependencies": {
"@types/csv-stringify": "^3.1.0",
"@vendure/testing": "^1.7.2",
"@vendure/ui-devkit": "^1.7.2",
"@vendure/testing": "^1.7.3",
"@vendure/ui-devkit": "^1.7.3",
"commander": "^7.1.0",
"concurrently": "^5.0.0",
"csv-stringify": "^5.3.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/elasticsearch-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vendure/elasticsearch-plugin",
"version": "1.7.2",
"version": "1.7.3",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -25,8 +25,8 @@
"fast-deep-equal": "^3.1.3"
},
"devDependencies": {
"@vendure/common": "^1.7.2",
"@vendure/core": "^1.7.2",
"@vendure/common": "^1.7.3",
"@vendure/core": "^1.7.3",
"rimraf": "^3.0.2",
"typescript": "4.3.5"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/email-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vendure/email-plugin",
"version": "1.7.2",
"version": "1.7.3",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -35,8 +35,8 @@
"@types/fs-extra": "^9.0.1",
"@types/handlebars": "^4.1.0",
"@types/mjml": "^4.0.4",
"@vendure/common": "^1.7.2",
"@vendure/core": "^1.7.2",
"@vendure/common": "^1.7.3",
"@vendure/core": "^1.7.3",
"rimraf": "^3.0.2",
"typescript": "4.3.5"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/job-queue-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vendure/job-queue-plugin",
"version": "1.7.2",
"version": "1.7.3",
"license": "MIT",
"main": "package/index.js",
"types": "package/index.d.ts",
Expand All @@ -24,8 +24,8 @@
"devDependencies": {
"@google-cloud/pubsub": "^2.8.0",
"@types/ioredis": "^4.28.10",
"@vendure/common": "^1.7.2",
"@vendure/core": "^1.7.2",
"@vendure/common": "^1.7.3",
"@vendure/core": "^1.7.3",
"bullmq": "^1.86.7",
"rimraf": "^3.0.2",
"typescript": "4.3.5"
Expand Down
8 changes: 4 additions & 4 deletions packages/payments-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vendure/payments-plugin",
"version": "1.7.2",
"version": "1.7.3",
"license": "MIT",
"main": "package/index.js",
"types": "package/index.d.ts",
Expand Down Expand Up @@ -28,9 +28,9 @@
"devDependencies": {
"@mollie/api-client": "^3.6.0",
"@types/braintree": "^2.22.15",
"@vendure/common": "^1.7.2",
"@vendure/core": "^1.7.2",
"@vendure/testing": "^1.7.2",
"@vendure/common": "^1.7.3",
"@vendure/core": "^1.7.3",
"@vendure/testing": "^1.7.3",
"braintree": "^3.0.0",
"nock": "^13.1.4",
"rimraf": "^3.0.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vendure/testing",
"version": "1.7.2",
"version": "1.7.3",
"description": "End-to-end testing tools for Vendure projects",
"keywords": [
"vendure",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@types/node-fetch": "^2.5.4",
"@vendure/common": "^1.7.2",
"@vendure/common": "^1.7.3",
"faker": "^4.1.0",
"form-data": "^3.0.0",
"graphql": "15.5.1",
Expand All @@ -45,7 +45,7 @@
"devDependencies": {
"@types/mysql": "^2.15.15",
"@types/pg": "^7.14.5",
"@vendure/core": "^1.7.2",
"@vendure/core": "^1.7.3",
"mysql": "^2.18.1",
"pg": "^8.4.0",
"rimraf": "^3.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/ui-devkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vendure/ui-devkit",
"version": "1.7.2",
"version": "1.7.3",
"description": "A library for authoring Vendure Admin UI extensions",
"keywords": [
"vendure",
Expand Down Expand Up @@ -40,8 +40,8 @@
"@angular/cli": "12.2.16",
"@angular/compiler": "12.2.16",
"@angular/compiler-cli": "12.2.16",
"@vendure/admin-ui": "^1.7.2",
"@vendure/common": "^1.7.2",
"@vendure/admin-ui": "^1.7.3",
"@vendure/common": "^1.7.3",
"chalk": "^4.1.0",
"chokidar": "^3.5.1",
"fs-extra": "^10.0.0",
Expand All @@ -52,7 +52,7 @@
"@rollup/plugin-node-resolve": "^11.2.0",
"@types/fs-extra": "^9.0.8",
"@types/glob": "^7.1.3",
"@vendure/core": "^1.7.2",
"@vendure/core": "^1.7.3",
"rimraf": "^3.0.2",
"rollup": "^2.40.0",
"rollup-plugin-terser": "^7.0.2",
Expand Down

0 comments on commit 3462562

Please sign in to comment.