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

Commit d71bc7f

Browse files
author
Max
committed
chore: Release
1 parent 38f3151 commit d71bc7f

File tree

34 files changed

+192
-33
lines changed

34 files changed

+192
-33
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.13.10](https://github.com/Farfetch/garment/compare/v0.13.9...v0.13.10) (2020-09-01)
7+
8+
9+
### Bug Fixes
10+
11+
* **runner-ts:** Add path to the cacheKeys to fix [#14](https://github.com/Farfetch/garment/issues/14) ([#15](https://github.com/Farfetch/garment/issues/15)) ([38f3151](https://github.com/Farfetch/garment/commit/38f3151d27a0fa0aff51464ca36c5870485da8e9))
12+
* Correct unit tests failing on Windows ([#9](https://github.com/Farfetch/garment/issues/9)) ([fad401d](https://github.com/Farfetch/garment/commit/fad401d822672882dfc550f8185acbc698a4a6be))
13+
14+
15+
16+
17+
618
## [0.13.9](https://github.com/Farfetch/garment/compare/v0.13.8...v0.13.9) (2020-07-28)
719

820

core/cli/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.13.10](https://github.com/Farfetch/garment/compare/v0.13.9...v0.13.10) (2020-09-01)
7+
8+
9+
### Bug Fixes
10+
11+
* Correct unit tests failing on Windows ([#9](https://github.com/Farfetch/garment/issues/9)) ([fad401d](https://github.com/Farfetch/garment/commit/fad401d822672882dfc550f8185acbc698a4a6be))
12+
13+
14+
15+
16+
617
## [0.13.9](https://github.com/Farfetch/garment/compare/v0.13.8...v0.13.9) (2020-07-28)
718

819

core/cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@garment/cli",
33
"license": "MIT",
4-
"version": "0.13.9",
4+
"version": "0.13.10",
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.13.9",
14+
"@garment/garment": "^0.13.10",
1515
"@garment/logger": "^0.13.8",
1616
"@garment/perf": "^0.13.8",
1717
"@garment/print-tree": "^0.13.8",
@@ -29,12 +29,12 @@
2929
"yargs": "15.0.2"
3030
},
3131
"devDependencies": {
32+
"@garment/fixture-helper": "^0.13.10",
3233
"@types/cosmiconfig": "^5.0.3",
3334
"@types/is-ci": "^2.0.0",
3435
"@types/update-notifier": "^2.5.0",
3536
"@types/yargs": "13.0.3",
3637
"execa": "^4.0.0",
37-
"strip-ansi": "^5.2.0",
38-
"@garment/fixture-helper": "^0.13.8"
38+
"strip-ansi": "^5.2.0"
3939
}
4040
}

core/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.13.10](https://github.com/Farfetch/garment/compare/v0.13.9...v0.13.10) (2020-09-01)
7+
8+
**Note:** Version bump only for package @garment/garment
9+
10+
11+
12+
13+
614
## [0.13.9](https://github.com/Farfetch/garment/compare/v0.13.8...v0.13.9) (2020-07-28)
715

816

core/garment/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@garment/garment",
3-
"version": "0.13.9",
3+
"version": "0.13.10",
44
"main": "lib/index.js",
55
"license": "MIT",
66
"dependencies": {
@@ -24,7 +24,7 @@
2424
"typings"
2525
],
2626
"devDependencies": {
27-
"@garment/fixture-helper": "^0.13.8",
27+
"@garment/fixture-helper": "^0.13.10",
2828
"@types/is-valid-path": "^0.1.0",
2929
"@types/tempy": "^0.2.0"
3030
}

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"utils/*"
77
],
88
"npmClient": "yarn",
9-
"version": "0.13.9"
9+
"version": "0.13.10"
1010
}

plugins/runner-babel/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.13.10](https://github.com/Farfetch/garment/compare/v0.13.9...v0.13.10) (2020-09-01)
7+
8+
**Note:** Version bump only for package @garment/plugin-runner-babel
9+
10+
11+
12+
13+
614
## 0.13.8 (2020-07-15)
715

816

plugins/runner-babel/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@garment/plugin-runner-babel",
33
"license": "MIT",
4-
"version": "0.13.8",
4+
"version": "0.13.10",
55
"main": "./lib/index.js",
66
"files": [
77
"lib",
@@ -17,6 +17,6 @@
1717
"devDependencies": {
1818
"@babel/core": "^7.3.4",
1919
"@babel/preset-typescript": "^7.3.3",
20-
"@garment/fixture-helper": "^0.13.8"
20+
"@garment/fixture-helper": "^0.13.10"
2121
}
2222
}

plugins/runner-bin/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.13.10](https://github.com/Farfetch/garment/compare/v0.13.9...v0.13.10) (2020-09-01)
7+
8+
9+
### Bug Fixes
10+
11+
* Correct unit tests failing on Windows ([#9](https://github.com/Farfetch/garment/issues/9)) ([fad401d](https://github.com/Farfetch/garment/commit/fad401d822672882dfc550f8185acbc698a4a6be))
12+
13+
14+
15+
16+
617
## 0.13.8 (2020-07-15)
718

819
**Note:** Version bump only for package @garment/plugin-runner-bin

plugins/runner-bin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@garment/plugin-runner-bin",
33
"license": "MIT",
4-
"version": "0.13.8",
4+
"version": "0.13.10",
55
"main": "lib/index.js",
66
"files": [
77
"lib",

0 commit comments

Comments
 (0)