Skip to content
This repository was archived by the owner on Jan 3, 2024. It is now read-only.

Commit 7edfd5e

Browse files
author
Max
committed
chore: Release
1 parent 132c6fc commit 7edfd5e

File tree

10 files changed

+54
-8
lines changed

10 files changed

+54
-8
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
617
## [0.14.2](https://github.com/Farfetch/garment/compare/v0.14.1...v0.14.2) (2021-02-04)
718

819
**Note:** Version bump only for package garment

core/cli/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
614
## [0.14.2](https://github.com/Farfetch/garment/compare/v0.14.1...v0.14.2) (2021-02-04)
715

816
**Note:** Version bump only for package @garment/cli

core/cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@garment/cli",
33
"license": "MIT",
4-
"version": "0.14.2",
4+
"version": "0.14.3",
55
"main": "lib/index.js",
66
"bin": {
77
"garment": "lib/cli.js",
@@ -11,7 +11,7 @@
1111
"lib"
1212
],
1313
"dependencies": {
14-
"@garment/garment": "^0.14.2",
14+
"@garment/garment": "^0.14.3",
1515
"@garment/logger": "^0.14.0",
1616
"@garment/perf": "^0.14.0",
1717
"@garment/print-tree": "^0.14.0",

core/garment/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
617
## [0.14.2](https://github.com/Farfetch/garment/compare/v0.14.1...v0.14.2) (2021-02-04)
718

819
**Note:** Version bump only for package @garment/garment

core/garment/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@garment/garment",
3-
"version": "0.14.2",
3+
"version": "0.14.3",
44
"main": "lib/index.js",
55
"license": "MIT",
66
"dependencies": {

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"utils/*"
77
],
88
"npmClient": "yarn",
9-
"version": "0.14.2"
9+
"version": "0.14.3"
1010
}

schematics/garment/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
614
## [0.14.2](https://github.com/Farfetch/garment/compare/v0.14.1...v0.14.2) (2021-02-04)
715

816
**Note:** Version bump only for package @garment/schematics

schematics/garment/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@garment/schematics",
3-
"version": "0.14.2",
3+
"version": "0.14.3",
44
"private": true,
55
"main": "lib/index.js",
66
"schematics": "./collection.json",
77
"license": "MIT",
88
"dependencies": {
99
"@angular-devkit/core": "^7.3.1",
1010
"@angular-devkit/schematics": "^7.3.1",
11-
"@garment/garment": "^0.14.2",
11+
"@garment/garment": "^0.14.3",
1212
"@garment/schematics-utils": "^0.14.1",
1313
"@garment/workspace": "^0.14.1"
1414
},

schematics/typescript/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
614
## [0.14.2](https://github.com/Farfetch/garment/compare/v0.14.1...v0.14.2) (2021-02-04)
715

816
**Note:** Version bump only for package @garment/schematics-typescript

schematics/typescript/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@garment/schematics-typescript",
3-
"version": "0.14.2",
3+
"version": "0.14.3",
44
"main": "lib/index.js",
55
"schematics": "./collection.json",
66
"license": "MIT",
77
"dependencies": {
88
"@angular-devkit/core": "^7.3.1",
99
"@angular-devkit/schematics": "^7.3.1",
10-
"@garment/garment": "^0.14.2",
10+
"@garment/garment": "^0.14.3",
1111
"@garment/schematics-utils": "^0.14.1",
1212
"@garment/workspace": "^0.14.1"
1313
},

0 commit comments

Comments
 (0)