Skip to content

Commit

Permalink
chore: Publish v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Jul 1, 2021
1 parent 43213e5 commit f933497
Show file tree
Hide file tree
Showing 15 changed files with 77 additions and 41 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
## 1.1.0 (2021-07-01)


#### Fixes

* **admin-ui** Correctly export relation selector components ([56ab5bd](https://github.com/vendure-ecommerce/vendure/commit/56ab5bd)), closes [#941](https://github.com/vendure-ecommerce/vendure/issues/941)
* **asset-server-plugin** Update sharp to fix Linux install issues ([e9de674](https://github.com/vendure-ecommerce/vendure/commit/e9de674)), closes [#962](https://github.com/vendure-ecommerce/vendure/issues/962)
* **core** Fix occasional failing variantNameCollectionFilter ([ac76e2c](https://github.com/vendure-ecommerce/vendure/commit/ac76e2c))
* **core** Improve fault tolerance of "apply-collection-filters" job ([be59bf9](https://github.com/vendure-ecommerce/vendure/commit/be59bf9))
* **core** Improve fault-tolerance of JobQueue ([cb5b100](https://github.com/vendure-ecommerce/vendure/commit/cb5b100))
* **core** Make verifyCustomerAccount channel-independent (#945) ([39b3937](https://github.com/vendure-ecommerce/vendure/commit/39b3937)), closes [#945](https://github.com/vendure-ecommerce/vendure/issues/945)

#### Features

* **admin-ui** Add ability to filter promotions by name or coupon code ([5795a84](https://github.com/vendure-ecommerce/vendure/commit/5795a84))
* **admin-ui** Add Ukrainian translation (#889) ([b0b1716](https://github.com/vendure-ecommerce/vendure/commit/b0b1716)), closes [#889](https://github.com/vendure-ecommerce/vendure/issues/889)
* **admin-ui** Enable adding OptionGroups to existing products ([bd5e7c0](https://github.com/vendure-ecommerce/vendure/commit/bd5e7c0)), closes [#711](https://github.com/vendure-ecommerce/vendure/issues/711)
* **admin-ui** Enable selection of content language from list views ([eb9cb4f](https://github.com/vendure-ecommerce/vendure/commit/eb9cb4f)), closes [#883](https://github.com/vendure-ecommerce/vendure/issues/883)
* **admin-ui** Support "text" custom fields with textarea control ([2abd018](https://github.com/vendure-ecommerce/vendure/commit/2abd018)), closes [#885](https://github.com/vendure-ecommerce/vendure/issues/885)
* **admin-ui** Support custom field controls in FulfillmentDetail ([a8a7eac](https://github.com/vendure-ecommerce/vendure/commit/a8a7eac)), closes [#887](https://github.com/vendure-ecommerce/vendure/issues/887)
* **admin-ui** Support custom field controls in OrderTable ([02c2d4e](https://github.com/vendure-ecommerce/vendure/commit/02c2d4e)), closes [#887](https://github.com/vendure-ecommerce/vendure/issues/887)
* **core** Access to orderByCode configurable by strategy ([2554822](https://github.com/vendure-ecommerce/vendure/commit/2554822))
* **core** Add "text" custom field type for storing data over 64k ([00c5c43](https://github.com/vendure-ecommerce/vendure/commit/00c5c43)), closes [#885](https://github.com/vendure-ecommerce/vendure/issues/885)
* **core** Add retries to TransactionalConnection.getEntityOrThrow() ([1e3ba7b](https://github.com/vendure-ecommerce/vendure/commit/1e3ba7b)), closes [#937](https://github.com/vendure-ecommerce/vendure/issues/937)
* **core** Allow middleware to execute before server.listen ([dd89204](https://github.com/vendure-ecommerce/vendure/commit/dd89204))
* **core** Allow Plugin entities to be defined with a function ([d130134](https://github.com/vendure-ecommerce/vendure/commit/d130134)), closes [#906](https://github.com/vendure-ecommerce/vendure/issues/906)
* **core** Check availability of variants when adding to Order ([ea2b6b0](https://github.com/vendure-ecommerce/vendure/commit/ea2b6b0)), closes [#723](https://github.com/vendure-ecommerce/vendure/issues/723)
* **core** Emit CustomerEvent on creation via Shop API ([680b8c2](https://github.com/vendure-ecommerce/vendure/commit/680b8c2)), closes [#949](https://github.com/vendure-ecommerce/vendure/issues/949)
* **core** Enable importing of custom field list data ([5d85c07](https://github.com/vendure-ecommerce/vendure/commit/5d85c07)), closes [#577](https://github.com/vendure-ecommerce/vendure/issues/577)
* **core** Export all helper classes from service layer ([d529db0](https://github.com/vendure-ecommerce/vendure/commit/d529db0))
* **core** Export PasswordCipher helper ([221051f](https://github.com/vendure-ecommerce/vendure/commit/221051f))
* **core** Improve typing of TransactionConnection.getEntityOrThrow ([eec8808](https://github.com/vendure-ecommerce/vendure/commit/eec8808))
* **core** Publish StockMovementEvent ([0a71723](https://github.com/vendure-ecommerce/vendure/commit/0a71723)), closes [#902](https://github.com/vendure-ecommerce/vendure/issues/902)
* **email-plugin** Add `.setOptionalAddressFields()` - cc, bcc, replyTo ([8e9b72f](https://github.com/vendure-ecommerce/vendure/commit/8e9b72f)), closes [#921](https://github.com/vendure-ecommerce/vendure/issues/921)
* **email-plugin** Extend attachment support ([70a55fd](https://github.com/vendure-ecommerce/vendure/commit/70a55fd)), closes [#882](https://github.com/vendure-ecommerce/vendure/issues/882)

## <small>1.0.3 (2021-06-18)</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.0.3",
"version": "1.1.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.0.3",
"version": "1.1.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.0.3",
"@vendure/core": "^1.0.3",
"@vendure/common": "^1.1.0",
"@vendure/core": "^1.1.0",
"express": "^4.17.1",
"rimraf": "^3.0.2",
"typescript": "4.1.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.0.3",
"version": "1.1.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.0.3",
"@vendure/common": "^1.1.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.0.3';
export const ADMIN_UI_VERSION = '1.1.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.0.3",
"version": "1.1.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.0.3",
"@vendure/core": "^1.0.3",
"@vendure/common": "^1.1.0",
"@vendure/core": "^1.1.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.0.3",
"version": "1.1.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.0.3",
"version": "1.1.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.0.3",
"@vendure/common": "^1.1.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.0.3",
"version": "1.1.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.0.3",
"@vendure/core": "^1.1.0",
"rimraf": "^3.0.2",
"ts-node": "^9.0.0",
"typescript": "4.1.5"
},
"dependencies": {
"@vendure/common": "^1.0.3",
"@vendure/common": "^1.1.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.0.3",
"version": "1.1.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.0.3",
"@vendure/asset-server-plugin": "^1.0.3",
"@vendure/common": "^1.0.3",
"@vendure/core": "^1.0.3",
"@vendure/elasticsearch-plugin": "^1.0.3",
"@vendure/email-plugin": "^1.0.3",
"@vendure/admin-ui-plugin": "^1.1.0",
"@vendure/asset-server-plugin": "^1.1.0",
"@vendure/common": "^1.1.0",
"@vendure/core": "^1.1.0",
"@vendure/elasticsearch-plugin": "^1.1.0",
"@vendure/email-plugin": "^1.1.0",
"typescript": "4.1.5"
},
"devDependencies": {
"@types/csv-stringify": "^3.1.0",
"@vendure/testing": "^1.0.3",
"@vendure/ui-devkit": "^1.0.3",
"@vendure/testing": "^1.1.0",
"@vendure/ui-devkit": "^1.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.0.3",
"version": "1.1.0",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -22,8 +22,8 @@
"deepmerge": "^4.2.2"
},
"devDependencies": {
"@vendure/common": "^1.0.3",
"@vendure/core": "^1.0.3",
"@vendure/common": "^1.1.0",
"@vendure/core": "^1.1.0",
"rimraf": "^3.0.2",
"typescript": "4.1.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.0.3",
"version": "1.1.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.0.3",
"@vendure/core": "^1.0.3",
"@vendure/common": "^1.1.0",
"@vendure/core": "^1.1.0",
"rimraf": "^3.0.2",
"typescript": "4.1.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.0.3",
"version": "1.1.0",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -21,8 +21,8 @@
"devDependencies": {
"@google-cloud/pubsub": "^2.8.0",
"@types/redis": "^2.8.28",
"@vendure/common": "^1.0.3",
"@vendure/core": "^1.0.3",
"@vendure/common": "^1.1.0",
"@vendure/core": "^1.1.0",
"redis": "^3.0.2",
"rimraf": "^3.0.2",
"typescript": "4.1.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.0.3",
"version": "1.1.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.0.3",
"@vendure/common": "^1.1.0",
"faker": "^4.1.0",
"form-data": "^3.0.0",
"graphql": "15.5.0",
Expand All @@ -44,7 +44,7 @@
"devDependencies": {
"@types/mysql": "^2.15.15",
"@types/pg": "^7.14.5",
"@vendure/core": "^1.0.3",
"@vendure/core": "^1.1.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.0.3",
"version": "1.1.0",
"description": "A library for authoring Vendure Admin UI extensions",
"keywords": [
"vendure",
Expand Down Expand Up @@ -39,8 +39,8 @@
"@angular/cli": "11.2.4",
"@angular/compiler": "11.2.5",
"@angular/compiler-cli": "11.2.5",
"@vendure/admin-ui": "^1.0.3",
"@vendure/common": "^1.0.3",
"@vendure/admin-ui": "^1.1.0",
"@vendure/common": "^1.1.0",
"chalk": "^4.1.0",
"chokidar": "^3.5.1",
"fs-extra": "^9.1.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.0.3",
"@vendure/core": "^1.1.0",
"rimraf": "^3.0.2",
"rollup": "^2.40.0",
"rollup-plugin-terser": "^7.0.2",
Expand Down

0 comments on commit f933497

Please sign in to comment.