Skip to content

Commit

Permalink
chore: Update changelog & admin-ui public api
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Jul 1, 2021
1 parent f933497 commit 3717192
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
* **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)
* **core** Add `collections` field to SearchResponse, closes [#943](https://github.com/vendure-ecommerce/vendure/issues/943)
* **elasticsearch-plugin** Add `collections` field to SearchResponse, closes [#943](https://github.com/vendure-ecommerce/vendure/issues/943)
* **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)

Expand Down
4 changes: 2 additions & 2 deletions docs/data/build.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "1.0.2",
"commit": "19e4faa4b"
"version": "1.1.0",
"commit": "e1ba5d6ca"
}
1 change: 1 addition & 0 deletions packages/admin-ui/src/lib/catalog/src/public_api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export * from './components/collection-list/collection-list.component';
export * from './components/collection-tree/array-to-tree';
export * from './components/collection-tree/collection-tree-node.component';
export * from './components/collection-tree/collection-tree.component';
export * from './components/confirm-variant-deletion-dialog/confirm-variant-deletion-dialog.component';
export * from './components/facet-detail/facet-detail.component';
export * from './components/facet-list/facet-list.component';
export * from './components/generate-product-variants/generate-product-variants.component';
Expand Down

0 comments on commit 3717192

Please sign in to comment.