diff --git a/CHANGELOG.md b/CHANGELOG.md index 46c6bdfa..240c81ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,12 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v4.6.0](https://github.com/taiga-family/ng-web-apis/compare/v4.5.0...v4.6.0) + #### [v4.5.0](https://github.com/taiga-family/ng-web-apis/compare/v4.4.0...v4.5.0) +> 13 September 2024 + - refactor: drop redundant files [`8fdf109`](https://github.com/taiga-family/ng-web-apis/commit/8fdf109d6a84774131f5afab89cee53711f547e4) - fix: just bump version diff --git a/libs/audio/package.json b/libs/audio/package.json index 86ff7fde..65b724a9 100644 --- a/libs/audio/package.json +++ b/libs/audio/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/audio", - "version": "4.5.1", + "version": "4.6.0", "description": "This is a library for declarative use of Web Audio API with Angular", "keywords": [ "angular", diff --git a/libs/canvas/package.json b/libs/canvas/package.json index 7e537658..505e7ade 100644 --- a/libs/canvas/package.json +++ b/libs/canvas/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/canvas", - "version": "4.5.1", + "version": "4.6.0", "description": "A library for declarative use of Canvas API with Angular", "keywords": [ "angular", @@ -25,7 +25,7 @@ ], "peerDependencies": { "@angular/core": ">=16.0.0", - "@ng-web-apis/common": ">=4.5.1" + "@ng-web-apis/common": ">=4.6.0" }, "publishConfig": { "access": "public" diff --git a/libs/common/package.json b/libs/common/package.json index 045a77e7..5b637b3f 100644 --- a/libs/common/package.json +++ b/libs/common/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/common", - "version": "4.5.1", + "version": "4.6.0", "description": "A set of common utils for consuming Web APIs with Angular", "keywords": [ "angular", diff --git a/libs/geolocation/package.json b/libs/geolocation/package.json index 0730ae22..be060bc5 100644 --- a/libs/geolocation/package.json +++ b/libs/geolocation/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/geolocation", - "version": "4.5.1", + "version": "4.6.0", "description": "This is a library for declarative use of Geolocation API with Angular", "keywords": [ "angular", @@ -28,7 +28,7 @@ "peerDependencies": { "@angular/common": ">=16.0.0", "@angular/core": ">=16.0.0", - "@ng-web-apis/common": ">=4.5.1" + "@ng-web-apis/common": ">=4.6.0" }, "publishConfig": { "access": "public" diff --git a/libs/intersection-observer/package.json b/libs/intersection-observer/package.json index 6ceb7090..2704bf8a 100644 --- a/libs/intersection-observer/package.json +++ b/libs/intersection-observer/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/intersection-observer", - "version": "4.5.1", + "version": "4.6.0", "description": "A library for declarative use of Intersection Observer API with Angular", "keywords": [ "angular", @@ -21,7 +21,7 @@ ], "peerDependencies": { "@angular/core": ">=16.0.0", - "@ng-web-apis/common": ">=4.5.1" + "@ng-web-apis/common": ">=4.6.0" }, "publishConfig": { "access": "public" diff --git a/libs/midi/package.json b/libs/midi/package.json index 72e356aa..515e138a 100644 --- a/libs/midi/package.json +++ b/libs/midi/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/midi", - "version": "4.5.1", + "version": "4.6.0", "description": "An Observable based library for the use of Web MIDI API with Angular", "keywords": [ "angular", @@ -24,7 +24,7 @@ ], "peerDependencies": { "@angular/core": ">=16.0.0", - "@ng-web-apis/common": ">=4.5.1", + "@ng-web-apis/common": ">=4.6.0", "@types/webmidi": ">=2.1.0", "rxjs": ">=7.0.0" }, diff --git a/libs/mutation-observer/package.json b/libs/mutation-observer/package.json index e3b90ef2..ca28093b 100644 --- a/libs/mutation-observer/package.json +++ b/libs/mutation-observer/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/mutation-observer", - "version": "4.5.1", + "version": "4.6.0", "description": "A library for declarative use of Mutation Observer API with Angular", "keywords": [ "angular", @@ -21,7 +21,7 @@ ], "peerDependencies": { "@angular/core": ">=16.0.0", - "@ng-web-apis/common": ">=4.5.1" + "@ng-web-apis/common": ">=4.6.0" }, "publishConfig": { "access": "public" diff --git a/libs/notification/package.json b/libs/notification/package.json index 4ca1d0f0..aa766deb 100644 --- a/libs/notification/package.json +++ b/libs/notification/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/notification", - "version": "4.5.1", + "version": "4.6.0", "description": "A library for declarative use of Notification API with Angular", "keywords": [ "angular", @@ -20,7 +20,7 @@ ], "peerDependencies": { "@angular/core": ">=16.0.0", - "@ng-web-apis/common": ">=4.5.1", + "@ng-web-apis/common": ">=4.6.0", "rxjs": ">=7.0.0" }, "publishConfig": { diff --git a/libs/payment-request/package.json b/libs/payment-request/package.json index 0db3646d..0983e3f2 100644 --- a/libs/payment-request/package.json +++ b/libs/payment-request/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/payment-request", - "version": "4.5.1", + "version": "4.6.0", "description": "This is a library for declarative use of Payment Request API with Angular", "keywords": [ "angular", @@ -26,7 +26,7 @@ "peerDependencies": { "@angular/common": ">=16.0.0", "@angular/core": ">=16.0.0", - "@ng-web-apis/common": ">=4.5.1", + "@ng-web-apis/common": ">=4.6.0", "rxjs": ">=7.0.0" }, "publishConfig": { diff --git a/libs/permissions/package.json b/libs/permissions/package.json index 11c5813d..fe126aca 100644 --- a/libs/permissions/package.json +++ b/libs/permissions/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/permissions", - "version": "4.5.1", + "version": "4.6.0", "description": "A library for comfortable use of Permissions API in Angular applications", "keywords": [ "angular", @@ -27,7 +27,7 @@ ], "peerDependencies": { "@angular/core": ">=16.0.0", - "@ng-web-apis/common": ">=4.5.1" + "@ng-web-apis/common": ">=4.6.0" }, "publishConfig": { "access": "public" diff --git a/libs/resize-observer/package.json b/libs/resize-observer/package.json index c2a53c14..1f3c9af5 100644 --- a/libs/resize-observer/package.json +++ b/libs/resize-observer/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/resize-observer", - "version": "4.5.1", + "version": "4.6.0", "description": "A library for declarative use of Resize Observer API with Angular", "keywords": [ "angular", @@ -22,7 +22,7 @@ ], "peerDependencies": { "@angular/core": ">=16.0.0", - "@ng-web-apis/common": ">=4.5.1" + "@ng-web-apis/common": ">=4.6.0" }, "publishConfig": { "access": "public" diff --git a/libs/screen-orientation/package.json b/libs/screen-orientation/package.json index 87c1383c..479c8dab 100644 --- a/libs/screen-orientation/package.json +++ b/libs/screen-orientation/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/screen-orientation", - "version": "4.5.1", + "version": "4.6.0", "description": "A library for declarative use of screen orientation with Angular", "keywords": [ "angular", @@ -18,7 +18,7 @@ }, "peerDependencies": { "@angular/core": ">=16.0.0", - "@ng-web-apis/common": ">=4.5.1", + "@ng-web-apis/common": ">=4.6.0", "rxjs": ">=7.0.0" }, "publishConfig": { diff --git a/libs/speech/package.json b/libs/speech/package.json index da5fa321..7c3a9a61 100644 --- a/libs/speech/package.json +++ b/libs/speech/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/speech", - "version": "4.5.1", + "version": "4.6.0", "description": "A library for using Web Speech API with Angular", "keywords": [ "angular", @@ -26,7 +26,7 @@ ], "peerDependencies": { "@angular/core": ">=6.0.0", - "@ng-web-apis/common": ">=4.5.1", + "@ng-web-apis/common": ">=4.6.0", "@types/dom-speech-recognition": ">=0.0.4" }, "publishConfig": { diff --git a/libs/storage/package.json b/libs/storage/package.json index b16a325d..b96649f2 100644 --- a/libs/storage/package.json +++ b/libs/storage/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/storage", - "version": "4.5.1", + "version": "4.6.0", "description": "A library to use Web Storage API with Observables", "keywords": [ "angular", @@ -24,7 +24,7 @@ ], "peerDependencies": { "@angular/core": ">=16.0.0", - "@ng-web-apis/common": ">=4.5.1", + "@ng-web-apis/common": ">=4.6.0", "rxjs": ">=7.0.0" }, "publishConfig": { diff --git a/libs/universal/package.json b/libs/universal/package.json index e658e5cc..46769900 100644 --- a/libs/universal/package.json +++ b/libs/universal/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/universal", - "version": "4.5.1", + "version": "4.6.0", "description": "A set of fallback for @ng-web-apis/common for Angular Universal", "keywords": [ "angular", @@ -30,7 +30,7 @@ ], "peerDependencies": { "@angular/core": ">=16.0.0", - "@ng-web-apis/common": ">=4.5.1", + "@ng-web-apis/common": ">=4.6.0", "@types/node": ">=22.5.5", "rxjs": ">=7.0.0" }, diff --git a/libs/view-transition/package.json b/libs/view-transition/package.json index 8fe652cf..2bb2b57c 100644 --- a/libs/view-transition/package.json +++ b/libs/view-transition/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/view-transition", - "version": "4.5.1", + "version": "4.6.0", "description": "This is a library for declarative use of View Transition API with Angular", "keywords": [ "angular", diff --git a/libs/workers/package.json b/libs/workers/package.json index baeabc09..975f8999 100644 --- a/libs/workers/package.json +++ b/libs/workers/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/workers", - "version": "4.5.1", + "version": "4.6.0", "description": "A library for comfortable use of Web Workers API in Angular", "keywords": [ "angular", @@ -24,7 +24,7 @@ ], "peerDependencies": { "@angular/core": ">=16.0.0", - "@ng-web-apis/common": ">=4.5.1" + "@ng-web-apis/common": ">=4.6.0" }, "publishConfig": { "access": "public" diff --git a/package-lock.json b/package-lock.json index f1bc5d7d..5960d1ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ng-web-apis", - "version": "4.5.1", + "version": "4.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ng-web-apis", - "version": "4.5.1", + "version": "4.6.0", "license": "Apache-2.0", "workspaces": [ "libs/*" @@ -101,7 +101,7 @@ }, "libs/audio": { "name": "@ng-web-apis/audio", - "version": "4.5.1", + "version": "4.6.0", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=16.0.0", @@ -110,7 +110,7 @@ }, "libs/canvas": { "name": "@ng-web-apis/canvas", - "version": "4.5.1", + "version": "4.6.0", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=16.0.0", @@ -119,7 +119,7 @@ }, "libs/common": { "name": "@ng-web-apis/common", - "version": "4.5.1", + "version": "4.6.0", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=16.0.0", @@ -129,7 +129,7 @@ }, "libs/geolocation": { "name": "@ng-web-apis/geolocation", - "version": "4.5.1", + "version": "4.6.0", "license": "Apache-2.0", "dependencies": { "tslib": "2.7.0" @@ -142,7 +142,7 @@ }, "libs/intersection-observer": { "name": "@ng-web-apis/intersection-observer", - "version": "4.5.1", + "version": "4.6.0", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=16.0.0", @@ -151,7 +151,7 @@ }, "libs/midi": { "name": "@ng-web-apis/midi", - "version": "4.5.1", + "version": "4.6.0", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=16.0.0", @@ -162,7 +162,7 @@ }, "libs/mutation-observer": { "name": "@ng-web-apis/mutation-observer", - "version": "4.5.1", + "version": "4.6.0", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=16.0.0", @@ -171,7 +171,7 @@ }, "libs/notification": { "name": "@ng-web-apis/notification", - "version": "4.5.1", + "version": "4.6.0", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=16.0.0", @@ -181,7 +181,7 @@ }, "libs/payment-request": { "name": "@ng-web-apis/payment-request", - "version": "4.5.1", + "version": "4.6.0", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=16.0.0", @@ -192,7 +192,7 @@ }, "libs/permissions": { "name": "@ng-web-apis/permissions", - "version": "4.5.1", + "version": "4.6.0", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=16.0.0", @@ -201,7 +201,7 @@ }, "libs/resize-observer": { "name": "@ng-web-apis/resize-observer", - "version": "4.5.1", + "version": "4.6.0", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=16.0.0", @@ -210,7 +210,7 @@ }, "libs/screen-orientation": { "name": "@ng-web-apis/screen-orientation", - "version": "4.5.1", + "version": "4.6.0", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=16.0.0", @@ -220,7 +220,7 @@ }, "libs/speech": { "name": "@ng-web-apis/speech", - "version": "4.5.1", + "version": "4.6.0", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=6.0.0", @@ -230,7 +230,7 @@ }, "libs/storage": { "name": "@ng-web-apis/storage", - "version": "4.5.1", + "version": "4.6.0", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=16.0.0", @@ -240,7 +240,7 @@ }, "libs/universal": { "name": "@ng-web-apis/universal", - "version": "4.5.1", + "version": "4.6.0", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=16.0.0", @@ -251,7 +251,7 @@ }, "libs/view-transition": { "name": "@ng-web-apis/view-transition", - "version": "4.5.1", + "version": "4.6.0", "license": "Apache-2.0", "dependencies": { "tslib": "2.7.0" @@ -264,7 +264,7 @@ }, "libs/workers": { "name": "@ng-web-apis/workers", - "version": "4.5.1", + "version": "4.6.0", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=16.0.0", diff --git a/package.json b/package.json index 520dc484..545c16d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng-web-apis", - "version": "4.5.1", + "version": "4.6.0", "private": true, "description": "A set of common utils for consuming Web APIs with Angular", "keywords": [