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

Commit 4b772a5

Browse files
author
Luis Vieira
committed
chore: Release
1 parent 46fe4f2 commit 4b772a5

File tree

80 files changed

+419
-93
lines changed

Some content is hidden

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

80 files changed

+419
-93
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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.18.0](https://github.com/farfetch/garment/compare/v0.16.3...v0.18.0) (2022-03-02)
7+
8+
9+
### Features
10+
11+
* Add batch mode for plugin-runner-bin ([#85](https://github.com/farfetch/garment/issues/85)) ([c960b15](https://github.com/farfetch/garment/commit/c960b15c4632e7281e98c7bfdfe1a839cf6f8a3b))
12+
13+
14+
15+
16+
617
# [0.17.0](https://github.com/Farfetch/garment/compare/v0.16.3...v0.17.0) (2022-03-02)
718

819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages/*"
44
],
55
"npmClient": "yarn",
6-
"version": "0.17.0"
6+
"version": "0.18.0"
77
}

packages/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.18.0](https://github.com/farfetch/garment/compare/v0.16.3...v0.18.0) (2022-03-02)
7+
8+
**Note:** Version bump only for package @garment/cli
9+
10+
11+
12+
13+
614
# [0.17.0](https://github.com/Farfetch/garment/compare/v0.16.3...v0.17.0) (2022-03-02)
715

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

packages/cli/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@garment/cli",
33
"license": "MIT",
4-
"version": "0.17.0",
4+
"version": "0.18.0",
55
"main": "lib/index.js",
66
"bin": {
77
"garment": "lib/cli.js",
@@ -11,16 +11,16 @@
1111
"lib"
1212
],
1313
"dependencies": {
14-
"@garment/garment": "^0.17.0",
15-
"@garment/logger": "^0.17.0",
16-
"@garment/perf": "^0.17.0",
17-
"@garment/print-tree": "^0.17.0",
18-
"@garment/scheduler": "^0.17.0",
19-
"@garment/schematics-client": "^0.17.0",
20-
"@garment/schematics-init": "^0.17.0",
21-
"@garment/visualize-graph": "^0.17.0",
22-
"@garment/workspace": "^0.17.0",
23-
"@garment/yeoman-client": "^0.17.0",
14+
"@garment/garment": "^0.18.0",
15+
"@garment/logger": "^0.18.0",
16+
"@garment/perf": "^0.18.0",
17+
"@garment/print-tree": "^0.18.0",
18+
"@garment/scheduler": "^0.18.0",
19+
"@garment/schematics-client": "^0.18.0",
20+
"@garment/schematics-init": "^0.18.0",
21+
"@garment/visualize-graph": "^0.18.0",
22+
"@garment/workspace": "^0.18.0",
23+
"@garment/yeoman-client": "^0.18.0",
2424
"chalk": "^2.4.2",
2525
"cosmiconfig": "^5.2.1",
2626
"fs-extra": "8.1.0",
@@ -29,8 +29,8 @@
2929
"yargs": "15.0.2"
3030
},
3131
"devDependencies": {
32-
"@garment/fixture-helper": "^0.17.0",
33-
"@garment/plugin-runner-void": "^0.17.0",
32+
"@garment/fixture-helper": "^0.18.0",
33+
"@garment/plugin-runner-void": "^0.18.0",
3434
"@types/cosmiconfig": "^5.0.3",
3535
"@types/is-ci": "^2.0.0",
3636
"@types/update-notifier": "^2.5.0",

packages/dependency-graph/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.18.0](https://github.com/farfetch/garment/compare/v0.16.3...v0.18.0) (2022-03-02)
7+
8+
**Note:** Version bump only for package @garment/dependency-graph
9+
10+
11+
12+
13+
614
# [0.17.0](https://github.com/Farfetch/garment/compare/v0.16.3...v0.17.0) (2022-03-02)
715

816
**Note:** Version bump only for package @garment/dependency-graph

packages/dependency-graph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@garment/dependency-graph",
3-
"version": "0.17.0",
3+
"version": "0.18.0",
44
"main": "lib/index.js",
55
"license": "MIT",
66
"files": [

packages/fixture-helper/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.18.0](https://github.com/farfetch/garment/compare/v0.16.3...v0.18.0) (2022-03-02)
7+
8+
**Note:** Version bump only for package @garment/fixture-helper
9+
10+
11+
12+
13+
614
# [0.17.0](https://github.com/Farfetch/garment/compare/v0.16.3...v0.17.0) (2022-03-02)
715

816
**Note:** Version bump only for package @garment/fixture-helper

packages/fixture-helper/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@garment/fixture-helper",
33
"license": "MIT",
4-
"version": "0.17.0",
4+
"version": "0.18.0",
55
"main": "lib/index.js",
66
"files": [
77
"lib"
88
],
99
"dependencies": {
10-
"@garment/logger": "^0.17.0",
11-
"@garment/runner": "^0.17.0",
12-
"@garment/workspace": "^0.17.0",
10+
"@garment/logger": "^0.18.0",
11+
"@garment/runner": "^0.18.0",
12+
"@garment/workspace": "^0.18.0",
1313
"fs-extra": "8.1.0",
1414
"globby": "10.0.1",
1515
"strip-ansi": "^5.2.0",

packages/garment/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.18.0](https://github.com/farfetch/garment/compare/v0.16.3...v0.18.0) (2022-03-02)
7+
8+
**Note:** Version bump only for package @garment/garment
9+
10+
11+
12+
13+
614
# [0.17.0](https://github.com/Farfetch/garment/compare/v0.16.3...v0.17.0) (2022-03-02)
715

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

packages/garment/package.json

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

0 commit comments

Comments
 (0)