Skip to content

Commit

Permalink
Merge pull request #484 from guillotinaweb/ng17
Browse files Browse the repository at this point in the history
Ng17
  • Loading branch information
ebrehault authored Nov 8, 2023
2 parents cc8982e + 8c63a56 commit 93dfae8
Show file tree
Hide file tree
Showing 7 changed files with 3,687 additions and 2,581 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Test and build
uses: actions/setup-node@v1
with:
node-version: 16.15
node-version: 18.15
- run: npm install
- run: npm run test
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: setup Node
uses: actions/setup-node@v1
with:
node-version: 16.15
node-version: 18.15
- run: npm install
- name: Github pages
uses: sterlingwes/[email protected]
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.11.0 (2023-11-08)

- Upgrade to Angular 17 (ebrehault)

# 2.10.1 (2023-08-26)

- Fixing issue when using visibleIf in array items (Saeleas)
Expand Down
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,18 +61,18 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "ngx-schema-form:build"
"buildTarget": "ngx-schema-form:build"
},
"configurations": {
"production": {
"browserTarget": "ngx-schema-form:build:production"
"buildTarget": "ngx-schema-form:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "ngx-schema-form:build"
"buildTarget": "ngx-schema-form:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit 93dfae8

Please sign in to comment.