Skip to content

Commit

Permalink
chore(release): v4.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot committed Sep 30, 2024
1 parent 0bc1648 commit 878629f
Show file tree
Hide file tree
Showing 20 changed files with 409 additions and 169 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
All notable changes to this project will be documented in this file. See
[`conventional commits`](https://www.conventionalcommits.org/) guidelines.

### [4.6.5](https://github.com/taiga-family/ng-web-apis/compare/v4.6.4...v4.6.5) (2024-09-29)

### [4.6.4](https://github.com/taiga-family/ng-web-apis/compare/v4.6.3...v4.6.4) (2024-09-25)

### 🐞 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.6.4",
"version": "4.6.5",
"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.6.4",
"version": "4.6.5",
"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.6.4"
"@ng-web-apis/common": ">=4.6.5"
},
"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.6.4",
"version": "4.6.5",
"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.6.4",
"version": "4.6.5",
"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.6.4"
"@ng-web-apis/common": ">=4.6.5"
},
"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.6.4",
"version": "4.6.5",
"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.6.4"
"@ng-web-apis/common": ">=4.6.5"
},
"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.6.4",
"version": "4.6.5",
"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.6.4",
"@ng-web-apis/common": ">=4.6.5",
"@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.6.4",
"version": "4.6.5",
"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.6.4"
"@ng-web-apis/common": ">=4.6.5"
},
"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.6.4",
"version": "4.6.5",
"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.6.4",
"@ng-web-apis/common": ">=4.6.5",
"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.6.4",
"version": "4.6.5",
"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.6.4",
"@ng-web-apis/common": ">=4.6.5",
"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.6.4",
"version": "4.6.5",
"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.6.4"
"@ng-web-apis/common": ">=4.6.5"
},
"publishConfig": {
"access": "public"
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.6.4",
"version": "4.6.5",
"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.6.4"
"@ng-web-apis/common": ">=4.6.5"
},
"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.6.4",
"version": "4.6.5",
"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.6.4",
"@ng-web-apis/common": ">=4.6.5",
"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.6.4",
"version": "4.6.5",
"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.6.4",
"@ng-web-apis/common": ">=4.6.5",
"@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.6.4",
"version": "4.6.5",
"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.6.4",
"@ng-web-apis/common": ">=4.6.5",
"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.6.4",
"version": "4.6.5",
"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.6.4",
"@ng-web-apis/common": ">=4.6.5",
"@types/node": ">=22.7.4",
"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.6.4",
"version": "4.6.5",
"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.6.4",
"version": "4.6.5",
"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.6.4"
"@ng-web-apis/common": ">=4.6.5"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 878629f

Please sign in to comment.