Skip to content

Commit

Permalink
chore: Publish v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Oct 19, 2021
1 parent 28f713c commit f76f3ea
Show file tree
Hide file tree
Showing 16 changed files with 61 additions and 44 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## <small>1.3.1 (2021-10-19)</small>


#### Fixes

* **core** Allow middleware to inject TransactionalConnection ([28f713c](https://github.com/vendure-ecommerce/vendure/commit/28f713c)), closes [#1160](https://github.com/vendure-ecommerce/vendure/issues/1160)
* **core** Fix EntityHydrator missing nested relations ([fbda3dd](https://github.com/vendure-ecommerce/vendure/commit/fbda3dd)), closes [#1161](https://github.com/vendure-ecommerce/vendure/issues/1161)
* **core** Fix EntityHydrator when hydrating empty array relation ([70e0314](https://github.com/vendure-ecommerce/vendure/commit/70e0314)), closes [#1153](https://github.com/vendure-ecommerce/vendure/issues/1153)
* **core** Fix EntityHydrator with entity getters ([7d0e894](https://github.com/vendure-ecommerce/vendure/commit/7d0e894)), closes [#1172](https://github.com/vendure-ecommerce/vendure/issues/1172)
* **core** Fix shipping price when the promotion is not applicable anymore (#1150) ([eb1dcc4](https://github.com/vendure-ecommerce/vendure/commit/eb1dcc4)), closes [#1150](https://github.com/vendure-ecommerce/vendure/issues/1150)
* **core** Improved error message when Order.lines not joined ([0a33e5c](https://github.com/vendure-ecommerce/vendure/commit/0a33e5c))

#### Perf

* **core** Improve perf of DefaultSearchPlugin reindex job ([bfc72f2](https://github.com/vendure-ecommerce/vendure/commit/bfc72f2))
* **elasticsearch-plugin** Optimize indexing using RequestContextCache ([75da3b3](https://github.com/vendure-ecommerce/vendure/commit/75da3b3))

## 1.3.0 (2021-10-13)


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.3.0",
"version": "1.3.1",
"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.3.0",
"version": "1.3.1",
"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.3.0",
"@vendure/core": "^1.3.0",
"@vendure/common": "^1.3.1",
"@vendure/core": "^1.3.1",
"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.3.0",
"version": "1.3.1",
"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.3.0",
"@vendure/common": "^1.3.1",
"@webcomponents/custom-elements": "^1.4.3",
"apollo-angular": "^2.4.0",
"apollo-upload-client": "^14.1.3",
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.3.0';
export const ADMIN_UI_VERSION = '1.3.1';
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.3.0",
"version": "1.3.1",
"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.27.1",
"@vendure/common": "^1.3.0",
"@vendure/core": "^1.3.0",
"@vendure/common": "^1.3.1",
"@vendure/core": "^1.3.1",
"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.3.0",
"version": "1.3.1",
"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.3.0",
"version": "1.3.1",
"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.3.0",
"@vendure/common": "^1.3.1",
"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.3.0",
"version": "1.3.1",
"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.3.0",
"@vendure/core": "^1.3.1",
"rimraf": "^3.0.2",
"ts-node": "^10.2.1",
"typescript": "4.3.5"
},
"dependencies": {
"@vendure/common": "^1.3.0",
"@vendure/common": "^1.3.1",
"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.3.0",
"version": "1.3.1",
"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.3.0",
"@vendure/asset-server-plugin": "^1.3.0",
"@vendure/common": "^1.3.0",
"@vendure/core": "^1.3.0",
"@vendure/elasticsearch-plugin": "^1.3.0",
"@vendure/email-plugin": "^1.3.0",
"@vendure/admin-ui-plugin": "^1.3.1",
"@vendure/asset-server-plugin": "^1.3.1",
"@vendure/common": "^1.3.1",
"@vendure/core": "^1.3.1",
"@vendure/elasticsearch-plugin": "^1.3.1",
"@vendure/email-plugin": "^1.3.1",
"typescript": "4.3.5"
},
"devDependencies": {
"@types/csv-stringify": "^3.1.0",
"@vendure/testing": "^1.3.0",
"@vendure/ui-devkit": "^1.3.0",
"@vendure/testing": "^1.3.1",
"@vendure/ui-devkit": "^1.3.1",
"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.3.0",
"version": "1.3.1",
"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.3.0",
"@vendure/core": "^1.3.0",
"@vendure/common": "^1.3.1",
"@vendure/core": "^1.3.1",
"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.3.0",
"version": "1.3.1",
"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.3.0",
"@vendure/core": "^1.3.0",
"@vendure/common": "^1.3.1",
"@vendure/core": "^1.3.1",
"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.3.0",
"version": "1.3.1",
"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/redis": "^2.8.28",
"@vendure/common": "^1.3.0",
"@vendure/core": "^1.3.0",
"@vendure/common": "^1.3.1",
"@vendure/core": "^1.3.1",
"bullmq": "^1.40.1",
"redis": "^3.0.2",
"rimraf": "^3.0.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/payment-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vendure/payments-plugin",
"version": "1.3.0",
"version": "1.3.1",
"license": "MIT",
"main": "package/index.js",
"types": "package/index.d.ts",
Expand All @@ -21,8 +21,8 @@
},
"devDependencies": {
"@types/braintree": "^2.22.15",
"@vendure/common": "^1.3.0",
"@vendure/core": "^1.3.0",
"@vendure/common": "^1.3.1",
"@vendure/core": "^1.3.1",
"braintree": "^3.0.0",
"rimraf": "^3.0.2",
"typescript": "4.3.5"
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.3.0",
"version": "1.3.1",
"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.3.0",
"@vendure/common": "^1.3.1",
"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.3.0",
"@vendure/core": "^1.3.1",
"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.3.0",
"version": "1.3.1",
"description": "A library for authoring Vendure Admin UI extensions",
"keywords": [
"vendure",
Expand Down Expand Up @@ -40,8 +40,8 @@
"@angular/cli": "12.2.2",
"@angular/compiler": "12.2.2",
"@angular/compiler-cli": "12.2.2",
"@vendure/admin-ui": "^1.3.0",
"@vendure/common": "^1.3.0",
"@vendure/admin-ui": "^1.3.1",
"@vendure/common": "^1.3.1",
"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.3.0",
"@vendure/core": "^1.3.1",
"rimraf": "^3.0.2",
"rollup": "^2.40.0",
"rollup-plugin-terser": "^7.0.2",
Expand Down

0 comments on commit f76f3ea

Please sign in to comment.