From c2ef4b042e5b772d40642f5251c3c86f047e06ed Mon Sep 17 00:00:00 2001 From: taiga-family-bot <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 15:09:59 +0000 Subject: [PATCH] chore(release): v4.7.0 --- CHANGELOG.md | 12 ++++++++ libs/audio/package.json | 2 +- libs/canvas/package.json | 4 +-- libs/common/package.json | 2 +- libs/geolocation/package.json | 4 +-- libs/intersection-observer/package.json | 4 +-- libs/midi/package.json | 4 +-- libs/mutation-observer/package.json | 4 +-- libs/notification/package.json | 4 +-- libs/payment-request/package.json | 4 +-- libs/permissions/package.json | 4 +-- libs/platform/package.json | 2 +- libs/resize-observer/package.json | 4 +-- libs/screen-orientation/package.json | 4 +-- libs/speech/package.json | 4 +-- libs/storage/package.json | 4 +-- libs/universal/package.json | 4 +-- libs/view-transition/package.json | 2 +- libs/workers/package.json | 4 +-- package-lock.json | 40 ++++++++++++------------- package.json | 2 +- 21 files changed, 65 insertions(+), 53 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d43cf219..769f010b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +### [4.7.0](https://github.com/taiga-family/ng-web-apis/compare/v4.6.5...v4.7.0) (2024-10-08) + +### 🚀 Features + +- add `platform` package (#939) + [(64db626)](https://github.com/taiga-family/ng-web-apis/commit/64db62666d12e69a6b9ffc1ef04c7b1425af822f) + +### 🐞 Bug Fixes + +- **deps**: update dependency @types/node to >=22.7.5 (#941) + [(35b605f)](https://github.com/taiga-family/ng-web-apis/commit/35b605fe21bcae72f87e9fe8a30765456530e813) + # Changelog All notable changes to this project will be documented in this file. See diff --git a/libs/audio/package.json b/libs/audio/package.json index aefe512f..ac6016de 100644 --- a/libs/audio/package.json +++ b/libs/audio/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/audio", - "version": "4.6.5", + "version": "4.7.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 dfacc548..af14ac91 100644 --- a/libs/canvas/package.json +++ b/libs/canvas/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/canvas", - "version": "4.6.5", + "version": "4.7.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.6.5" + "@ng-web-apis/common": ">=4.7.0" }, "publishConfig": { "access": "public" diff --git a/libs/common/package.json b/libs/common/package.json index 3cdacc09..fe6f7101 100644 --- a/libs/common/package.json +++ b/libs/common/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/common", - "version": "4.6.5", + "version": "4.7.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 c146436d..f60e1a80 100644 --- a/libs/geolocation/package.json +++ b/libs/geolocation/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/geolocation", - "version": "4.6.5", + "version": "4.7.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.6.5" + "@ng-web-apis/common": ">=4.7.0" }, "publishConfig": { "access": "public" diff --git a/libs/intersection-observer/package.json b/libs/intersection-observer/package.json index 92292120..7d2c6202 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.6.5", + "version": "4.7.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.6.5" + "@ng-web-apis/common": ">=4.7.0" }, "publishConfig": { "access": "public" diff --git a/libs/midi/package.json b/libs/midi/package.json index 8aa22945..d36bcbf5 100644 --- a/libs/midi/package.json +++ b/libs/midi/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/midi", - "version": "4.6.5", + "version": "4.7.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.6.5", + "@ng-web-apis/common": ">=4.7.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 a2e2efaf..4a9b2792 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.6.5", + "version": "4.7.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.6.5" + "@ng-web-apis/common": ">=4.7.0" }, "publishConfig": { "access": "public" diff --git a/libs/notification/package.json b/libs/notification/package.json index 8f0afc13..e02c68f5 100644 --- a/libs/notification/package.json +++ b/libs/notification/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/notification", - "version": "4.6.5", + "version": "4.7.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.6.5", + "@ng-web-apis/common": ">=4.7.0", "rxjs": ">=7.0.0" }, "publishConfig": { diff --git a/libs/payment-request/package.json b/libs/payment-request/package.json index 6aa7db4f..2515d2ef 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.6.5", + "version": "4.7.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.6.5", + "@ng-web-apis/common": ">=4.7.0", "rxjs": ">=7.0.0" }, "publishConfig": { diff --git a/libs/permissions/package.json b/libs/permissions/package.json index e98d218a..cf5ab97f 100644 --- a/libs/permissions/package.json +++ b/libs/permissions/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/permissions", - "version": "4.6.5", + "version": "4.7.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.6.5" + "@ng-web-apis/common": ">=4.7.0" }, "publishConfig": { "access": "public" diff --git a/libs/platform/package.json b/libs/platform/package.json index 17ae5896..36d9ac83 100644 --- a/libs/platform/package.json +++ b/libs/platform/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/platfrorm", - "version": "4.6.5", + "version": "4.7.0", "description": "A basic library for web apis", "keywords": [ "angular", diff --git a/libs/resize-observer/package.json b/libs/resize-observer/package.json index 9f24cd07..cf5c1881 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.6.5", + "version": "4.7.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.6.5" + "@ng-web-apis/common": ">=4.7.0" }, "publishConfig": { "access": "public" diff --git a/libs/screen-orientation/package.json b/libs/screen-orientation/package.json index 51c54000..7edb7432 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.6.5", + "version": "4.7.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.6.5", + "@ng-web-apis/common": ">=4.7.0", "rxjs": ">=7.0.0" }, "publishConfig": { diff --git a/libs/speech/package.json b/libs/speech/package.json index 69dbc3f6..6b98618e 100644 --- a/libs/speech/package.json +++ b/libs/speech/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/speech", - "version": "4.6.5", + "version": "4.7.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.6.5", + "@ng-web-apis/common": ">=4.7.0", "@types/dom-speech-recognition": ">=0.0.4" }, "publishConfig": { diff --git a/libs/storage/package.json b/libs/storage/package.json index 0fee2798..350dd379 100644 --- a/libs/storage/package.json +++ b/libs/storage/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/storage", - "version": "4.6.5", + "version": "4.7.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.6.5", + "@ng-web-apis/common": ">=4.7.0", "rxjs": ">=7.0.0" }, "publishConfig": { diff --git a/libs/universal/package.json b/libs/universal/package.json index 51a9be5e..9a6000ab 100644 --- a/libs/universal/package.json +++ b/libs/universal/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/universal", - "version": "4.6.5", + "version": "4.7.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.6.5", + "@ng-web-apis/common": ">=4.7.0", "@types/node": ">=22.7.5", "rxjs": ">=7.0.0" }, diff --git a/libs/view-transition/package.json b/libs/view-transition/package.json index 84aa6ae0..e1a6d847 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.6.5", + "version": "4.7.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 4a620533..0c80ca09 100644 --- a/libs/workers/package.json +++ b/libs/workers/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/workers", - "version": "4.6.5", + "version": "4.7.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.6.5" + "@ng-web-apis/common": ">=4.7.0" }, "publishConfig": { "access": "public" diff --git a/package-lock.json b/package-lock.json index 758c3a8b..ae5c9382 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ng-web-apis", - "version": "4.6.5", + "version": "4.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ng-web-apis", - "version": "4.6.5", + "version": "4.7.0", "license": "Apache-2.0", "workspaces": [ "libs/*" @@ -94,7 +94,7 @@ }, "libs/audio": { "name": "@ng-web-apis/audio", - "version": "4.6.5", + "version": "4.7.0", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=16.0.0", @@ -103,7 +103,7 @@ }, "libs/canvas": { "name": "@ng-web-apis/canvas", - "version": "4.6.5", + "version": "4.7.0", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=16.0.0", @@ -112,7 +112,7 @@ }, "libs/common": { "name": "@ng-web-apis/common", - "version": "4.6.5", + "version": "4.7.0", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=16.0.0", @@ -122,7 +122,7 @@ }, "libs/geolocation": { "name": "@ng-web-apis/geolocation", - "version": "4.6.5", + "version": "4.7.0", "license": "Apache-2.0", "dependencies": { "tslib": "2.7.0" @@ -135,7 +135,7 @@ }, "libs/intersection-observer": { "name": "@ng-web-apis/intersection-observer", - "version": "4.6.5", + "version": "4.7.0", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=16.0.0", @@ -144,7 +144,7 @@ }, "libs/midi": { "name": "@ng-web-apis/midi", - "version": "4.6.5", + "version": "4.7.0", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=16.0.0", @@ -155,7 +155,7 @@ }, "libs/mutation-observer": { "name": "@ng-web-apis/mutation-observer", - "version": "4.6.5", + "version": "4.7.0", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=16.0.0", @@ -164,7 +164,7 @@ }, "libs/notification": { "name": "@ng-web-apis/notification", - "version": "4.6.5", + "version": "4.7.0", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=16.0.0", @@ -174,7 +174,7 @@ }, "libs/payment-request": { "name": "@ng-web-apis/payment-request", - "version": "4.6.5", + "version": "4.7.0", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=16.0.0", @@ -185,7 +185,7 @@ }, "libs/permissions": { "name": "@ng-web-apis/permissions", - "version": "4.6.5", + "version": "4.7.0", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=16.0.0", @@ -194,12 +194,12 @@ }, "libs/platform": { "name": "@ng-web-apis/platfrorm", - "version": "4.6.5", + "version": "4.7.0", "license": "Apache-2.0" }, "libs/resize-observer": { "name": "@ng-web-apis/resize-observer", - "version": "4.6.5", + "version": "4.7.0", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=16.0.0", @@ -208,7 +208,7 @@ }, "libs/screen-orientation": { "name": "@ng-web-apis/screen-orientation", - "version": "4.6.5", + "version": "4.7.0", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=16.0.0", @@ -218,7 +218,7 @@ }, "libs/speech": { "name": "@ng-web-apis/speech", - "version": "4.6.5", + "version": "4.7.0", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=6.0.0", @@ -228,7 +228,7 @@ }, "libs/storage": { "name": "@ng-web-apis/storage", - "version": "4.6.5", + "version": "4.7.0", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=16.0.0", @@ -238,7 +238,7 @@ }, "libs/universal": { "name": "@ng-web-apis/universal", - "version": "4.6.5", + "version": "4.7.0", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=16.0.0", @@ -249,7 +249,7 @@ }, "libs/view-transition": { "name": "@ng-web-apis/view-transition", - "version": "4.6.5", + "version": "4.7.0", "license": "Apache-2.0", "dependencies": { "tslib": "2.7.0" @@ -262,7 +262,7 @@ }, "libs/workers": { "name": "@ng-web-apis/workers", - "version": "4.6.5", + "version": "4.7.0", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=16.0.0", diff --git a/package.json b/package.json index 4d28c367..77e06a74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng-web-apis", - "version": "4.6.5", + "version": "4.7.0", "private": true, "description": "A set of common utils for consuming Web APIs with Angular", "keywords": [