File tree 2 files changed +35
-9
lines changed
2 files changed +35
-9
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file. See [ standard-version] ( https://github.com/conventional-changelog/standard-version ) for commit guidelines.
4
+
5
+ ### [ 0.0.11] ( https://github.com/elforastero/pulsar-core/compare/v0.0.10...v0.0.11 ) (2020-12-21)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pulsar/core" ,
3
- "version" : " 0.0.10 " ,
3
+ "version" : " 0.0.11 " ,
4
4
"main" : " dist/index.js" ,
5
5
"types" : " dist/index.d.ts" ,
6
6
"license" : " MIT" ,
7
7
"private" : false ,
8
+ "repository" : " git://github.com/elforastero/pulsar-core.git" ,
9
+ "author" : " Eugene Dzhumak" ,
10
+ "keywords" : [
11
+ " react" ,
12
+ " react-native" ,
13
+ " react-native-web" ,
14
+ " stylesheet" ,
15
+ " dynamic stylesheet" ,
16
+ " pulsar ui" ,
17
+ " pulsar core"
18
+ ],
8
19
"scripts" : {
9
20
"test" : " jest" ,
10
21
"size" : " size-limit" ,
11
- "build" : " rm -rf ./dist && tsc --outDir dist"
22
+ "build" : " rm -rf ./dist && tsc --outDir dist" ,
23
+ "release" : " standard-version"
12
24
},
13
25
"files" : [
14
26
" dist"
15
27
],
16
- "size-limit" : [
17
- {
18
- "path" : " dist/index.js"
19
- }
20
- ],
21
28
"peerDependencies" : {
22
29
"react" : " ^16.13.1" ,
23
30
"react-native" : " ^0.63.4"
53
60
"react-native" : " ^0.63.4" ,
54
61
"react-test-renderer" : " ^17.0.1" ,
55
62
"size-limit" : " ^4.9.1" ,
56
- "typescript" : " ^4.1.2"
63
+ "typescript" : " ^4.1.2" ,
64
+ "@commitlint/cli" : " ^11.0.0" ,
65
+ "@commitlint/config-conventional" : " ^11.0.0" ,
66
+ "husky" : " ^4.3.0" ,
67
+ "standard-version" : " ^9.0.0"
57
68
},
58
- "dependencies" : {}
69
+ "dependencies" : {},
70
+ "husky" : {
71
+ "hooks" : {
72
+ "commit-msg" : " commitlint -E HUSKY_GIT_PARAMS"
73
+ }
74
+ },
75
+ "size-limit" : [
76
+ {
77
+ "path" : " dist/index.js"
78
+ }
79
+ ]
59
80
}
You can’t perform that action at this time.
0 commit comments