Skip to content

Commit

Permalink
chore(release): v4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 10, 2024
1 parent 70543f1 commit 3dc11b0
Show file tree
Hide file tree
Showing 21 changed files with 515 additions and 204 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### [4.9.0](https://github.com/taiga-family/ng-web-apis/compare/v4.8.0...v4.9.0) (2024-10-10)

### 🚀 Features

- **platform**: add `WA_IS_TOUCH`, `WA_IS_WEBKIT`, `WA_IS_ANDROID`, `WA_IS_IOS`, `WA_IS_MOBILE` (#944)
[(70543f1)](https://github.com/taiga-family/ng-web-apis/commit/70543f1548e31c0478a093c92214b2e0e65c0b9d)

### [4.8.0](https://github.com/taiga-family/ng-web-apis/compare/v4.7.0...v4.8.0) (2024-10-08)

### 🐞 Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion libs/audio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ng-web-apis/audio",
"version": "4.8.0",
"version": "4.9.0",
"description": "This is a library for declarative use of Web Audio API with Angular",
"keywords": [
"angular",
Expand Down
4 changes: 2 additions & 2 deletions libs/canvas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ng-web-apis/canvas",
"version": "4.8.0",
"version": "4.9.0",
"description": "A library for declarative use of Canvas API with Angular",
"keywords": [
"angular",
Expand All @@ -25,7 +25,7 @@
],
"peerDependencies": {
"@angular/core": ">=16.0.0",
"@ng-web-apis/common": ">=4.8.0"
"@ng-web-apis/common": ">=4.9.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion libs/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ng-web-apis/common",
"version": "4.8.0",
"version": "4.9.0",
"description": "A set of common utils for consuming Web APIs with Angular",
"keywords": [
"angular",
Expand Down
4 changes: 2 additions & 2 deletions libs/geolocation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ng-web-apis/geolocation",
"version": "4.8.0",
"version": "4.9.0",
"description": "This is a library for declarative use of Geolocation API with Angular",
"keywords": [
"angular",
Expand Down Expand Up @@ -28,7 +28,7 @@
"peerDependencies": {
"@angular/common": ">=16.0.0",
"@angular/core": ">=16.0.0",
"@ng-web-apis/common": ">=4.8.0"
"@ng-web-apis/common": ">=4.9.0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions libs/intersection-observer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ng-web-apis/intersection-observer",
"version": "4.8.0",
"version": "4.9.0",
"description": "A library for declarative use of Intersection Observer API with Angular",
"keywords": [
"angular",
Expand All @@ -21,7 +21,7 @@
],
"peerDependencies": {
"@angular/core": ">=16.0.0",
"@ng-web-apis/common": ">=4.8.0"
"@ng-web-apis/common": ">=4.9.0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions libs/midi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ng-web-apis/midi",
"version": "4.8.0",
"version": "4.9.0",
"description": "An Observable based library for the use of Web MIDI API with Angular",
"keywords": [
"angular",
Expand All @@ -24,7 +24,7 @@
],
"peerDependencies": {
"@angular/core": ">=16.0.0",
"@ng-web-apis/common": ">=4.8.0",
"@ng-web-apis/common": ">=4.9.0",
"@types/webmidi": ">=2.1.0",
"rxjs": ">=7.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions libs/mutation-observer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ng-web-apis/mutation-observer",
"version": "4.8.0",
"version": "4.9.0",
"description": "A library for declarative use of Mutation Observer API with Angular",
"keywords": [
"angular",
Expand All @@ -21,7 +21,7 @@
],
"peerDependencies": {
"@angular/core": ">=16.0.0",
"@ng-web-apis/common": ">=4.8.0"
"@ng-web-apis/common": ">=4.9.0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions libs/notification/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ng-web-apis/notification",
"version": "4.8.0",
"version": "4.9.0",
"description": "A library for declarative use of Notification API with Angular",
"keywords": [
"angular",
Expand All @@ -20,7 +20,7 @@
],
"peerDependencies": {
"@angular/core": ">=16.0.0",
"@ng-web-apis/common": ">=4.8.0",
"@ng-web-apis/common": ">=4.9.0",
"rxjs": ">=7.0.0"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions libs/payment-request/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ng-web-apis/payment-request",
"version": "4.8.0",
"version": "4.9.0",
"description": "This is a library for declarative use of Payment Request API with Angular",
"keywords": [
"angular",
Expand All @@ -26,7 +26,7 @@
"peerDependencies": {
"@angular/common": ">=16.0.0",
"@angular/core": ">=16.0.0",
"@ng-web-apis/common": ">=4.8.0",
"@ng-web-apis/common": ">=4.9.0",
"rxjs": ">=7.0.0"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions libs/permissions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ng-web-apis/permissions",
"version": "4.8.0",
"version": "4.9.0",
"description": "A library for comfortable use of Permissions API in Angular applications",
"keywords": [
"angular",
Expand All @@ -27,7 +27,7 @@
],
"peerDependencies": {
"@angular/core": ">=16.0.0",
"@ng-web-apis/common": ">=4.8.0"
"@ng-web-apis/common": ">=4.9.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion libs/platform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ng-web-apis/platform",
"version": "4.8.0",
"version": "4.9.0",
"description": "A basic library for web apis",
"keywords": [
"angular",
Expand Down
4 changes: 2 additions & 2 deletions libs/resize-observer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ng-web-apis/resize-observer",
"version": "4.8.0",
"version": "4.9.0",
"description": "A library for declarative use of Resize Observer API with Angular",
"keywords": [
"angular",
Expand All @@ -22,7 +22,7 @@
],
"peerDependencies": {
"@angular/core": ">=16.0.0",
"@ng-web-apis/common": ">=4.8.0"
"@ng-web-apis/common": ">=4.9.0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions libs/screen-orientation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ng-web-apis/screen-orientation",
"version": "4.8.0",
"version": "4.9.0",
"description": "A library for declarative use of screen orientation with Angular",
"keywords": [
"angular",
Expand All @@ -18,7 +18,7 @@
},
"peerDependencies": {
"@angular/core": ">=16.0.0",
"@ng-web-apis/common": ">=4.8.0",
"@ng-web-apis/common": ">=4.9.0",
"rxjs": ">=7.0.0"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions libs/speech/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ng-web-apis/speech",
"version": "4.8.0",
"version": "4.9.0",
"description": "A library for using Web Speech API with Angular",
"keywords": [
"angular",
Expand All @@ -26,7 +26,7 @@
],
"peerDependencies": {
"@angular/core": ">=6.0.0",
"@ng-web-apis/common": ">=4.8.0",
"@ng-web-apis/common": ">=4.9.0",
"@types/dom-speech-recognition": ">=0.0.4"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions libs/storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ng-web-apis/storage",
"version": "4.8.0",
"version": "4.9.0",
"description": "A library to use Web Storage API with Observables",
"keywords": [
"angular",
Expand All @@ -24,7 +24,7 @@
],
"peerDependencies": {
"@angular/core": ">=16.0.0",
"@ng-web-apis/common": ">=4.8.0",
"@ng-web-apis/common": ">=4.9.0",
"rxjs": ">=7.0.0"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions libs/universal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ng-web-apis/universal",
"version": "4.8.0",
"version": "4.9.0",
"description": "A set of fallback for @ng-web-apis/common for Angular Universal",
"keywords": [
"angular",
Expand Down Expand Up @@ -30,7 +30,7 @@
],
"peerDependencies": {
"@angular/core": ">=16.0.0",
"@ng-web-apis/common": ">=4.8.0",
"@ng-web-apis/common": ">=4.9.0",
"@types/node": ">=22.7.5",
"rxjs": ">=7.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion libs/view-transition/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ng-web-apis/view-transition",
"version": "4.8.0",
"version": "4.9.0",
"description": "This is a library for declarative use of View Transition API with Angular",
"keywords": [
"angular",
Expand Down
4 changes: 2 additions & 2 deletions libs/workers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ng-web-apis/workers",
"version": "4.8.0",
"version": "4.9.0",
"description": "A library for comfortable use of Web Workers API in Angular",
"keywords": [
"angular",
Expand All @@ -24,7 +24,7 @@
],
"peerDependencies": {
"@angular/core": ">=16.0.0",
"@ng-web-apis/common": ">=4.8.0"
"@ng-web-apis/common": ">=4.9.0"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 3dc11b0

Please sign in to comment.