Skip to content

Commit 93dfae8

Browse files
authored
Merge pull request #484 from guillotinaweb/ng17
Ng17
2 parents cc8982e + 8c63a56 commit 93dfae8

7 files changed

Lines changed: 3687 additions & 2581 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Test and build
1111
uses: actions/setup-node@v1
1212
with:
13-
node-version: 16.15
13+
node-version: 18.15
1414
- run: npm install
1515
- run: npm run test
1616
env:

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: setup Node
1515
uses: actions/setup-node@v1
1616
with:
17-
node-version: 16.15
17+
node-version: 18.15
1818
- run: npm install
1919
- name: Github pages
2020
uses: sterlingwes/gh-pages-deploy-action@v1.1

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 2.11.0 (2023-11-08)
2+
3+
- Upgrade to Angular 17 (ebrehault)
4+
15
# 2.10.1 (2023-08-26)
26

37
- Fixing issue when using visibleIf in array items (Saeleas)

angular.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,18 +61,18 @@
6161
"serve": {
6262
"builder": "@angular-devkit/build-angular:dev-server",
6363
"options": {
64-
"browserTarget": "ngx-schema-form:build"
64+
"buildTarget": "ngx-schema-form:build"
6565
},
6666
"configurations": {
6767
"production": {
68-
"browserTarget": "ngx-schema-form:build:production"
68+
"buildTarget": "ngx-schema-form:build:production"
6969
}
7070
}
7171
},
7272
"extract-i18n": {
7373
"builder": "@angular-devkit/build-angular:extract-i18n",
7474
"options": {
75-
"browserTarget": "ngx-schema-form:build"
75+
"buildTarget": "ngx-schema-form:build"
7676
}
7777
},
7878
"test": {

0 commit comments

Comments
 (0)