Skip to content

Commit

Permalink
chore: Publish v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Sep 1, 2021
1 parent ab171b8 commit 7654794
Show file tree
Hide file tree
Showing 15 changed files with 73 additions and 41 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
## 1.2.0 (2021-09-01)


#### Features

* **admin-ui** Add admin-ui Italian translation (#998) ([657a32b](https://github.com/vendure-ecommerce/vendure/commit/657a32b)), closes [#998](https://github.com/vendure-ecommerce/vendure/issues/998)
* **admin-ui** Allow editing ProductOptionGroup names & options ([55d9784](https://github.com/vendure-ecommerce/vendure/commit/55d9784)), closes [#965](https://github.com/vendure-ecommerce/vendure/issues/965)
* **admin-ui** Allow OrderAddress custom fields to be modified ([175e61a](https://github.com/vendure-ecommerce/vendure/commit/175e61a)), closes [#979](https://github.com/vendure-ecommerce/vendure/issues/979)
* **admin-ui** Auto-select newly uploaded assets in AssetPickerDialog ([96cc8f9](https://github.com/vendure-ecommerce/vendure/commit/96cc8f9))
* **admin-ui** Support non-latin Product/Collection slugs ([fac735f](https://github.com/vendure-ecommerce/vendure/commit/fac735f)), closes [#1006](https://github.com/vendure-ecommerce/vendure/issues/1006)
* **core** Add Russian and Ukrainian translation for server messages (#973) ([5b4a166](https://github.com/vendure-ecommerce/vendure/commit/5b4a166)), closes [#973](https://github.com/vendure-ecommerce/vendure/issues/973)
* **core** Add Facet queries to Shop API (#1016) ([d6a049c](https://github.com/vendure-ecommerce/vendure/commit/d6a049c)), closes [#1016](https://github.com/vendure-ecommerce/vendure/issues/1016) [#1013](https://github.com/vendure-ecommerce/vendure/issues/1013)
* **core** Allow cookie & bearer session tokens at the same time ([fc6b890](https://github.com/vendure-ecommerce/vendure/commit/fc6b890)), closes [#960](https://github.com/vendure-ecommerce/vendure/issues/960)
* **core** Allow OrderAddress custom fields to be modified ([c622f1f](https://github.com/vendure-ecommerce/vendure/commit/c622f1f)), closes [#979](https://github.com/vendure-ecommerce/vendure/issues/979)
* **core** Always pass current Order to TaxZoneStrategy calls ([7b76a7c](https://github.com/vendure-ecommerce/vendure/commit/7b76a7c)), closes [#1048](https://github.com/vendure-ecommerce/vendure/issues/1048)
* **core** Export I18nModule as part of PluginCommonModule ([cd8f3d4](https://github.com/vendure-ecommerce/vendure/commit/cd8f3d4)), closes [#966](https://github.com/vendure-ecommerce/vendure/issues/966)
* **core** Export ProcessContextModule from PluginCommonModule ([b787acb](https://github.com/vendure-ecommerce/vendure/commit/b787acb))
* **core** Implement health check server for worker ([fd374b3](https://github.com/vendure-ecommerce/vendure/commit/fd374b3)), closes [#994](https://github.com/vendure-ecommerce/vendure/issues/994)
* **core** Implement internal health check for worker ([812b2cb](https://github.com/vendure-ecommerce/vendure/commit/812b2cb)), closes [#994](https://github.com/vendure-ecommerce/vendure/issues/994)
* **elasticsearch-plugin** Add ability to customize index options and mappings ([92587e5](https://github.com/vendure-ecommerce/vendure/commit/92587e5)), closes [#995](https://github.com/vendure-ecommerce/vendure/issues/995) [#995](https://github.com/vendure-ecommerce/vendure/issues/995) [#995](https://github.com/vendure-ecommerce/vendure/issues/995) [#995](https://github.com/vendure-ecommerce/vendure/issues/995)
* **job-queue-plugin** Create BullMQJobQueuePlugin ([ba9f5d0](https://github.com/vendure-ecommerce/vendure/commit/ba9f5d0))
* **job-queue-plugin** Set default concurrency ([0e971e7](https://github.com/vendure-ecommerce/vendure/commit/0e971e7))

#### Fixes

* **admin-ui-plugin** Do not run server logic in worker context ([7c30f0e](https://github.com/vendure-ecommerce/vendure/commit/7c30f0e))
* **admin-ui** Fix fetch loop on job list view ([29c306a](https://github.com/vendure-ecommerce/vendure/commit/29c306a)), closes [#1049](https://github.com/vendure-ecommerce/vendure/issues/1049)
* **asset-server-plugin** Do not run server logic in worker context ([c3a67b6](https://github.com/vendure-ecommerce/vendure/commit/c3a67b6))
* **core** Correctly persist ProductVariant customFields ([e59f52e](https://github.com/vendure-ecommerce/vendure/commit/e59f52e)), closes [#1056](https://github.com/vendure-ecommerce/vendure/issues/1056)
* **core** Fix incorrect common import paths ([568e4b2](https://github.com/vendure-ecommerce/vendure/commit/568e4b2))
* **email-plugin** Do not run server logic in worker context ([f5b6ddc](https://github.com/vendure-ecommerce/vendure/commit/f5b6ddc))

## <small>1.1.5 (2021-08-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.1.5",
"version": "1.2.0",
"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.1.5",
"version": "1.2.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
Expand All @@ -19,8 +19,8 @@
"devDependencies": {
"@types/express": "^4.17.8",
"@types/fs-extra": "^9.0.1",
"@vendure/common": "^1.1.5",
"@vendure/core": "^1.1.5",
"@vendure/common": "^1.2.0",
"@vendure/core": "^1.2.0",
"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.1.5",
"version": "1.2.0",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@ng-select/ng-select": "^6.1.0",
"@ngx-translate/core": "^13.0.0",
"@ngx-translate/http-loader": "^6.0.0",
"@vendure/common": "^1.1.5",
"@vendure/common": "^1.2.0",
"@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.1.5';
export const ADMIN_UI_VERSION = '1.2.0';
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.1.5",
"version": "1.2.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
Expand All @@ -22,8 +22,8 @@
"@types/fs-extra": "^9.0.8",
"@types/node-fetch": "^2.5.8",
"@types/sharp": "^0.27.1",
"@vendure/common": "^1.1.5",
"@vendure/core": "^1.1.5",
"@vendure/common": "^1.2.0",
"@vendure/core": "^1.2.0",
"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.1.5",
"version": "1.2.0",
"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.1.5",
"version": "1.2.0",
"description": "A modern, headless ecommerce framework",
"repository": {
"type": "git",
Expand Down Expand Up @@ -47,7 +47,7 @@
"@nestjs/testing": "7.6.17",
"@nestjs/typeorm": "7.1.5",
"@types/fs-extra": "^9.0.1",
"@vendure/common": "^1.1.5",
"@vendure/common": "^1.2.0",
"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.1.5",
"version": "1.2.0",
"license": "MIT",
"bin": {
"create": "./index.js"
Expand All @@ -26,13 +26,13 @@
"@types/handlebars": "^4.1.0",
"@types/listr": "^0.14.2",
"@types/semver": "^6.2.2",
"@vendure/core": "^1.1.5",
"@vendure/core": "^1.2.0",
"rimraf": "^3.0.2",
"ts-node": "^10.2.1",
"typescript": "4.3.5"
},
"dependencies": {
"@vendure/common": "^1.1.5",
"@vendure/common": "^1.2.0",
"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.1.5",
"version": "1.2.0",
"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.1.5",
"@vendure/asset-server-plugin": "^1.1.5",
"@vendure/common": "^1.1.5",
"@vendure/core": "^1.1.5",
"@vendure/elasticsearch-plugin": "^1.1.5",
"@vendure/email-plugin": "^1.1.5",
"@vendure/admin-ui-plugin": "^1.2.0",
"@vendure/asset-server-plugin": "^1.2.0",
"@vendure/common": "^1.2.0",
"@vendure/core": "^1.2.0",
"@vendure/elasticsearch-plugin": "^1.2.0",
"@vendure/email-plugin": "^1.2.0",
"typescript": "4.3.5"
},
"devDependencies": {
"@types/csv-stringify": "^3.1.0",
"@vendure/testing": "^1.1.5",
"@vendure/ui-devkit": "^1.1.5",
"@vendure/testing": "^1.2.0",
"@vendure/ui-devkit": "^1.2.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.1.5",
"version": "1.2.0",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -23,8 +23,8 @@
"fast-deep-equal": "^3.1.3"
},
"devDependencies": {
"@vendure/common": "^1.1.5",
"@vendure/core": "^1.1.5",
"@vendure/common": "^1.2.0",
"@vendure/core": "^1.2.0",
"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.1.5",
"version": "1.2.0",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -33,8 +33,8 @@
"@types/fs-extra": "^9.0.1",
"@types/handlebars": "^4.1.0",
"@types/mjml": "^4.0.4",
"@vendure/common": "^1.1.5",
"@vendure/core": "^1.1.5",
"@vendure/common": "^1.2.0",
"@vendure/core": "^1.2.0",
"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.1.3",
"version": "1.2.0",
"license": "MIT",
"main": "package/index.js",
"types": "package/index.d.ts",
Expand All @@ -22,8 +22,8 @@
"devDependencies": {
"@google-cloud/pubsub": "^2.8.0",
"@types/redis": "^2.8.28",
"@vendure/common": "^1.1.3",
"@vendure/core": "^1.1.3",
"@vendure/common": "^1.2.0",
"@vendure/core": "^1.2.0",
"bullmq": "^1.40.1",
"redis": "^3.0.2",
"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.1.5",
"version": "1.2.0",
"description": "End-to-end testing tools for Vendure projects",
"keywords": [
"vendure",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@types/node-fetch": "^2.5.4",
"@vendure/common": "^1.1.5",
"@vendure/common": "^1.2.0",
"faker": "^4.1.0",
"form-data": "^3.0.0",
"graphql": "15.5.1",
Expand All @@ -44,7 +44,7 @@
"devDependencies": {
"@types/mysql": "^2.15.15",
"@types/pg": "^7.14.5",
"@vendure/core": "^1.1.5",
"@vendure/core": "^1.2.0",
"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.1.5",
"version": "1.2.0",
"description": "A library for authoring Vendure Admin UI extensions",
"keywords": [
"vendure",
Expand Down Expand Up @@ -39,8 +39,8 @@
"@angular/cli": "12.2.2",
"@angular/compiler": "12.2.2",
"@angular/compiler-cli": "12.2.2",
"@vendure/admin-ui": "^1.1.5",
"@vendure/common": "^1.1.5",
"@vendure/admin-ui": "^1.2.0",
"@vendure/common": "^1.2.0",
"chalk": "^4.1.0",
"chokidar": "^3.5.1",
"fs-extra": "^10.0.0",
Expand All @@ -51,7 +51,7 @@
"@rollup/plugin-node-resolve": "^11.2.0",
"@types/fs-extra": "^9.0.8",
"@types/glob": "^7.1.3",
"@vendure/core": "^1.1.5",
"@vendure/core": "^1.2.0",
"rimraf": "^3.0.2",
"rollup": "^2.40.0",
"rollup-plugin-terser": "^7.0.2",
Expand Down

0 comments on commit 7654794

Please sign in to comment.