Commit ef219b9 Keisuke Kan
authored
File tree 6 files changed +18
-5
lines changed
6 files changed +18
-5
lines changed Original file line number Diff line number Diff line change
1
+ ## v0.3.0 (2021-08-17)
2
+
3
+ #### :rocket : Type: Feature
4
+
5
+ - ` eslint-config `
6
+ - [ #318 ] ( https://github.com/caddijp/frontend/pull/318 ) feat: add two rules to the eslint configuration ([ @ksakiyama ] ( https://github.com/ksakiyama ) )
7
+
8
+ #### Committers: 3
9
+
10
+ - Keisuke Kan ([ @9renpoto ] ( https://github.com/9renpoto ) )
11
+ - Sota Ohara ([ @sottar ] ( https://github.com/sottar ) )
12
+ - ksakiyama ([ @ksakiyama ] ( https://github.com/ksakiyama ) )
13
+
1
14
## v0.2.1 (2021-03-19)
2
15
3
16
#### :bug : Type: Bug
Original file line number Diff line number Diff line change 12
12
"packages" : [" packages/*" ],
13
13
"npmClient" : " npm" ,
14
14
"useWorkspaces" : true ,
15
- "version" : " 0.2.1 "
15
+ "version" : " 0.3.0 "
16
16
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @caddijp/components" ,
3
- "version" : " 0.2.1 " ,
3
+ "version" : " 0.3.0 " ,
4
4
"publishConfig" : {
5
5
"registry" : " https://npm.pkg.github.com" ,
6
6
"cache" : " ~/.npm"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @caddijp/eslint-config" ,
3
- "version" : " 0.2.1 " ,
3
+ "version" : " 0.3.0 " ,
4
4
"publishConfig" : {
5
5
"registry" : " https://npm.pkg.github.com" ,
6
6
"cache" : " ~/.npm"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @caddijp/stylelint-config" ,
3
- "version" : " 0.2.1 " ,
3
+ "version" : " 0.3.0 " ,
4
4
"publishConfig" : {
5
5
"registry" : " https://npm.pkg.github.com" ,
6
6
"cache" : " ~/.npm"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @caddijp/tsconfig" ,
3
- "version" : " 0.2.1 " ,
3
+ "version" : " 0.3.0 " ,
4
4
"publishConfig" : {
5
5
"registry" : " https://npm.pkg.github.com" ,
6
6
"cache" : " ~/.npm"
You can’t perform that action at this time.
0 commit comments