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
xbrancher committed Nov 12, 2021
2 parents 235a2f1 + 7f2fea0 commit ecaa135
Show file tree
Hide file tree
Showing 51 changed files with 2,360 additions and 4,761 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ speed-measure-plugin*.json
.history/*

# misc
/.angular/cache
/.sass-cache
/connect.lock
/coverage
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,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 @@ -39,9 +41,9 @@ 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:files`
3. `npm run publish:dates`
1. `npm run publish:core`
2. `npm run publish:files`
3. `npm run publish:dates`

## License

Expand Down
49 changes: 0 additions & 49 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,19 +104,6 @@
"scripts": []
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"tsconfig.app.json",
"tsconfig.spec.json",
"e2e/tsconfig.json"
],
"exclude": [
"**/node_modules/**"
]
}
},
"e2e": {
"builder": "@angular-devkit/build-angular:protractor",
"options": {
Expand Down Expand Up @@ -156,18 +143,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 @@ -196,18 +171,6 @@
"tsConfig": "projects/files/tsconfig.spec.json",
"karmaConfig": "projects/files/karma.conf.js"
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"projects/files/tsconfig.lib.json",
"projects/files/tsconfig.spec.json"
],
"exclude": [
"**/node_modules/**"
]
}
}
}
},
Expand Down Expand Up @@ -236,18 +199,6 @@
"tsConfig": "projects/dates/tsconfig.spec.json",
"karmaConfig": "projects/dates/karma.conf.js"
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"projects/dates/tsconfig.lib.json",
"projects/dates/tsconfig.spec.json"
],
"exclude": [
"**/node_modules/**"
]
}
}
}
}
Expand Down
1 change: 0 additions & 1 deletion docs/0-es2015.4241eddc34658d46b20f.js

This file was deleted.

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

This file was deleted.

Loading

0 comments on commit ecaa135

Please sign in to comment.