From 912445d7f767fd8f1bafe962ff36cc77a1459b1a Mon Sep 17 00:00:00 2001 From: tinkoff-bot Date: Mon, 26 Jun 2023 18:04:00 +0000 Subject: [PATCH] chore(release): update CHANGELOG.md [ci skip] - @ng-web-apis/audio@3.0.1 - @ng-web-apis/canvas@3.0.1 - @ng-web-apis/common@3.0.1 - @ng-web-apis/geolocation@3.0.1 - @ng-web-apis/intersection-observer@3.1.1 - @ng-web-apis/midi@3.0.1 - @ng-web-apis/mutation-observer@3.0.1 - @ng-web-apis/payment-request@3.0.1 - @ng-web-apis/permissions@3.0.1 - @ng-web-apis/resize-observer@3.0.1 - @ng-web-apis/speech@3.0.1 - @ng-web-apis/storage@3.0.1 - @ng-web-apis/universal@3.0.1 - @ng-web-apis/workers@3.0.1 --- libs/audio/CHANGELOG.md | 9 ++++++++ libs/audio/package.json | 2 +- libs/canvas/CHANGELOG.md | 9 ++++++++ libs/canvas/package.json | 2 +- libs/common/CHANGELOG.md | 9 ++++++++ libs/common/package.json | 2 +- libs/geolocation/CHANGELOG.md | 9 ++++++++ libs/geolocation/package.json | 2 +- libs/intersection-observer/CHANGELOG.md | 9 ++++++++ libs/intersection-observer/package.json | 2 +- libs/midi/CHANGELOG.md | 9 ++++++++ libs/midi/package.json | 2 +- libs/mutation-observer/CHANGELOG.md | 9 ++++++++ libs/mutation-observer/package.json | 2 +- libs/payment-request/CHANGELOG.md | 9 ++++++++ libs/payment-request/package.json | 2 +- libs/permissions/CHANGELOG.md | 9 ++++++++ libs/permissions/package.json | 2 +- libs/resize-observer/CHANGELOG.md | 9 ++++++++ libs/resize-observer/package.json | 2 +- libs/speech/CHANGELOG.md | 9 ++++++++ libs/speech/package.json | 2 +- libs/storage/CHANGELOG.md | 9 ++++++++ libs/storage/package.json | 2 +- libs/universal/CHANGELOG.md | 9 ++++++++ libs/universal/package.json | 2 +- libs/workers/CHANGELOG.md | 9 ++++++++ libs/workers/package.json | 2 +- package-lock.json | 28 ++++++++++++------------- 29 files changed, 154 insertions(+), 28 deletions(-) diff --git a/libs/audio/CHANGELOG.md b/libs/audio/CHANGELOG.md index 2e686ee52..806437769 100644 --- a/libs/audio/CHANGELOG.md +++ b/libs/audio/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.0.1](https://github.com/tinkoff/ng-web-apis/compare/@ng-web-apis/audio@3.0.0...@ng-web-apis/audio@3.0.1) (2023-06-26) + +**Note:** Version bump only for package @ng-web-apis/audio + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + # 1.8.0 (2023-06-26) ### Features diff --git a/libs/audio/package.json b/libs/audio/package.json index 69f6511a5..f6185dcb6 100644 --- a/libs/audio/package.json +++ b/libs/audio/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/audio", - "version": "3.0.0", + "version": "3.0.1", "description": "This is a library for declarative use of Web Audio API with Angular", "keywords": [ "angular", diff --git a/libs/canvas/CHANGELOG.md b/libs/canvas/CHANGELOG.md index 76f8581b1..118168eb6 100644 --- a/libs/canvas/CHANGELOG.md +++ b/libs/canvas/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.0.1](https://github.com/tinkoff/ng-web-apis/compare/@ng-web-apis/canvas@3.0.0...@ng-web-apis/canvas@3.0.1) (2023-06-26) + +**Note:** Version bump only for package @ng-web-apis/canvas + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + # 1.2.0 (2023-06-26) ### Features diff --git a/libs/canvas/package.json b/libs/canvas/package.json index 96b748618..9ffc6e5c7 100644 --- a/libs/canvas/package.json +++ b/libs/canvas/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/canvas", - "version": "3.0.0", + "version": "3.0.1", "description": "A library for declarative use of Canvas API with Angular", "keywords": [ "angular", diff --git a/libs/common/CHANGELOG.md b/libs/common/CHANGELOG.md index 9132eae84..a6ce84643 100644 --- a/libs/common/CHANGELOG.md +++ b/libs/common/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.0.1](https://github.com/tinkoff/ng-web-apis/compare/@ng-web-apis/common@3.0.0...@ng-web-apis/common@3.0.1) (2023-06-26) + +**Note:** Version bump only for package @ng-web-apis/common + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + # 2.2.0 (2023-06-26) ### Features diff --git a/libs/common/package.json b/libs/common/package.json index 5b3af24e5..b1197319d 100644 --- a/libs/common/package.json +++ b/libs/common/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/common", - "version": "3.0.0", + "version": "3.0.1", "description": "A set of common utils for consuming Web APIs with Angular", "keywords": [ "angular", diff --git a/libs/geolocation/CHANGELOG.md b/libs/geolocation/CHANGELOG.md index 4d0996b63..971a75d47 100644 --- a/libs/geolocation/CHANGELOG.md +++ b/libs/geolocation/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.0.1](https://github.com/tinkoff/ng-web-apis/compare/@ng-web-apis/geolocation@3.0.0...@ng-web-apis/geolocation@3.0.1) (2023-06-26) + +**Note:** Version bump only for package @ng-web-apis/geolocation + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + # 2.1.0 (2023-06-26) ### Features diff --git a/libs/geolocation/package.json b/libs/geolocation/package.json index 78f3193c0..e23c69c7d 100644 --- a/libs/geolocation/package.json +++ b/libs/geolocation/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/geolocation", - "version": "3.0.0", + "version": "3.0.1", "description": "This is a library for declarative use of Geolocation API with Angular", "keywords": [ "angular", diff --git a/libs/intersection-observer/CHANGELOG.md b/libs/intersection-observer/CHANGELOG.md index e3170825d..7fc2346e2 100644 --- a/libs/intersection-observer/CHANGELOG.md +++ b/libs/intersection-observer/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.1.1](https://github.com/tinkoff/ng-web-apis/compare/@ng-web-apis/intersection-observer@3.1.0...@ng-web-apis/intersection-observer@3.1.1) (2023-06-26) + +**Note:** Version bump only for package @ng-web-apis/intersection-observer + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + # 3.1.0 (2023-06-26) ### Features diff --git a/libs/intersection-observer/package.json b/libs/intersection-observer/package.json index e9e620a66..83d31639b 100644 --- a/libs/intersection-observer/package.json +++ b/libs/intersection-observer/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/intersection-observer", - "version": "3.1.0", + "version": "3.1.1", "description": "A library for declarative use of Intersection Observer API with Angular", "keywords": [ "angular", diff --git a/libs/midi/CHANGELOG.md b/libs/midi/CHANGELOG.md index c400a3753..3b64814bf 100644 --- a/libs/midi/CHANGELOG.md +++ b/libs/midi/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.0.1](https://github.com/tinkoff/ng-web-apis/compare/@ng-web-apis/midi@3.0.0...@ng-web-apis/midi@3.0.1) (2023-06-26) + +**Note:** Version bump only for package @ng-web-apis/midi + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + # 1.3.0 (2023-06-26) ### Features diff --git a/libs/midi/package.json b/libs/midi/package.json index 4480c1714..7979f49f3 100644 --- a/libs/midi/package.json +++ b/libs/midi/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/midi", - "version": "3.0.0", + "version": "3.0.1", "description": "An Observable based library for the use of Web MIDI API with Angular", "keywords": [ "angular", diff --git a/libs/mutation-observer/CHANGELOG.md b/libs/mutation-observer/CHANGELOG.md index 9f900dd21..c3aa577aa 100644 --- a/libs/mutation-observer/CHANGELOG.md +++ b/libs/mutation-observer/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.0.1](https://github.com/tinkoff/ng-web-apis/compare/@ng-web-apis/mutation-observer@3.0.0...@ng-web-apis/mutation-observer@3.0.1) (2023-06-26) + +**Note:** Version bump only for package @ng-web-apis/mutation-observer + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + # 2.1.0 (2023-06-26) ### Features diff --git a/libs/mutation-observer/package.json b/libs/mutation-observer/package.json index 6c05d8dc2..408725442 100644 --- a/libs/mutation-observer/package.json +++ b/libs/mutation-observer/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/mutation-observer", - "version": "3.0.0", + "version": "3.0.1", "description": "A library for declarative use of Mutation Observer API with Angular", "keywords": [ "angular", diff --git a/libs/payment-request/CHANGELOG.md b/libs/payment-request/CHANGELOG.md index 083475015..f9ddd4d84 100644 --- a/libs/payment-request/CHANGELOG.md +++ b/libs/payment-request/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.0.1](https://github.com/tinkoff/ng-web-apis/compare/@ng-web-apis/payment-request@3.0.0...@ng-web-apis/payment-request@3.0.1) (2023-06-26) + +**Note:** Version bump only for package @ng-web-apis/payment-request + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + # 1.1.0 (2023-06-26) ### Features diff --git a/libs/payment-request/package.json b/libs/payment-request/package.json index 9e5691344..53d579a7f 100644 --- a/libs/payment-request/package.json +++ b/libs/payment-request/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/payment-request", - "version": "3.0.0", + "version": "3.0.1", "description": "This is a library for declarative use of Payment Request API with Angular", "keywords": [ "angular", diff --git a/libs/permissions/CHANGELOG.md b/libs/permissions/CHANGELOG.md index 578be0c36..af9c88235 100644 --- a/libs/permissions/CHANGELOG.md +++ b/libs/permissions/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.0.1](https://github.com/tinkoff/ng-web-apis/compare/@ng-web-apis/permissions@3.0.0...@ng-web-apis/permissions@3.0.1) (2023-06-26) + +**Note:** Version bump only for package @ng-web-apis/permissions + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + # 2.1.0 (2023-06-26) ### Features diff --git a/libs/permissions/package.json b/libs/permissions/package.json index 820b10c15..d5c3d1250 100644 --- a/libs/permissions/package.json +++ b/libs/permissions/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/permissions", - "version": "3.0.0", + "version": "3.0.1", "description": "A library for comfortable use of Permissions API in Angular applications", "keywords": [ "angular", diff --git a/libs/resize-observer/CHANGELOG.md b/libs/resize-observer/CHANGELOG.md index bdf2bdcd2..7722804ff 100644 --- a/libs/resize-observer/CHANGELOG.md +++ b/libs/resize-observer/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.0.1](https://github.com/tinkoff/ng-web-apis/compare/@ng-web-apis/resize-observer@3.0.0...@ng-web-apis/resize-observer@3.0.1) (2023-06-26) + +**Note:** Version bump only for package @ng-web-apis/resize-observer + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + # 2.1.0 (2023-06-26) ### Features diff --git a/libs/resize-observer/package.json b/libs/resize-observer/package.json index d44f0dbc7..07cf06284 100644 --- a/libs/resize-observer/package.json +++ b/libs/resize-observer/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/resize-observer", - "version": "3.0.0", + "version": "3.0.1", "description": "A library for declarative use of Resize Observer API with Angular", "keywords": [ "angular", diff --git a/libs/speech/CHANGELOG.md b/libs/speech/CHANGELOG.md index c48df724c..9fa79f1c9 100644 --- a/libs/speech/CHANGELOG.md +++ b/libs/speech/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.0.1](https://github.com/tinkoff/ng-web-apis/compare/@ng-web-apis/speech@3.0.0...@ng-web-apis/speech@3.0.1) (2023-06-26) + +**Note:** Version bump only for package @ng-web-apis/speech + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + # 1.1.0 (2023-06-26) ### Features diff --git a/libs/speech/package.json b/libs/speech/package.json index 233695141..48c726dc7 100644 --- a/libs/speech/package.json +++ b/libs/speech/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/speech", - "version": "3.0.0", + "version": "3.0.1", "description": "A library for using Web Speech API with Angular", "keywords": [ "angular", diff --git a/libs/storage/CHANGELOG.md b/libs/storage/CHANGELOG.md index a96a07424..cb93c7180 100644 --- a/libs/storage/CHANGELOG.md +++ b/libs/storage/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.0.1](https://github.com/tinkoff/ng-web-apis/compare/@ng-web-apis/storage@3.0.0...@ng-web-apis/storage@3.0.1) (2023-06-26) + +**Note:** Version bump only for package @ng-web-apis/storage + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + # 1.1.0 (2023-06-26) ### Features diff --git a/libs/storage/package.json b/libs/storage/package.json index 6a89d8588..fc5124b78 100644 --- a/libs/storage/package.json +++ b/libs/storage/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/storage", - "version": "3.0.0", + "version": "3.0.1", "description": "A library to use Web Storage API with Observables", "keywords": [ "angular", diff --git a/libs/universal/CHANGELOG.md b/libs/universal/CHANGELOG.md index 17e67ded0..26fe19af9 100644 --- a/libs/universal/CHANGELOG.md +++ b/libs/universal/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.0.1](https://github.com/tinkoff/ng-web-apis/compare/@ng-web-apis/universal@3.0.0...@ng-web-apis/universal@3.0.1) (2023-06-26) + +**Note:** Version bump only for package @ng-web-apis/universal + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + # 2.2.0 (2023-06-26) ### Features diff --git a/libs/universal/package.json b/libs/universal/package.json index 0a5fa99dc..7f259dc03 100644 --- a/libs/universal/package.json +++ b/libs/universal/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/universal", - "version": "3.0.0", + "version": "3.0.1", "description": "A set of fallback for @ng-web-apis/common for Angular Universal", "keywords": [ "angular", diff --git a/libs/workers/CHANGELOG.md b/libs/workers/CHANGELOG.md index 30e8d5bde..48abaeb64 100644 --- a/libs/workers/CHANGELOG.md +++ b/libs/workers/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.0.1](https://github.com/tinkoff/ng-web-apis/compare/@ng-web-apis/workers@3.0.0...@ng-web-apis/workers@3.0.1) (2023-06-26) + +**Note:** Version bump only for package @ng-web-apis/workers + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + # 1.1.0 (2023-06-26) ### Features diff --git a/libs/workers/package.json b/libs/workers/package.json index 19de44825..b3f2f416e 100644 --- a/libs/workers/package.json +++ b/libs/workers/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/workers", - "version": "3.0.0", + "version": "3.0.1", "description": "A library for comfortable use of Web Workers API in Angular", "keywords": [ "angular", diff --git a/package-lock.json b/package-lock.json index 57ba4c316..f5cdffd84 100644 --- a/package-lock.json +++ b/package-lock.json @@ -100,7 +100,7 @@ }, "libs/audio": { "name": "@ng-web-apis/audio", - "version": "3.0.0", + "version": "3.0.1", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=7.0.0", @@ -109,7 +109,7 @@ }, "libs/canvas": { "name": "@ng-web-apis/canvas", - "version": "3.0.0", + "version": "3.0.1", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=6.0.0", @@ -118,7 +118,7 @@ }, "libs/common": { "name": "@ng-web-apis/common", - "version": "3.0.0", + "version": "3.0.1", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=12.0.0", @@ -128,7 +128,7 @@ }, "libs/geolocation": { "name": "@ng-web-apis/geolocation", - "version": "3.0.0", + "version": "3.0.1", "license": "Apache-2.0", "dependencies": { "tslib": "^2.0.0" @@ -141,7 +141,7 @@ }, "libs/intersection-observer": { "name": "@ng-web-apis/intersection-observer", - "version": "3.1.0", + "version": "3.1.1", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=12.0.0", @@ -150,7 +150,7 @@ }, "libs/midi": { "name": "@ng-web-apis/midi", - "version": "3.0.0", + "version": "3.0.1", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=6.0.0", @@ -161,7 +161,7 @@ }, "libs/mutation-observer": { "name": "@ng-web-apis/mutation-observer", - "version": "3.0.0", + "version": "3.0.1", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=12.0.0", @@ -170,7 +170,7 @@ }, "libs/payment-request": { "name": "@ng-web-apis/payment-request", - "version": "3.0.0", + "version": "3.0.1", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=6.0.0", @@ -181,7 +181,7 @@ }, "libs/permissions": { "name": "@ng-web-apis/permissions", - "version": "3.0.0", + "version": "3.0.1", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=12.0.0", @@ -190,7 +190,7 @@ }, "libs/resize-observer": { "name": "@ng-web-apis/resize-observer", - "version": "3.0.0", + "version": "3.0.1", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=12.0.0", @@ -199,7 +199,7 @@ }, "libs/speech": { "name": "@ng-web-apis/speech", - "version": "3.0.0", + "version": "3.0.1", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=6.0.0", @@ -208,7 +208,7 @@ }, "libs/storage": { "name": "@ng-web-apis/storage", - "version": "3.0.0", + "version": "3.0.1", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=9.0.0", @@ -218,7 +218,7 @@ }, "libs/universal": { "name": "@ng-web-apis/universal", - "version": "3.0.0", + "version": "3.0.1", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=12.0.0", @@ -229,7 +229,7 @@ }, "libs/workers": { "name": "@ng-web-apis/workers", - "version": "3.0.0", + "version": "3.0.1", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=6.0.0",