Skip to content

Commit

Permalink
chore: publish access by default
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Sep 16, 2024
1 parent 268198d commit 8864c50
Show file tree
Hide file tree
Showing 19 changed files with 110 additions and 65 deletions.
5 changes: 4 additions & 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.5.0",
"version": "4.5.1",
"description": "This is a library for declarative use of Web Audio API with Angular",
"keywords": [
"angular",
Expand All @@ -26,5 +26,8 @@
"peerDependencies": {
"@angular/core": ">=16.0.0",
"rxjs": ">=7.0.0"
},
"publishConfig": {
"access": "public"
}
}
7 changes: 5 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.5.0",
"version": "4.5.1",
"description": "A library for declarative use of Canvas API with Angular",
"keywords": [
"angular",
Expand All @@ -25,6 +25,9 @@
],
"peerDependencies": {
"@angular/core": ">=16.0.0",
"@ng-web-apis/common": ">=4.5.0"
"@ng-web-apis/common": ">=4.5.1"
},
"publishConfig": {
"access": "public"
}
}
5 changes: 4 additions & 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.5.0",
"version": "4.5.1",
"description": "A set of common utils for consuming Web APIs with Angular",
"keywords": [
"angular",
Expand Down Expand Up @@ -29,5 +29,8 @@
"@angular/common": ">=16.0.0",
"@angular/core": ">=16.0.0",
"rxjs": ">=7.0.0"
},
"publishConfig": {
"access": "public"
}
}
7 changes: 5 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.5.0",
"version": "4.5.1",
"description": "This is a library for declarative use of Geolocation API with Angular",
"keywords": [
"angular",
Expand Down Expand Up @@ -28,6 +28,9 @@
"peerDependencies": {
"@angular/common": ">=16.0.0",
"@angular/core": ">=16.0.0",
"@ng-web-apis/common": ">=4.5.0"
"@ng-web-apis/common": ">=4.5.1"
},
"publishConfig": {
"access": "public"
}
}
7 changes: 5 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.5.0",
"version": "4.5.1",
"description": "A library for declarative use of Intersection Observer API with Angular",
"keywords": [
"angular",
Expand All @@ -21,6 +21,9 @@
],
"peerDependencies": {
"@angular/core": ">=16.0.0",
"@ng-web-apis/common": ">=4.5.0"
"@ng-web-apis/common": ">=4.5.1"
},
"publishConfig": {
"access": "public"
}
}
7 changes: 5 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.5.0",
"version": "4.5.1",
"description": "An Observable based library for the use of Web MIDI API with Angular",
"keywords": [
"angular",
Expand All @@ -24,8 +24,11 @@
],
"peerDependencies": {
"@angular/core": ">=16.0.0",
"@ng-web-apis/common": ">=4.5.0",
"@ng-web-apis/common": ">=4.5.1",
"@types/webmidi": ">=2.1.0",
"rxjs": ">=7.0.0"
},
"publishConfig": {
"access": "public"
}
}
7 changes: 5 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.5.0",
"version": "4.5.1",
"description": "A library for declarative use of Mutation Observer API with Angular",
"keywords": [
"angular",
Expand All @@ -21,6 +21,9 @@
],
"peerDependencies": {
"@angular/core": ">=16.0.0",
"@ng-web-apis/common": ">=4.5.0"
"@ng-web-apis/common": ">=4.5.1"
},
"publishConfig": {
"access": "public"
}
}
7 changes: 5 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.5.0",
"version": "4.5.1",
"description": "A library for declarative use of Notification API with Angular",
"keywords": [
"angular",
Expand All @@ -20,7 +20,10 @@
],
"peerDependencies": {
"@angular/core": ">=16.0.0",
"@ng-web-apis/common": ">=4.5.0",
"@ng-web-apis/common": ">=4.5.1",
"rxjs": ">=7.0.0"
},
"publishConfig": {
"access": "public"
}
}
7 changes: 5 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.5.0",
"version": "4.5.1",
"description": "This is a library for declarative use of Payment Request API with Angular",
"keywords": [
"angular",
Expand All @@ -26,7 +26,10 @@
"peerDependencies": {
"@angular/common": ">=16.0.0",
"@angular/core": ">=16.0.0",
"@ng-web-apis/common": ">=4.5.0",
"@ng-web-apis/common": ">=4.5.1",
"rxjs": ">=7.0.0"
},
"publishConfig": {
"access": "public"
}
}
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.5.0",
"version": "4.5.1",
"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.5.0"
"@ng-web-apis/common": ">=4.5.1"
},
"publishConfig": {
"access": "public"
Expand Down
7 changes: 5 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.5.0",
"version": "4.5.1",
"description": "A library for declarative use of Resize Observer API with Angular",
"keywords": [
"angular",
Expand All @@ -22,6 +22,9 @@
],
"peerDependencies": {
"@angular/core": ">=16.0.0",
"@ng-web-apis/common": ">=4.5.0"
"@ng-web-apis/common": ">=4.5.1"
},
"publishConfig": {
"access": "public"
}
}
7 changes: 5 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.5.0",
"version": "4.5.1",
"description": "A library for declarative use of screen orientation with Angular",
"keywords": [
"angular",
Expand All @@ -18,7 +18,10 @@
},
"peerDependencies": {
"@angular/core": ">=16.0.0",
"@ng-web-apis/common": ">=4.5.0",
"@ng-web-apis/common": ">=4.5.1",
"rxjs": ">=7.0.0"
},
"publishConfig": {
"access": "public"
}
}
7 changes: 5 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.5.0",
"version": "4.5.1",
"description": "A library for using Web Speech API with Angular",
"keywords": [
"angular",
Expand All @@ -26,7 +26,10 @@
],
"peerDependencies": {
"@angular/core": ">=6.0.0",
"@ng-web-apis/common": ">=4.5.0",
"@ng-web-apis/common": ">=4.5.1",
"@types/dom-speech-recognition": ">=0.0.4"
},
"publishConfig": {
"access": "public"
}
}
7 changes: 5 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.5.0",
"version": "4.5.1",
"description": "A library to use Web Storage API with Observables",
"keywords": [
"angular",
Expand All @@ -24,7 +24,10 @@
],
"peerDependencies": {
"@angular/core": ">=16.0.0",
"@ng-web-apis/common": ">=4.5.0",
"@ng-web-apis/common": ">=4.5.1",
"rxjs": ">=7.0.0"
},
"publishConfig": {
"access": "public"
}
}
7 changes: 5 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.5.0",
"version": "4.5.1",
"description": "A set of fallback for @ng-web-apis/common for Angular Universal",
"keywords": [
"angular",
Expand Down Expand Up @@ -30,8 +30,11 @@
],
"peerDependencies": {
"@angular/core": ">=16.0.0",
"@ng-web-apis/common": ">=4.5.0",
"@ng-web-apis/common": ">=4.5.1",
"@types/node": ">=22.5.5",
"rxjs": ">=7.0.0"
},
"publishConfig": {
"access": "public"
}
}
5 changes: 4 additions & 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.5.0",
"version": "4.5.1",
"description": "This is a library for declarative use of View Transition API with Angular",
"keywords": [
"angular",
Expand All @@ -27,5 +27,8 @@
"@angular/common": ">=16.0.0",
"@angular/core": ">=16.0.0",
"@types/dom-view-transitions": ">=1.0.5"
},
"publishConfig": {
"access": "public"
}
}
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.5.0",
"version": "4.5.1",
"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.5.0"
"@ng-web-apis/common": ">=4.5.1"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 8864c50

Please sign in to comment.