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

Commit 4cdf76c

Browse files
author
Max
committed
chore: Release
1 parent a1a5c06 commit 4cdf76c

File tree

42 files changed

+238
-56
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+238
-56
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.1](https://github.com/Farfetch/garment/compare/v0.14.0...v0.14.1) (2021-01-22)
7+
8+
9+
### Bug Fixes
10+
11+
* Error for rootDir only when necessary ([#29](https://github.com/Farfetch/garment/issues/29)) ([a16a853](https://github.com/Farfetch/garment/commit/a16a85310329338fa51f1f36afe8e0f2e7702245))
12+
* Missing root tsconfig ([27fa8bf](https://github.com/Farfetch/garment/commit/27fa8bf39d87d6a34ec4e6108e1c64336d07015a))
13+
* Workspace path match ([#33](https://github.com/Farfetch/garment/issues/33)) ([a1a5c06](https://github.com/Farfetch/garment/commit/a1a5c06bb6ccdb67645f4a8fc4d349c7b11dd85c))
14+
15+
16+
17+
18+
619
# [0.14.0](https://github.com/Farfetch/garment/compare/v0.13.14...v0.14.0) (2020-12-15)
720

821

core/cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.1](https://github.com/Farfetch/garment/compare/v0.14.0...v0.14.1) (2021-01-22)
7+
8+
**Note:** Version bump only for package @garment/cli
9+
10+
11+
12+
13+
614
# [0.14.0](https://github.com/Farfetch/garment/compare/v0.13.14...v0.14.0) (2020-12-15)
715

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

core/cli/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@garment/cli",
33
"license": "MIT",
4-
"version": "0.14.0",
4+
"version": "0.14.1",
55
"main": "lib/index.js",
66
"bin": {
77
"garment": "lib/cli.js",
@@ -11,15 +11,15 @@
1111
"lib"
1212
],
1313
"dependencies": {
14-
"@garment/garment": "^0.14.0",
14+
"@garment/garment": "^0.14.1",
1515
"@garment/logger": "^0.14.0",
1616
"@garment/perf": "^0.14.0",
1717
"@garment/print-tree": "^0.14.0",
18-
"@garment/scheduler": "^0.14.0",
18+
"@garment/scheduler": "^0.14.1",
1919
"@garment/schematics-client": "^0.14.0",
2020
"@garment/schematics-init": "^0.14.0",
2121
"@garment/visualize-graph": "^0.14.0",
22-
"@garment/workspace": "^0.14.0",
22+
"@garment/workspace": "^0.14.1",
2323
"@garment/yeoman-client": "^0.14.0",
2424
"chalk": "^2.4.2",
2525
"cosmiconfig": "^5.2.1",
@@ -29,7 +29,7 @@
2929
"yargs": "15.0.2"
3030
},
3131
"devDependencies": {
32-
"@garment/fixture-helper": "^0.14.0",
32+
"@garment/fixture-helper": "^0.14.1",
3333
"@garment/plugin-runner-void": "^0.14.0",
3434
"@types/cosmiconfig": "^5.0.3",
3535
"@types/is-ci": "^2.0.0",

core/garment/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.1](https://github.com/Farfetch/garment/compare/v0.14.0...v0.14.1) (2021-01-22)
7+
8+
9+
### Bug Fixes
10+
11+
* Error for rootDir only when necessary ([#29](https://github.com/Farfetch/garment/issues/29)) ([a16a853](https://github.com/Farfetch/garment/commit/a16a85310329338fa51f1f36afe8e0f2e7702245))
12+
* Workspace path match ([#33](https://github.com/Farfetch/garment/issues/33)) ([a1a5c06](https://github.com/Farfetch/garment/commit/a1a5c06bb6ccdb67645f4a8fc4d349c7b11dd85c))
13+
14+
15+
16+
17+
618
# [0.14.0](https://github.com/Farfetch/garment/compare/v0.13.14...v0.14.0) (2020-12-15)
719

820

core/garment/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "@garment/garment",
3-
"version": "0.14.0",
3+
"version": "0.14.1",
44
"main": "lib/index.js",
55
"license": "MIT",
66
"dependencies": {
77
"@garment/dependency-graph": "^0.14.0",
88
"@garment/logger": "^0.14.0",
9-
"@garment/runner": "^0.14.0",
10-
"@garment/scheduler": "^0.14.0",
9+
"@garment/runner": "^0.14.1",
10+
"@garment/scheduler": "^0.14.1",
1111
"@garment/schema-validator": "^0.14.0",
12-
"@garment/utils": "^0.0.14",
13-
"@garment/workspace": "^0.14.0",
12+
"@garment/utils": "^0.14.1",
13+
"@garment/workspace": "^0.14.1",
1414
"@parcel/watcher": "^2.0.0-alpha.9",
1515
"fs-extra": "8.1.0",
1616
"globby": "10.0.1",
@@ -27,8 +27,8 @@
2727
"typings"
2828
],
2929
"devDependencies": {
30-
"@garment/fixture-helper": "^0.14.0",
30+
"@garment/fixture-helper": "^0.14.1",
3131
"@types/is-valid-path": "^0.1.0",
3232
"@types/tempy": "^0.2.0"
3333
}
34-
}
34+
}

core/runner/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.1](https://github.com/Farfetch/garment/compare/v0.14.0...v0.14.1) (2021-01-22)
7+
8+
**Note:** Version bump only for package @garment/runner
9+
10+
11+
12+
13+
614
# [0.14.0](https://github.com/Farfetch/garment/compare/v0.13.14...v0.14.0) (2020-12-15)
715

816

core/runner/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@garment/runner",
33
"license": "MIT",
4-
"version": "0.14.0",
4+
"version": "0.14.1",
55
"main": "lib/index.js",
66
"files": [
77
"lib",
@@ -11,7 +11,7 @@
1111
"@garment/logger": "^0.14.0",
1212
"@garment/schema-validator": "^0.14.0",
1313
"@garment/watcher": "^0.14.0",
14-
"@garment/workspace": "^0.14.0",
14+
"@garment/workspace": "^0.14.1",
1515
"@types/fs-extra": "^5.0.5",
1616
"fs-extra": "8.1.0",
1717
"mustache": "^3.0.1"

core/scheduler/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.1](https://github.com/Farfetch/garment/compare/v0.14.0...v0.14.1) (2021-01-22)
7+
8+
**Note:** Version bump only for package @garment/scheduler
9+
10+
11+
12+
13+
614
# [0.14.0](https://github.com/Farfetch/garment/compare/v0.13.14...v0.14.0) (2020-12-15)
715

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

core/scheduler/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "@garment/scheduler",
33
"license": "MIT",
4-
"version": "0.14.0",
4+
"version": "0.14.1",
55
"main": "lib/index.js",
66
"files": [
77
"lib"
88
],
99
"dependencies": {
1010
"@garment/dependency-graph": "^0.14.0",
1111
"@garment/logger": "^0.14.0",
12-
"@garment/runner": "^0.14.0",
12+
"@garment/runner": "^0.14.1",
1313
"@garment/watcher": "^0.14.0",
14-
"@garment/workspace": "^0.14.0",
14+
"@garment/workspace": "^0.14.1",
1515
"@types/glob-parent": "^3.1.1",
1616
"fs-extra": "8.1.0",
1717
"glob-parent": "^5.0.0",

core/utils/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [0.14.1](https://github.com/Farfetch/garment/compare/v0.14.0...v0.14.1) (2021-01-22)
7+
8+
9+
### Bug Fixes
10+
11+
* Workspace path match ([#33](https://github.com/Farfetch/garment/issues/33)) ([a1a5c06](https://github.com/Farfetch/garment/commit/a1a5c06bb6ccdb67645f4a8fc4d349c7b11dd85c))

0 commit comments

Comments
 (0)