Skip to content

Commit

Permalink
chore: Publish v0.18.5
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Mar 1, 2021
1 parent 0bd47f6 commit 07469cf
Show file tree
Hide file tree
Showing 13 changed files with 41 additions and 27 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,17 @@
## <small>0.18.5 (2021-03-01)</small>


#### Fixes

* **admin-ui** Typing error on pt-Br i18n (#725) ([50aafb3](https://github.com/vendure-ecommerce/vendure/commit/50aafb3)), closes [#725](https://github.com/vendure-ecommerce/vendure/issues/725)
* **core** Allow asset uploads with same major mime type ([070c5f2](https://github.com/vendure-ecommerce/vendure/commit/070c5f2)), closes [#727](https://github.com/vendure-ecommerce/vendure/issues/727)
* **core** Fix list query sorting by non-default language with filters ([1e31828](https://github.com/vendure-ecommerce/vendure/commit/1e31828))
* **core** Prevent Facet code conflicts ([bce3b59](https://github.com/vendure-ecommerce/vendure/commit/bce3b59)), closes [#715](https://github.com/vendure-ecommerce/vendure/issues/715)

#### Features

* **email-plugin** Support custom EmailGenerators and EmailSenders ([3e20624](https://github.com/vendure-ecommerce/vendure/commit/3e20624))

## <small>0.18.4 (2021-02-10)</small>


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.18.4",
"version": "0.18.5",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
4 changes: 2 additions & 2 deletions packages/admin-ui-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@vendure/admin-ui-plugin",
"version": "0.18.4",
"version": "0.18.5",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
Expand All @@ -20,7 +20,7 @@
"@types/express": "^4.17.8",
"@types/fs-extra": "^9.0.1",
"@vendure/common": "^0.18.4",
"@vendure/core": "^0.18.4",
"@vendure/core": "^0.18.5",
"express": "^4.17.1",
"rimraf": "^3.0.2",
"typescript": "4.0.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/admin-ui/package.json
@@ -1,6 +1,6 @@
{
"name": "@vendure/admin-ui",
"version": "0.18.4",
"version": "0.18.5",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion packages/admin-ui/src/lib/core/src/common/version.ts
@@ -1,2 +1,2 @@
// Auto-generated by the set-version.js script.
export const ADMIN_UI_VERSION = '0.18.4';
export const ADMIN_UI_VERSION = '0.18.5';
4 changes: 2 additions & 2 deletions packages/asset-server-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@vendure/asset-server-plugin",
"version": "0.18.4",
"version": "0.18.5",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
Expand All @@ -23,7 +23,7 @@
"@types/node-fetch": "^2.5.7",
"@types/sharp": "^0.26.0",
"@vendure/common": "^0.18.4",
"@vendure/core": "^0.18.4",
"@vendure/core": "^0.18.5",
"aws-sdk": "^2.766.0",
"express": "^4.17.1",
"node-fetch": "^2.6.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@vendure/core",
"version": "0.18.4",
"version": "0.18.5",
"description": "A modern, headless ecommerce framework",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/create/package.json
@@ -1,6 +1,6 @@
{
"name": "@vendure/create",
"version": "0.18.4",
"version": "0.18.5",
"license": "MIT",
"bin": {
"create": "./index.js"
Expand All @@ -26,7 +26,7 @@
"@types/handlebars": "^4.1.0",
"@types/listr": "^0.14.2",
"@types/semver": "^6.2.2",
"@vendure/core": "^0.18.4",
"@vendure/core": "^0.18.5",
"rimraf": "^3.0.2",
"ts-node": "^9.0.0",
"typescript": "4.0.3"
Expand Down
16 changes: 8 additions & 8 deletions packages/dev-server/package.json
@@ -1,6 +1,6 @@
{
"name": "dev-server",
"version": "0.18.4",
"version": "0.18.5",
"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": "^0.18.4",
"@vendure/asset-server-plugin": "^0.18.4",
"@vendure/admin-ui-plugin": "^0.18.5",
"@vendure/asset-server-plugin": "^0.18.5",
"@vendure/common": "^0.18.4",
"@vendure/core": "^0.18.4",
"@vendure/elasticsearch-plugin": "^0.18.4",
"@vendure/email-plugin": "^0.18.4",
"@vendure/core": "^0.18.5",
"@vendure/elasticsearch-plugin": "^0.18.5",
"@vendure/email-plugin": "^0.18.5",
"typescript": "4.0.3"
},
"devDependencies": {
"@types/csv-stringify": "^3.1.0",
"@vendure/testing": "^0.18.4",
"@vendure/ui-devkit": "^0.18.4",
"@vendure/testing": "^0.18.5",
"@vendure/ui-devkit": "^0.18.5",
"concurrently": "^5.0.0",
"csv-stringify": "^5.3.3"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/elasticsearch-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@vendure/elasticsearch-plugin",
"version": "0.18.4",
"version": "0.18.5",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -23,7 +23,7 @@
},
"devDependencies": {
"@vendure/common": "^0.18.4",
"@vendure/core": "^0.18.4",
"@vendure/core": "^0.18.5",
"rimraf": "^3.0.2",
"typescript": "4.0.3"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/email-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@vendure/email-plugin",
"version": "0.18.4",
"version": "0.18.5",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@types/mjml": "^4.0.4",
"@types/nodemailer": "^6.4.0",
"@vendure/common": "^0.18.4",
"@vendure/core": "^0.18.4",
"@vendure/core": "^0.18.5",
"rimraf": "^3.0.2",
"typescript": "4.0.3"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/testing/package.json
@@ -1,6 +1,6 @@
{
"name": "@vendure/testing",
"version": "0.18.4",
"version": "0.18.5",
"description": "End-to-end testing tools for Vendure projects",
"keywords": [
"vendure",
Expand Down Expand Up @@ -44,7 +44,7 @@
"devDependencies": {
"@types/mysql": "^2.15.15",
"@types/pg": "^7.14.5",
"@vendure/core": "^0.18.4",
"@vendure/core": "^0.18.5",
"mysql": "^2.18.1",
"pg": "^8.4.0",
"rimraf": "^3.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/ui-devkit/package.json
@@ -1,6 +1,6 @@
{
"name": "@vendure/ui-devkit",
"version": "0.18.4",
"version": "0.18.5",
"description": "A library for authoring Vendure Admin UI extensions",
"keywords": [
"vendure",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@angular/cli": "^10.1.4",
"@angular/compiler": "^10.1.4",
"@angular/compiler-cli": "^10.1.4",
"@vendure/admin-ui": "^0.18.4",
"@vendure/admin-ui": "^0.18.5",
"@vendure/common": "^0.18.4",
"chalk": "^4.1.0",
"chokidar": "^3.4.2",
Expand All @@ -51,7 +51,7 @@
"@rollup/plugin-node-resolve": "^9.0.0",
"@types/fs-extra": "^9.0.1",
"@types/glob": "^7.1.3",
"@vendure/core": "^0.18.4",
"@vendure/core": "^0.18.5",
"rimraf": "^3.0.2",
"rollup": "^2.28.2",
"rollup-plugin-terser": "^7.0.2",
Expand Down

0 comments on commit 07469cf

Please sign in to comment.