Skip to content
This repository has been archived by the owner on May 29, 2023. It is now read-only.

Commit

Permalink
postbump
Browse files Browse the repository at this point in the history
  • Loading branch information
waterplea committed Jan 12, 2021
1 parent d02b242 commit a71b642
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 15 deletions.
21 changes: 7 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion projects/universal/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit a71b642

Please sign in to comment.