Skip to content

Commit

Permalink
Merge branch 'release/13.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
schilzx committed Nov 12, 2021
2 parents f0d07f9 + f8b69d4 commit 4018916
Show file tree
Hide file tree
Showing 74 changed files with 2,360 additions and 5,571 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
!.vscode/extensions.json

# misc
/.angular/cache
/.sass-cache
/connect.lock
/coverage
Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Angular security modules
- [@ngx-security/permissions](projects/permissions)
- [@ngx-security/auth](projects/auth)


## Development

### Docs preview
Expand All @@ -27,11 +26,13 @@ npm run build:lib
### Release new version

Release new patch version

```shell script
npm run release
```

Release new major version

```shell script
npm run release:major
```
Expand All @@ -41,10 +42,10 @@ npm run release:major
1. checkout tag or master
2. build library `npm run build:lib`
3. publish each module
1. `npm run publish:core`
2. `npm run publish:roles`
3. `npm run publish:permissions`
4. `npm run publish:auth`
1. `npm run publish:core`
2. `npm run publish:roles`
3. `npm run publish:permissions`
4. `npm run publish:auth`

## License

Expand Down
69 changes: 0 additions & 69 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,18 +95,6 @@
"src/assets"
]
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"src/tsconfig.app.json",
"src/tsconfig.spec.json"
],
"exclude": [
"**/node_modules/**"
]
}
}
}
},
Expand All @@ -125,15 +113,6 @@
"devServerTarget": "ngx-security:serve:production"
}
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": "e2e/tsconfig.e2e.json",
"exclude": [
"**/node_modules/**"
]
}
}
}
},
Expand Down Expand Up @@ -163,18 +142,6 @@
"tsConfig": "projects/roles/tsconfig.spec.json",
"karmaConfig": "projects/roles/karma.conf.js"
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"projects/roles/tsconfig.lib.json",
"projects/roles/tsconfig.spec.json"
],
"exclude": [
"**/node_modules/**"
]
}
}
}
},
Expand Down Expand Up @@ -204,18 +171,6 @@
"tsConfig": "projects/auth/tsconfig.spec.json",
"karmaConfig": "projects/auth/karma.conf.js"
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"projects/auth/tsconfig.lib.json",
"projects/auth/tsconfig.spec.json"
],
"exclude": [
"**/node_modules/**"
]
}
}
}
},
Expand Down Expand Up @@ -245,18 +200,6 @@
"tsConfig": "projects/core/tsconfig.spec.json",
"karmaConfig": "projects/core/karma.conf.js"
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"projects/core/tsconfig.lib.json",
"projects/core/tsconfig.spec.json"
],
"exclude": [
"**/node_modules/**"
]
}
}
}
},
Expand Down Expand Up @@ -286,18 +229,6 @@
"tsConfig": "projects/permissions/tsconfig.spec.json",
"karmaConfig": "projects/permissions/karma.conf.js"
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"projects/permissions/tsconfig.lib.json",
"projects/permissions/tsconfig.spec.json"
],
"exclude": [
"**/node_modules/**"
]
}
}
}
}
Expand Down
1 change: 0 additions & 1 deletion docs/0-es2015.be454d8a69f0b8466833.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/0-es5.be454d8a69f0b8466833.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/105.b6a7fcaeefc5ad22.js

Large diffs are not rendered by default.

Loading

0 comments on commit 4018916

Please sign in to comment.