This repository was archived by the owner on Jan 3, 2024. It is now read-only.
File tree 10 files changed +54
-8
lines changed
10 files changed +54
-8
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.14.3] ( https://github.com/Farfetch/garment/compare/v0.14.2...v0.14.3 ) (2021-02-12)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * Invoke destroy handler in batch mode ([ #32 ] ( https://github.com/Farfetch/garment/issues/32 ) ) ([ 132c6fc] ( https://github.com/Farfetch/garment/commit/132c6fce87248efe1f1a9492f4afa897e6d0e0cc ) )
12
+
13
+
14
+
15
+
16
+
6
17
## [ 0.14.2] ( https://github.com/Farfetch/garment/compare/v0.14.1...v0.14.2 ) (2021-02-04)
7
18
8
19
** Note:** Version bump only for package garment
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.14.3] ( https://github.com/Farfetch/garment/compare/v0.14.2...v0.14.3 ) (2021-02-12)
7
+
8
+ ** Note:** Version bump only for package @garment/cli
9
+
10
+
11
+
12
+
13
+
6
14
## [ 0.14.2] ( https://github.com/Farfetch/garment/compare/v0.14.1...v0.14.2 ) (2021-02-04)
7
15
8
16
** 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.14.2 " ,
4
+ "version" : " 0.14.3 " ,
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.14.2 " ,
14
+ "@garment/garment" : " ^0.14.3 " ,
15
15
"@garment/logger" : " ^0.14.0" ,
16
16
"@garment/perf" : " ^0.14.0" ,
17
17
"@garment/print-tree" : " ^0.14.0" ,
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.14.3] ( https://github.com/Farfetch/garment/compare/v0.14.2...v0.14.3 ) (2021-02-12)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * Invoke destroy handler in batch mode ([ #32 ] ( https://github.com/Farfetch/garment/issues/32 ) ) ([ 132c6fc] ( https://github.com/Farfetch/garment/commit/132c6fce87248efe1f1a9492f4afa897e6d0e0cc ) )
12
+
13
+
14
+
15
+
16
+
6
17
## [ 0.14.2] ( https://github.com/Farfetch/garment/compare/v0.14.1...v0.14.2 ) (2021-02-04)
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.14.2 " ,
3
+ "version" : " 0.14.3 " ,
4
4
"main" : " lib/index.js" ,
5
5
"license" : " MIT" ,
6
6
"dependencies" : {
Original file line number Diff line number Diff line change 6
6
" utils/*"
7
7
],
8
8
"npmClient" : " yarn" ,
9
- "version" : " 0.14.2 "
9
+ "version" : " 0.14.3 "
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.14.3] ( https://github.com/Farfetch/garment/compare/v0.14.2...v0.14.3 ) (2021-02-12)
7
+
8
+ ** Note:** Version bump only for package @garment/schematics
9
+
10
+
11
+
12
+
13
+
6
14
## [ 0.14.2] ( https://github.com/Farfetch/garment/compare/v0.14.1...v0.14.2 ) (2021-02-04)
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.14.2 " ,
3
+ "version" : " 0.14.3 " ,
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.14.2 " ,
11
+ "@garment/garment" : " ^0.14.3 " ,
12
12
"@garment/schematics-utils" : " ^0.14.1" ,
13
13
"@garment/workspace" : " ^0.14.1"
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.14.3] ( https://github.com/Farfetch/garment/compare/v0.14.2...v0.14.3 ) (2021-02-12)
7
+
8
+ ** Note:** Version bump only for package @garment/schematics-typescript
9
+
10
+
11
+
12
+
13
+
6
14
## [ 0.14.2] ( https://github.com/Farfetch/garment/compare/v0.14.1...v0.14.2 ) (2021-02-04)
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.14.2 " ,
3
+ "version" : " 0.14.3 " ,
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.14.2 " ,
10
+ "@garment/garment" : " ^0.14.3 " ,
11
11
"@garment/schematics-utils" : " ^0.14.1" ,
12
12
"@garment/workspace" : " ^0.14.1"
13
13
},
You can’t perform that action at this time.
0 commit comments