Skip to content

Commit

Permalink
chore: Publish v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Sep 26, 2019
1 parent 98bc90a commit b5899c1
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 8 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## <small>0.3.2 (2019-09-26)</small>

**Note** only the `@vendure/admin-ui`, `@vendure/admin-ui-plugin` & `@vendure/email-plugin` packages were updated in this release.

#### Fixes

* **admin-ui** Fix infinite loop hang on CollectionList page ([230703f](https://github.com/vendure-ecommerce/vendure/commit/230703f)), closes [#170](https://github.com/vendure-ecommerce/vendure/issues/170)
* **email-plugin** Fix smtp auth ([98bc90a](https://github.com/vendure-ecommerce/vendure/commit/98bc90a))

## <small>0.3.1 (2019-09-25)</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": "0.3.1",
"version": "0.3.2",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
4 changes: 2 additions & 2 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": "0.3.1",
"version": "0.3.2",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
Expand All @@ -25,7 +25,7 @@
"typescript": "~3.5.3"
},
"dependencies": {
"@vendure/admin-ui": "^0.3.1",
"@vendure/admin-ui": "^0.3.2",
"fs-extra": "^8.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/admin-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vendure/admin-ui",
"version": "0.3.1",
"version": "0.3.2",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
6 changes: 3 additions & 3 deletions packages/dev-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dev-server",
"version": "0.3.1",
"version": "0.3.2",
"main": "index.js",
"license": "MIT",
"private": true,
Expand All @@ -14,12 +14,12 @@
"load-test:100k": "node -r ts-node/register load-testing/run-load-test.ts 100000"
},
"dependencies": {
"@vendure/admin-ui-plugin": "^0.3.1",
"@vendure/admin-ui-plugin": "^0.3.2",
"@vendure/asset-server-plugin": "^0.3.1",
"@vendure/common": "^0.3.1",
"@vendure/core": "^0.3.1",
"@vendure/elasticsearch-plugin": "^0.3.1",
"@vendure/email-plugin": "^0.3.1",
"@vendure/email-plugin": "^0.3.2",
"typescript": "^3.3.4000"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/email-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vendure/email-plugin",
"version": "0.3.1",
"version": "0.3.2",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit b5899c1

Please sign in to comment.