From a00f5acb4d64e2bc0ab3466da8b74374831aaf19 Mon Sep 17 00:00:00 2001 From: "bigopon.777@gmail.com" Date: Sun, 3 May 2020 09:07:07 +1000 Subject: [PATCH] chore(release): 1.4.0 --- doc/CHANGELOG.md | 23 +++++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index e69de29..ac01895 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -0,0 +1,23 @@ +# Changelog + +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## 1.4.0 (2020-05-02) + + +### Features + +* **deps:** update dependencies, use new core APIs ([ae37739](https://github.com/bigopon/aurelia-portal-attribute/commit/ae37739b7cea8f6e0fba125a0d04bd5982b74790)) +* **life cycle:** add life cycle. support promise ([2f72e12](https://github.com/bigopon/aurelia-portal-attribute/commit/2f72e121700b7f8895ceafc93ea235a33517d716)) +* **portal:** add support for insert position configuration ([0b6bd2f](https://github.com/bigopon/aurelia-portal-attribute/commit/0b6bd2fbbe29401da5ef22298c7529983c945fc6)) +* **portal:** render context ([3737839](https://github.com/bigopon/aurelia-portal-attribute/commit/3737839ef04c9dca5ed91246632c0e431f340e47)) + + +### Bug Fixes + +* **build:** correct steps ([72b515b](https://github.com/bigopon/aurelia-portal-attribute/commit/72b515bb0b988f38090a0bf9da90ee2e39572c51)) +* **devDeps:** add pal node ([af5f3e7](https://github.com/bigopon/aurelia-portal-attribute/commit/af5f3e723f50191f3ffe28ec80f139d1614f8b65)) +* **portal:** cache view ([2183e12](https://github.com/bigopon/aurelia-portal-attribute/commit/2183e12854788d991fc075aa35b5cefb0bf842d9)) +* **portal:** init currentTarget ([35735ce](https://github.com/bigopon/aurelia-portal-attribute/commit/35735ceb41b78da12938a7f0daf6e25ce127082a)) +* **portal:** use view slot life cycle ([dd6feb2](https://github.com/bigopon/aurelia-portal-attribute/commit/dd6feb2e59c3acc3ace715f44002e8727e63ffb4)) +* **readme:** correct doc ([be38f1a](https://github.com/bigopon/aurelia-portal-attribute/commit/be38f1a4d04b0ec6db8739fd208545c584f15e22)) diff --git a/package-lock.json b/package-lock.json index 76aa5a9..7238546 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "aurelia-portal-attribute", - "version": "1.2.1", + "version": "1.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 08d6df9..4d24418 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aurelia-portal-attribute", - "version": "1.3.0", + "version": "1.4.0", "description": "A plugin to customize rendering process in Aurelia application.", "keywords": [ "aurelia",