This repository was archived by the owner on Jan 3, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 10 files changed +60
-10
lines changed Expand file tree Collapse file tree 10 files changed +60
-10
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.13.9] ( https://github.com/Farfetch/garment/compare/v0.13.8...v0.13.9 ) (2020-07-28)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * Read files even if they have a leading dot ([ #5 ] ( https://github.com/Farfetch/garment/issues/5 ) ) ([ 3f04be0] ( https://github.com/Farfetch/garment/commit/3f04be0c50ceb2469e838f61b390664e53663cd7 ) )
12
+ * Update notifier [ #6 ] ( https://github.com/Farfetch/garment/issues/6 ) ([ #8 ] ( https://github.com/Farfetch/garment/issues/8 ) ) ([ 55be2a9] ( https://github.com/Farfetch/garment/commit/55be2a99c2af6f10e894ee82df6b70a89250fe11 ) )
13
+
14
+
15
+
16
+
17
+
6
18
## 0.13.8 (2020-07-15)
7
19
8
20
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.13.9] ( https://github.com/Farfetch/garment/compare/v0.13.8...v0.13.9 ) (2020-07-28)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * Update notifier [ #6 ] ( https://github.com/Farfetch/garment/issues/6 ) ([ #8 ] ( https://github.com/Farfetch/garment/issues/8 ) ) ([ 55be2a9] ( https://github.com/Farfetch/garment/commit/55be2a99c2af6f10e894ee82df6b70a89250fe11 ) )
12
+
13
+
14
+
15
+
16
+
6
17
## 0.13.8 (2020-07-15)
7
18
8
19
** Note:** Version bump only for package @garment/cli
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @garment/cli" ,
3
3
"license" : " MIT" ,
4
- "version" : " 0.13.8 " ,
4
+ "version" : " 0.13.9 " ,
5
5
"main" : " lib/index.js" ,
6
6
"bin" : {
7
7
"garment" : " lib/cli.js" ,
11
11
" lib"
12
12
],
13
13
"dependencies" : {
14
- "@garment/garment" : " ^0.13.8 " ,
14
+ "@garment/garment" : " ^0.13.9 " ,
15
15
"@garment/logger" : " ^0.13.8" ,
16
16
"@garment/perf" : " ^0.13.8" ,
17
17
"@garment/print-tree" : " ^0.13.8" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.13.9] ( https://github.com/Farfetch/garment/compare/v0.13.8...v0.13.9 ) (2020-07-28)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * Read files even if they have a leading dot ([ #5 ] ( https://github.com/Farfetch/garment/issues/5 ) ) ([ 3f04be0] ( https://github.com/Farfetch/garment/commit/3f04be0c50ceb2469e838f61b390664e53663cd7 ) )
12
+
13
+
14
+
15
+
16
+
6
17
## 0.13.8 (2020-07-15)
7
18
8
19
** Note:** Version bump only for package @garment/garment
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @garment/garment" ,
3
- "version" : " 0.13.8 " ,
3
+ "version" : " 0.13.9 " ,
4
4
"main" : " lib/index.js" ,
5
5
"license" : " MIT" ,
6
6
"dependencies" : {
24
24
" typings"
25
25
],
26
26
"devDependencies" : {
27
+ "@garment/fixture-helper" : " ^0.13.8" ,
27
28
"@types/is-valid-path" : " ^0.1.0" ,
28
- "@types/tempy" : " ^0.2.0" ,
29
- "@garment/fixture-helper" : " ^0.13.8"
29
+ "@types/tempy" : " ^0.2.0"
30
30
}
31
31
}
Original file line number Diff line number Diff line change 6
6
" utils/*"
7
7
],
8
8
"npmClient" : " yarn" ,
9
- "version" : " 0.13.8 "
9
+ "version" : " 0.13.9 "
10
10
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.13.9] ( https://github.com/Farfetch/garment/compare/v0.13.8...v0.13.9 ) (2020-07-28)
7
+
8
+ ** Note:** Version bump only for package @garment/schematics
9
+
10
+
11
+
12
+
13
+
6
14
## 0.13.8 (2020-07-15)
7
15
8
16
** Note:** Version bump only for package @garment/schematics
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @garment/schematics" ,
3
- "version" : " 0.13.8 " ,
3
+ "version" : " 0.13.9 " ,
4
4
"private" : true ,
5
5
"main" : " lib/index.js" ,
6
6
"schematics" : " ./collection.json" ,
7
7
"license" : " MIT" ,
8
8
"dependencies" : {
9
9
"@angular-devkit/core" : " ^7.3.1" ,
10
10
"@angular-devkit/schematics" : " ^7.3.1" ,
11
- "@garment/garment" : " ^0.13.8 " ,
11
+ "@garment/garment" : " ^0.13.9 " ,
12
12
"@garment/schematics-utils" : " ^0.13.8" ,
13
13
"@garment/workspace" : " ^0.13.8"
14
14
},
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.13.9] ( https://github.com/Farfetch/garment/compare/v0.13.8...v0.13.9 ) (2020-07-28)
7
+
8
+ ** Note:** Version bump only for package @garment/schematics-typescript
9
+
10
+
11
+
12
+
13
+
6
14
## 0.13.8 (2020-07-15)
7
15
8
16
** Note:** Version bump only for package @garment/schematics-typescript
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @garment/schematics-typescript" ,
3
- "version" : " 0.13.8 " ,
3
+ "version" : " 0.13.9 " ,
4
4
"main" : " lib/index.js" ,
5
5
"schematics" : " ./collection.json" ,
6
6
"license" : " MIT" ,
7
7
"dependencies" : {
8
8
"@angular-devkit/core" : " ^7.3.1" ,
9
9
"@angular-devkit/schematics" : " ^7.3.1" ,
10
- "@garment/garment" : " ^0.13.8 " ,
10
+ "@garment/garment" : " ^0.13.9 " ,
11
11
"@garment/schematics-utils" : " ^0.13.8" ,
12
12
"@garment/workspace" : " ^0.13.8"
13
13
},
You can’t perform that action at this time.
0 commit comments