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

Commit 4d85b86

Browse files
author
Max
committed
chore: Release
1 parent 2804850 commit 4d85b86

File tree

80 files changed

+417
-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

+417
-93
lines changed

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.15.4](https://github.com/Farfetch/garment/compare/v0.15.0...v0.15.4) (2021-03-22)
7+
8+
9+
### Bug Fixes
10+
11+
* Release.yml ([2804850](https://github.com/Farfetch/garment/commit/2804850d9220da18f29d7d924659c66de3c194e5))
12+
* Version ([060ebbe](https://github.com/Farfetch/garment/commit/060ebbef5435c21f6ed3855dd3fb66745ec1126e))
13+
14+
15+
16+
17+
618
## [0.15.3](https://github.com/Farfetch/garment/compare/v0.15.0...v0.15.3) (2021-03-22)
719

820

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.15.3"
6+
"version": "0.15.4"
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.15.4](https://github.com/Farfetch/garment/compare/v0.15.0...v0.15.4) (2021-03-22)
7+
8+
**Note:** Version bump only for package @garment/cli
9+
10+
11+
12+
13+
614
## [0.15.3](https://github.com/Farfetch/garment/compare/v0.15.0...v0.15.3) (2021-03-22)
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.15.3",
4+
"version": "0.15.4",
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.15.3",
15-
"@garment/logger": "^0.15.3",
16-
"@garment/perf": "^0.15.3",
17-
"@garment/print-tree": "^0.15.3",
18-
"@garment/scheduler": "^0.15.3",
19-
"@garment/schematics-client": "^0.15.3",
20-
"@garment/schematics-init": "^0.15.3",
21-
"@garment/visualize-graph": "^0.15.3",
22-
"@garment/workspace": "^0.15.3",
23-
"@garment/yeoman-client": "^0.15.3",
14+
"@garment/garment": "^0.15.4",
15+
"@garment/logger": "^0.15.4",
16+
"@garment/perf": "^0.15.4",
17+
"@garment/print-tree": "^0.15.4",
18+
"@garment/scheduler": "^0.15.4",
19+
"@garment/schematics-client": "^0.15.4",
20+
"@garment/schematics-init": "^0.15.4",
21+
"@garment/visualize-graph": "^0.15.4",
22+
"@garment/workspace": "^0.15.4",
23+
"@garment/yeoman-client": "^0.15.4",
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.15.3",
33-
"@garment/plugin-runner-void": "^0.15.3",
32+
"@garment/fixture-helper": "^0.15.4",
33+
"@garment/plugin-runner-void": "^0.15.4",
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.15.4](https://github.com/Farfetch/garment/compare/v0.15.0...v0.15.4) (2021-03-22)
7+
8+
**Note:** Version bump only for package @garment/dependency-graph
9+
10+
11+
12+
13+
614
## [0.15.3](https://github.com/Farfetch/garment/compare/v0.15.0...v0.15.3) (2021-03-22)
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.15.3",
3+
"version": "0.15.4",
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.15.4](https://github.com/Farfetch/garment/compare/v0.15.0...v0.15.4) (2021-03-22)
7+
8+
**Note:** Version bump only for package @garment/fixture-helper
9+
10+
11+
12+
13+
614
## [0.15.3](https://github.com/Farfetch/garment/compare/v0.15.0...v0.15.3) (2021-03-22)
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.15.3",
4+
"version": "0.15.4",
55
"main": "lib/index.js",
66
"files": [
77
"lib"
88
],
99
"dependencies": {
10-
"@garment/logger": "^0.15.3",
11-
"@garment/runner": "^0.15.3",
12-
"@garment/workspace": "^0.15.3",
10+
"@garment/logger": "^0.15.4",
11+
"@garment/runner": "^0.15.4",
12+
"@garment/workspace": "^0.15.4",
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.15.4](https://github.com/Farfetch/garment/compare/v0.15.0...v0.15.4) (2021-03-22)
7+
8+
**Note:** Version bump only for package @garment/garment
9+
10+
11+
12+
13+
614
## [0.15.3](https://github.com/Farfetch/garment/compare/v0.15.0...v0.15.3) (2021-03-22)
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.15.3",
3+
"version": "0.15.4",
44
"main": "lib/index.js",
55
"license": "MIT",
66
"dependencies": {
7-
"@garment/dependency-graph": "^0.15.3",
8-
"@garment/logger": "^0.15.3",
9-
"@garment/runner": "^0.15.3",
10-
"@garment/scheduler": "^0.15.3",
11-
"@garment/schema-validator": "^0.15.3",
12-
"@garment/utils": "^0.15.3",
13-
"@garment/workspace": "^0.15.3",
7+
"@garment/dependency-graph": "^0.15.4",
8+
"@garment/logger": "^0.15.4",
9+
"@garment/runner": "^0.15.4",
10+
"@garment/scheduler": "^0.15.4",
11+
"@garment/schema-validator": "^0.15.4",
12+
"@garment/utils": "^0.15.4",
13+
"@garment/workspace": "^0.15.4",
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.15.3",
30+
"@garment/fixture-helper": "^0.15.4",
3131
"@types/is-valid-path": "^0.1.0",
3232
"@types/tempy": "^0.2.0"
3333
}

0 commit comments

Comments
 (0)