This repository was archived by the owner on Aug 7, 2020. It is now read-only.
File tree 6 files changed +1145
-36
lines changed
6 files changed +1145
-36
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "extends" : [" @commitlint/config-conventional" ]
3
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "@extends": "npm-scripts-conventional-changelog"
3
+ }
Original file line number Diff line number Diff line change 1
- # Changelog
1
+ <a name =" 1.0.0 " ></a >
2
+ # [ 1.0.0]
2
3
3
- ## v1.0.0
4
+ ### Features
4
5
5
- ### New components
6
+ new components:
6
7
- ` versions `
7
8
- ` themes `
8
9
- ` showcase-ui `
9
10
- ` component-status `
10
11
11
- ### New providers
12
+ new providers:
12
13
- ` ComponentStatusProvider `
13
14
- ` ThemesProvider `
14
15
- ` VersionsProvider `
15
16
16
- ### New services
17
+ new services:
17
18
- ` ComponentStatus `
18
19
- ` Themes `
19
20
- ` Versions `
Original file line number Diff line number Diff line change @@ -42,4 +42,4 @@ For those using npm instead of yarn here is a list of equivalences: <https://yar
42
42
43
43
## Commits
44
44
45
- All commits in this project must follow this specific message convention: < https://gist. github.com/stephenparish/9941e89d80e2bc58a153 >
45
+ All commits in this project must follow this specific message convention: < https://github.com/angular/angular/blob/master/CONTRIBUTING.md#commit >
Original file line number Diff line number Diff line change 6
6
"main" : " dist/ovh-documentation-toolkit.js" ,
7
7
"module" : " src/app/index.js" ,
8
8
"scripts" : {
9
+ "commit" : " npm-scripts-config commit" ,
10
+ "commitmsg" : " npm-scripts-config commitmsg" ,
9
11
"preversion" : " npm build && git add dist" ,
12
+ "version" : " npm-scripts-config version" ,
10
13
"postversion" : " git push && git push --tags" ,
14
+ "preview-changelog" : " npm-scripts-config preview-changelog" ,
11
15
"build" : " rimraf dist && webpack --progress --colors --hide-modules --config ./build/webpack.config.babel.js" ,
12
16
"build:watch" : " rimraf dist && webpack --progress --colors --hide-modules --config ./build/webpack.config.babel.js --watch" ,
13
17
"test" : " echo \" no tests for this project\" "
14
18
},
19
+ "config" : {
20
+ "commitizen" : {
21
+ "path" : " cz-conventional-changelog"
22
+ }
23
+ },
15
24
"devDependencies" : {
16
25
"babel-cli" : " ^6.24.1" ,
17
26
"babel-core" : " ^6.24.1" ,
32
41
"lodash-webpack-plugin" : " ^0.11.4" ,
33
42
"ng-annotate" : " ~1.2.1" ,
34
43
"ng-annotate-loader" : " ~0.6.1" ,
44
+ "npm-scripts-config" : " ^0.0.1" ,
45
+ "npm-scripts-conventional-changelog" : " ^0.0.1" ,
35
46
"postcss-loader" : " ^2.0.5" ,
36
47
"rimraf" : " ~2.6.1" ,
37
48
"style-loader" : " ^0.20.1" ,
You can’t perform that action at this time.
0 commit comments