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

Commit 8ac7c71

Browse files
author
Max
committed
chore: Release
1 parent 77bb25a commit 8ac7c71

Some content is hidden

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

76 files changed

+402
-89
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.14.0](https://github.com/Farfetch/garment/compare/v0.13.14...v0.14.0) (2020-12-15)
7+
8+
9+
### Features
10+
11+
* Improve cache subscriptions ([#27](https://github.com/Farfetch/garment/issues/27)) ([77bb25a](https://github.com/Farfetch/garment/commit/77bb25acf000319efb05d6e76417aad256042fb6))
12+
13+
14+
15+
16+
617
## [0.13.14](https://github.com/Farfetch/garment/compare/v0.13.13...v0.13.14) (2020-12-07)
718

819

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.0](https://github.com/Farfetch/garment/compare/v0.13.14...v0.14.0) (2020-12-15)
7+
8+
**Note:** Version bump only for package @garment/cli
9+
10+
11+
12+
13+
614
## [0.13.14](https://github.com/Farfetch/garment/compare/v0.13.13...v0.13.14) (2020-12-07)
715

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

core/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.13.14",
4+
"version": "0.14.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.13.14",
15-
"@garment/logger": "^0.13.13",
16-
"@garment/perf": "^0.13.13",
17-
"@garment/print-tree": "^0.13.13",
18-
"@garment/scheduler": "^0.13.13",
19-
"@garment/schematics-client": "^0.13.13",
20-
"@garment/schematics-init": "^0.13.13",
21-
"@garment/visualize-graph": "^0.13.13",
22-
"@garment/workspace": "^0.13.13",
23-
"@garment/yeoman-client": "^0.13.13",
14+
"@garment/garment": "^0.14.0",
15+
"@garment/logger": "^0.14.0",
16+
"@garment/perf": "^0.14.0",
17+
"@garment/print-tree": "^0.14.0",
18+
"@garment/scheduler": "^0.14.0",
19+
"@garment/schematics-client": "^0.14.0",
20+
"@garment/schematics-init": "^0.14.0",
21+
"@garment/visualize-graph": "^0.14.0",
22+
"@garment/workspace": "^0.14.0",
23+
"@garment/yeoman-client": "^0.14.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.13.13",
33-
"@garment/plugin-runner-void": "^0.13.13",
32+
"@garment/fixture-helper": "^0.14.0",
33+
"@garment/plugin-runner-void": "^0.14.0",
3434
"@types/cosmiconfig": "^5.0.3",
3535
"@types/is-ci": "^2.0.0",
3636
"@types/update-notifier": "^2.5.0",

core/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.14.0](https://github.com/Farfetch/garment/compare/v0.13.14...v0.14.0) (2020-12-15)
7+
8+
**Note:** Version bump only for package @garment/dependency-graph
9+
10+
11+
12+
13+
614
## [0.13.13](https://github.com/Farfetch/garment/compare/v0.13.12...v0.13.13) (2020-09-29)
715

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

core/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.13.13",
3+
"version": "0.14.0",
44
"main": "lib/index.js",
55
"license": "MIT",
66
"files": [

core/garment/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.14.0](https://github.com/Farfetch/garment/compare/v0.13.14...v0.14.0) (2020-12-15)
7+
8+
9+
### Features
10+
11+
* Improve cache subscriptions ([#27](https://github.com/Farfetch/garment/issues/27)) ([77bb25a](https://github.com/Farfetch/garment/commit/77bb25acf000319efb05d6e76417aad256042fb6))
12+
13+
14+
15+
16+
617
## [0.13.14](https://github.com/Farfetch/garment/compare/v0.13.13...v0.13.14) (2020-12-07)
718

819

core/garment/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@garment/garment",
3-
"version": "0.13.14",
3+
"version": "0.14.0",
44
"main": "lib/index.js",
55
"license": "MIT",
66
"dependencies": {
7-
"@garment/dependency-graph": "^0.13.13",
8-
"@garment/logger": "^0.13.13",
9-
"@garment/runner": "^0.13.13",
10-
"@garment/scheduler": "^0.13.13",
11-
"@garment/schema-validator": "^0.13.13",
12-
"@garment/workspace": "^0.13.13",
7+
"@garment/dependency-graph": "^0.14.0",
8+
"@garment/logger": "^0.14.0",
9+
"@garment/runner": "^0.14.0",
10+
"@garment/scheduler": "^0.14.0",
11+
"@garment/schema-validator": "^0.14.0",
12+
"@garment/workspace": "^0.14.0",
1313
"@parcel/watcher": "^2.0.0-alpha.9",
1414
"fs-extra": "8.1.0",
1515
"is-valid-path": "^0.1.1",
@@ -25,7 +25,7 @@
2525
"typings"
2626
],
2727
"devDependencies": {
28-
"@garment/fixture-helper": "^0.13.13",
28+
"@garment/fixture-helper": "^0.14.0",
2929
"@types/is-valid-path": "^0.1.0",
3030
"@types/tempy": "^0.2.0"
3131
}

core/logger/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.0](https://github.com/Farfetch/garment/compare/v0.13.14...v0.14.0) (2020-12-15)
7+
8+
**Note:** Version bump only for package @garment/logger
9+
10+
11+
12+
13+
614
## [0.13.13](https://github.com/Farfetch/garment/compare/v0.13.12...v0.13.13) (2020-09-29)
715

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

core/logger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@garment/logger",
3-
"version": "0.13.13",
3+
"version": "0.14.0",
44
"main": "lib/index.js",
55
"license": "MIT",
66
"dependencies": {

core/runner/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.14.0](https://github.com/Farfetch/garment/compare/v0.13.14...v0.14.0) (2020-12-15)
7+
8+
9+
### Features
10+
11+
* Improve cache subscriptions ([#27](https://github.com/Farfetch/garment/issues/27)) ([77bb25a](https://github.com/Farfetch/garment/commit/77bb25acf000319efb05d6e76417aad256042fb6))
12+
13+
14+
15+
16+
617
## [0.13.13](https://github.com/Farfetch/garment/compare/v0.13.12...v0.13.13) (2020-09-29)
718

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

0 commit comments

Comments
 (0)