Skip to content

Commit

Permalink
release(17.0.3): release 17.0.3 (#2455)
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Dec 8, 2023
1 parent 6befa63 commit ead278d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 16 deletions.
6 changes: 2 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
"typescript.tsdk": "./node_modules/typescript/lib",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
// For ESLint
"source.fixAll.eslint": true,
// For Stylelint
"source.fixAll.stylelint": true
"source.fixAll.eslint": "explicit",
"source.fixAll.stylelint": "explicit"
},
"[markdown]": {
"editor.formatOnSave": false
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-alain",
"version": "17.0.2",
"version": "17.0.3",
"description": "ng-zorro-antd admin panel front-end framework",
"author": "cipchk <cipchk@qq.com>",
"repository": {
Expand Down Expand Up @@ -52,15 +52,15 @@
"tslib": "^2.3.0",
"zone.js": "~0.14.2",
"ng-zorro-antd": "^17.0.1",
"@delon/abc": "^17.0.2",
"@delon/acl": "^17.0.2",
"@delon/auth": "^17.0.2",
"@delon/cache": "^17.0.2",
"@delon/chart": "^17.0.2",
"@delon/form": "^17.0.2",
"@delon/mock": "^17.0.2",
"@delon/theme": "^17.0.2",
"@delon/util": "^17.0.2",
"@delon/abc": "^17.0.3",
"@delon/acl": "^17.0.3",
"@delon/auth": "^17.0.3",
"@delon/cache": "^17.0.3",
"@delon/chart": "^17.0.3",
"@delon/form": "^17.0.3",
"@delon/mock": "^17.0.3",
"@delon/theme": "^17.0.3",
"@delon/util": "^17.0.3",
"ngx-tinymce": "^17.0.0",
"screenfull": "^6.0.2"
},
Expand Down Expand Up @@ -97,8 +97,8 @@
"stylelint-config-standard": "^34.0.0",
"stylelint-declaration-block-no-ignored-properties": "^2.7.0",
"stylelint-config-clean-order": "^5.2.0",
"@delon/testing": "^17.0.2",
"ng-alain": "^17.0.2",
"@delon/testing": "^17.0.3",
"ng-alain": "^17.0.3",
"@types/jasminewd2": "~2.0.13",
"jasmine-spec-reporter": "^7.0.0",
"protractor": "~7.0.0",
Expand Down

0 comments on commit ead278d

Please sign in to comment.