Skip to content

Commit

Permalink
Updated packaged version and workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aaltotsky committed Aug 30, 2023
1 parent b03631c commit 3718072
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actionbuild-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- Development

env:
NODE_VERSION: '12.x' # set this to the node version to use
NODE_VERSION: '18.x' # set this to the node version to use
DOTNET_VERSION: '3.1.401' # set this to the dotnet version to use
ASURE_STORAGE_KEY: ${{ format('{0}', secrets.AZURE_DEPLOYMENT_STORAGE_CONNECTION_STRING) }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/actionbuild-feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- Development

env:
NODE_VERSION: '12.x' # set this to the node version to use
NODE_VERSION: '18.x' # set this to the node version to use
DOTNET_VERSION: '3.1.401' # set this to the dotnet version to use
ASURE_STORAGE_KEY: ${{ format('{0}', secrets.AZURE_DEPLOYMENT_STORAGE_CONNECTION_STRING) }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/actionbuild-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- master

env:
NODE_VERSION: '12.x' # set this to the node version to use
NODE_VERSION: '18.x' # set this to the node version to use
DOTNET_VERSION: '3.1.401' # set this to the dotnet version to use
ASURE_STORAGE_KEY: ${{ format('{0}', secrets.AZURE_DEPLOYMENT_STORAGE_CONNECTION_STRING) }}

Expand Down
2 changes: 1 addition & 1 deletion Services/ngx-utils-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"ngx-quill": "16.2.1",
"quill": "^1.3.7",
"resize-observer-polyfill": "^1.5.1",
"rxjs": "~6.6.7",
"rxjs": "^7.4.0",
"scss-bundle": "^3.1.2",
"tslib": "^2.5.0",
"zone.js": "~0.11.4"
Expand Down
4 changes: 2 additions & 2 deletions Services/ngx-utils-demo/projects/http-hub-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@renet-consulting/http-hub-client",
"version": "14.0.2",
"version": "14.0.3",
"author": "Michael Vasyliv",
"license": "MIT",
"private": false,
Expand All @@ -20,6 +20,6 @@
"@angular/common": "^14.0.0",
"@angular/core": "^14.0.0",
"@aspnet/signalr": "^1.1.4",
"rxjs": "~6.6.7"
"rxjs": "^7.4.0"
}
}
4 changes: 2 additions & 2 deletions Services/ngx-utils-demo/projects/infinite-source/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@renet-consulting/infinite-source",
"version": "14.0.2",
"version": "14.0.3",
"author": "Michael Vasyliv",
"license": "MIT",
"private": false,
Expand All @@ -18,6 +18,6 @@
},
"peerDependencies": {
"@angular/cdk": "^14.0.0",
"rxjs": "~6.6.7"
"rxjs": "^7.4.0"
}
}
4 changes: 2 additions & 2 deletions Services/ngx-utils-demo/projects/interceptors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@renet-consulting/interceptors",
"version": "14.0.2",
"version": "14.0.3",
"author": "Michael Vasyliv, Alexander Altotsky",
"license": "MIT",
"private": false,
Expand All @@ -18,6 +18,6 @@
},
"peerDependencies": {
"@angular/common": "^14.0.0",
"rxjs": "~6.6.7"
"rxjs": "^7.4.0"
}
}
4 changes: 2 additions & 2 deletions Services/ngx-utils-demo/projects/title-strategy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@renet-consulting/title-strategy",
"version": "14.0.2",
"version": "14.0.3",
"author": "Michael Vasyliv",
"license": "MIT",
"private": false,
Expand All @@ -17,7 +17,7 @@
"@angular/core": "^14.0.0",
"@angular/platform-browser": "^14.0.0",
"@angular/router": "^14.0.0",
"rxjs": "~6.6.7"
"rxjs": "^7.4.0"
},
"dependencies": {
"tslib": "^2.0.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@renet-consulting/ngx-tracking-analytics",
"version": "14.0.3",
"version": "14.0.4",
"author": "Michael Vasyliv, Alexander Altotsky",
"license": "MIT",
"private": false,
Expand All @@ -24,7 +24,7 @@
"@angular/common": "^14.0.0",
"@angular/platform-browser": "^14.0.0",
"@angular/router": "^14.0.0",
"rxjs": "~6.6.7"
"rxjs": "^7.4.0"
},
"optionalDependencies": {
"@types/crypto-js": "~3.1.39"
Expand Down
4 changes: 2 additions & 2 deletions Services/ngx-utils-demo/projects/viewport-change/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@renet-consulting/viewport-change",
"version": "14.0.2",
"version": "14.0.3",
"author": "Michael Vasyliv, Alexander Altotsky",
"license": "MIT",
"private": false,
Expand All @@ -19,6 +19,6 @@
"peerDependencies": {
"@angular/core": "^14.0.0",
"@angular/cdk": "^14.0.0",
"rxjs": "~6.6.7"
"rxjs": "^7.4.0"
}
}

0 comments on commit 3718072

Please sign in to comment.