From a71b6420d7402b41da7b42d17e60e883fa35b357 Mon Sep 17 00:00:00 2001 From: waterplea Date: Tue, 12 Jan 2021 23:20:42 +0300 Subject: [PATCH] postbump --- CHANGELOG.md | 21 +++++++-------------- projects/universal/package.json | 2 +- 2 files changed, 8 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 383e04c..d4e5ad4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,51 +4,44 @@ All notable changes to this project will be documented in this file. See [standa ### [1.9.3](https://github.com/ng-web-apis/universal/compare/v1.9.2...v1.9.3) (2021-01-12) - ### Bug Fixes -* **LOCAL_STORAGE:** fix incorrect provider ([676d5e4](https://github.com/ng-web-apis/universal/commit/676d5e46de22a864024ff8f7e2c835332460c3b8)) +- **LOCAL_STORAGE:** fix incorrect provider ([676d5e4](https://github.com/ng-web-apis/universal/commit/676d5e46de22a864024ff8f7e2c835332460c3b8)) ### [1.9.2](https://github.com/ng-web-apis/universal/compare/v1.9.1...v1.9.2) (2020-11-30) - ### Bug Fixes -* **mocks:** add mocks to side effects so they are not tree shaken ([777a1e0](https://github.com/ng-web-apis/universal/commit/777a1e0b1969a2b8a7459de51c25fdadd12b8c53)) +- **mocks:** add mocks to side effects so they are not tree shaken ([777a1e0](https://github.com/ng-web-apis/universal/commit/777a1e0b1969a2b8a7459de51c25fdadd12b8c53)) ### [1.9.1](https://github.com/ng-web-apis/universal/compare/v1.9.0...v1.9.1) (2020-11-25) - ### Bug Fixes -* **navigator:** fix rejected Promise error and add mocks for native classes ([#6](https://github.com/ng-web-apis/universal/issues/6)) ([6db2660](https://github.com/ng-web-apis/universal/commit/6db2660a103053b844ba4790eaf73f0be79e42a1)) +- **navigator:** fix rejected Promise error and add mocks for native classes ([#6](https://github.com/ng-web-apis/universal/issues/6)) ([6db2660](https://github.com/ng-web-apis/universal/commit/6db2660a103053b844ba4790eaf73f0be79e42a1)) ## [1.9.0](https://github.com/ng-web-apis/universal/compare/v1.8.0...v1.9.0) (2020-11-17) - ### Bug Fixes -* **navigator:** fix always pending Promises ([c75c60a](https://github.com/ng-web-apis/universal/commit/c75c60ade5a9e6ae820fddca5260e594397d02e9)) +- **navigator:** fix always pending Promises ([c75c60a](https://github.com/ng-web-apis/universal/commit/c75c60ade5a9e6ae820fddca5260e594397d02e9)) ## [1.8.0](https://github.com/ng-web-apis/universal/compare/v1.6.0...v1.8.0) (2020-10-27) - ### Features -* **SPEECH_SYNTHESYS:** add new mock ([#5](https://github.com/ng-web-apis/universal/issues/5)) ([dbb5e43](https://github.com/ng-web-apis/universal/commit/dbb5e43eae1364611e74ac40f74e7f504ad06634)) +- **SPEECH_SYNTHESIS:** add new mock ([#5](https://github.com/ng-web-apis/universal/issues/5)) ([dbb5e43](https://github.com/ng-web-apis/universal/commit/dbb5e43eae1364611e74ac40f74e7f504ad06634)) ## [1.6.0](https://github.com/ng-web-apis/universal/compare/v1.5.0...v1.6.0) (2020-08-10) - ### Features -* **UNIVERSAL_SESSION_STORAGE:** add SESSION_STORAGE support ([#3](https://github.com/ng-web-apis/universal/issues/3)) ([0625aa2](https://github.com/ng-web-apis/universal/commit/0625aa20f225179927176d6958e9ecb56962c904)) +- **UNIVERSAL_SESSION_STORAGE:** add SESSION_STORAGE support ([#3](https://github.com/ng-web-apis/universal/issues/3)) ([0625aa2](https://github.com/ng-web-apis/universal/commit/0625aa20f225179927176d6958e9ecb56962c904)) ## [1.5.0](https://github.com/ng-web-apis/universal/compare/v1.4.0...v1.5.0) (2020-07-24) - ### Features -* **page-visibility:** cover new token from common package in README and sync minor version ([b95998a](https://github.com/ng-web-apis/universal/commit/b95998abf1aa6b8469631d43e7eb5a76a7765374)) +- **page-visibility:** cover new token from common package in README and sync minor version ([b95998a](https://github.com/ng-web-apis/universal/commit/b95998abf1aa6b8469631d43e7eb5a76a7765374)) ## 1.4.0 (2020-05-06) diff --git a/projects/universal/package.json b/projects/universal/package.json index 5337481..9068cff 100644 --- a/projects/universal/package.json +++ b/projects/universal/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/universal", - "version": "1.9.2", + "version": "1.9.3", "peerDependencies": { "@angular/core": ">=6.0.0", "@ng-web-apis/common": ">=1.8.0",