From 8226b02df2bc881a60e190773360f04a1d8cf9cf Mon Sep 17 00:00:00 2001 From: taiga-family-bot <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 13:41:58 +0000 Subject: [PATCH] chore(release): v4.10.0 --- CHANGELOG.md | 7 +++++ 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, 60 insertions(+), 53 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 486658f6..ffc0da64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [4.10.0](https://github.com/taiga-family/ng-web-apis/compare/v4.9.0...v4.10.0) (2024-10-10) + +### 🐞 Bug Fixes + +- **platform**: correct behavior for `isApple` util (#946) + [(9a36f07)](https://github.com/taiga-family/ng-web-apis/commit/9a36f07e3e16131f654b6d29a4cd37adf0862d87) + ### [4.9.0](https://github.com/taiga-family/ng-web-apis/compare/v4.8.0...v4.9.0) (2024-10-10) ### 🚀 Features diff --git a/libs/audio/package.json b/libs/audio/package.json index 99d59870..1dd20dff 100644 --- a/libs/audio/package.json +++ b/libs/audio/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/audio", - "version": "4.9.0", + "version": "4.10.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 faa2c80b..b5f132bb 100644 --- a/libs/canvas/package.json +++ b/libs/canvas/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/canvas", - "version": "4.9.0", + "version": "4.10.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.9.0" + "@ng-web-apis/common": ">=4.10.0" }, "publishConfig": { "access": "public" diff --git a/libs/common/package.json b/libs/common/package.json index aaca61bd..6de9ef02 100644 --- a/libs/common/package.json +++ b/libs/common/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/common", - "version": "4.9.0", + "version": "4.10.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 d52392d9..8eeee056 100644 --- a/libs/geolocation/package.json +++ b/libs/geolocation/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/geolocation", - "version": "4.9.0", + "version": "4.10.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.9.0" + "@ng-web-apis/common": ">=4.10.0" }, "publishConfig": { "access": "public" diff --git a/libs/intersection-observer/package.json b/libs/intersection-observer/package.json index 7fa46cc6..c567f0c3 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.9.0", + "version": "4.10.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.9.0" + "@ng-web-apis/common": ">=4.10.0" }, "publishConfig": { "access": "public" diff --git a/libs/midi/package.json b/libs/midi/package.json index 6ef0e748..077ca618 100644 --- a/libs/midi/package.json +++ b/libs/midi/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/midi", - "version": "4.9.0", + "version": "4.10.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.9.0", + "@ng-web-apis/common": ">=4.10.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 b1b5025a..61c6e6a4 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.9.0", + "version": "4.10.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.9.0" + "@ng-web-apis/common": ">=4.10.0" }, "publishConfig": { "access": "public" diff --git a/libs/notification/package.json b/libs/notification/package.json index f8c48a09..3f274bb8 100644 --- a/libs/notification/package.json +++ b/libs/notification/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/notification", - "version": "4.9.0", + "version": "4.10.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.9.0", + "@ng-web-apis/common": ">=4.10.0", "rxjs": ">=7.0.0" }, "publishConfig": { diff --git a/libs/payment-request/package.json b/libs/payment-request/package.json index 00240fd3..bbed7a90 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.9.0", + "version": "4.10.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.9.0", + "@ng-web-apis/common": ">=4.10.0", "rxjs": ">=7.0.0" }, "publishConfig": { diff --git a/libs/permissions/package.json b/libs/permissions/package.json index 5d391464..f6406fc5 100644 --- a/libs/permissions/package.json +++ b/libs/permissions/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/permissions", - "version": "4.9.0", + "version": "4.10.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.9.0" + "@ng-web-apis/common": ">=4.10.0" }, "publishConfig": { "access": "public" diff --git a/libs/platform/package.json b/libs/platform/package.json index 86b501c1..ee11d446 100644 --- a/libs/platform/package.json +++ b/libs/platform/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/platform", - "version": "4.9.0", + "version": "4.10.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 cf42c9e7..fd71062b 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.9.0", + "version": "4.10.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.9.0" + "@ng-web-apis/common": ">=4.10.0" }, "publishConfig": { "access": "public" diff --git a/libs/screen-orientation/package.json b/libs/screen-orientation/package.json index 8e4ce3ae..e287612e 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.9.0", + "version": "4.10.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.9.0", + "@ng-web-apis/common": ">=4.10.0", "rxjs": ">=7.0.0" }, "publishConfig": { diff --git a/libs/speech/package.json b/libs/speech/package.json index 16d13990..dc099a91 100644 --- a/libs/speech/package.json +++ b/libs/speech/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/speech", - "version": "4.9.0", + "version": "4.10.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.9.0", + "@ng-web-apis/common": ">=4.10.0", "@types/dom-speech-recognition": ">=0.0.4" }, "publishConfig": { diff --git a/libs/storage/package.json b/libs/storage/package.json index 2591b18b..79d3d605 100644 --- a/libs/storage/package.json +++ b/libs/storage/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/storage", - "version": "4.9.0", + "version": "4.10.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.9.0", + "@ng-web-apis/common": ">=4.10.0", "rxjs": ">=7.0.0" }, "publishConfig": { diff --git a/libs/universal/package.json b/libs/universal/package.json index 30fab3dd..3e3096e8 100644 --- a/libs/universal/package.json +++ b/libs/universal/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/universal", - "version": "4.9.0", + "version": "4.10.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.9.0", + "@ng-web-apis/common": ">=4.10.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 6cd76c44..3494c93b 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.9.0", + "version": "4.10.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 2443607a..8c65d531 100644 --- a/libs/workers/package.json +++ b/libs/workers/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/workers", - "version": "4.9.0", + "version": "4.10.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.9.0" + "@ng-web-apis/common": ">=4.10.0" }, "publishConfig": { "access": "public" diff --git a/package-lock.json b/package-lock.json index 5b06201e..839ecf99 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ng-web-apis", - "version": "4.9.0", + "version": "4.10.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ng-web-apis", - "version": "4.9.0", + "version": "4.10.0", "license": "Apache-2.0", "workspaces": [ "libs/*" @@ -94,7 +94,7 @@ }, "libs/audio": { "name": "@ng-web-apis/audio", - "version": "4.9.0", + "version": "4.10.0", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=16.0.0", @@ -103,7 +103,7 @@ }, "libs/canvas": { "name": "@ng-web-apis/canvas", - "version": "4.9.0", + "version": "4.10.0", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=16.0.0", @@ -112,7 +112,7 @@ }, "libs/common": { "name": "@ng-web-apis/common", - "version": "4.9.0", + "version": "4.10.0", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=16.0.0", @@ -122,7 +122,7 @@ }, "libs/geolocation": { "name": "@ng-web-apis/geolocation", - "version": "4.9.0", + "version": "4.10.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.9.0", + "version": "4.10.0", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=16.0.0", @@ -144,7 +144,7 @@ }, "libs/midi": { "name": "@ng-web-apis/midi", - "version": "4.9.0", + "version": "4.10.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.9.0", + "version": "4.10.0", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=16.0.0", @@ -164,7 +164,7 @@ }, "libs/notification": { "name": "@ng-web-apis/notification", - "version": "4.9.0", + "version": "4.10.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.9.0", + "version": "4.10.0", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=16.0.0", @@ -185,7 +185,7 @@ }, "libs/permissions": { "name": "@ng-web-apis/permissions", - "version": "4.9.0", + "version": "4.10.0", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=16.0.0", @@ -194,12 +194,12 @@ }, "libs/platform": { "name": "@ng-web-apis/platform", - "version": "4.9.0", + "version": "4.10.0", "license": "Apache-2.0" }, "libs/resize-observer": { "name": "@ng-web-apis/resize-observer", - "version": "4.9.0", + "version": "4.10.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.9.0", + "version": "4.10.0", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=16.0.0", @@ -218,7 +218,7 @@ }, "libs/speech": { "name": "@ng-web-apis/speech", - "version": "4.9.0", + "version": "4.10.0", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=6.0.0", @@ -228,7 +228,7 @@ }, "libs/storage": { "name": "@ng-web-apis/storage", - "version": "4.9.0", + "version": "4.10.0", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=16.0.0", @@ -238,7 +238,7 @@ }, "libs/universal": { "name": "@ng-web-apis/universal", - "version": "4.9.0", + "version": "4.10.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.9.0", + "version": "4.10.0", "license": "Apache-2.0", "dependencies": { "tslib": "2.7.0" @@ -262,7 +262,7 @@ }, "libs/workers": { "name": "@ng-web-apis/workers", - "version": "4.9.0", + "version": "4.10.0", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=16.0.0", diff --git a/package.json b/package.json index 5dc0fae9..cd78a70c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng-web-apis", - "version": "4.9.0", + "version": "4.10.0", "private": true, "description": "A set of common utils for consuming Web APIs with Angular", "keywords": [