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

Commit fb29f40

Browse files
author
Max
committed
chore: Release
1 parent 55be2a9 commit fb29f40

File tree

10 files changed

+60
-10
lines changed

10 files changed

+60
-10
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.9](https://github.com/Farfetch/garment/compare/v0.13.8...v0.13.9) (2020-07-28)
7+
8+
9+
### Bug Fixes
10+
11+
* Read files even if they have a leading dot ([#5](https://github.com/Farfetch/garment/issues/5)) ([3f04be0](https://github.com/Farfetch/garment/commit/3f04be0c50ceb2469e838f61b390664e53663cd7))
12+
* Update notifier [#6](https://github.com/Farfetch/garment/issues/6) ([#8](https://github.com/Farfetch/garment/issues/8)) ([55be2a9](https://github.com/Farfetch/garment/commit/55be2a99c2af6f10e894ee82df6b70a89250fe11))
13+
14+
15+
16+
17+
618
## 0.13.8 (2020-07-15)
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.9](https://github.com/Farfetch/garment/compare/v0.13.8...v0.13.9) (2020-07-28)
7+
8+
9+
### Bug Fixes
10+
11+
* Update notifier [#6](https://github.com/Farfetch/garment/issues/6) ([#8](https://github.com/Farfetch/garment/issues/8)) ([55be2a9](https://github.com/Farfetch/garment/commit/55be2a99c2af6f10e894ee82df6b70a89250fe11))
12+
13+
14+
15+
16+
617
## 0.13.8 (2020-07-15)
718

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

core/cli/package.json

Lines changed: 2 additions & 2 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.8",
4+
"version": "0.13.9",
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.8",
14+
"@garment/garment": "^0.13.9",
1515
"@garment/logger": "^0.13.8",
1616
"@garment/perf": "^0.13.8",
1717
"@garment/print-tree": "^0.13.8",

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.13.9](https://github.com/Farfetch/garment/compare/v0.13.8...v0.13.9) (2020-07-28)
7+
8+
9+
### Bug Fixes
10+
11+
* Read files even if they have a leading dot ([#5](https://github.com/Farfetch/garment/issues/5)) ([3f04be0](https://github.com/Farfetch/garment/commit/3f04be0c50ceb2469e838f61b390664e53663cd7))
12+
13+
14+
15+
16+
617
## 0.13.8 (2020-07-15)
718

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

core/garment/package.json

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

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.8"
9+
"version": "0.13.9"
1010
}

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

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

schematics/garment/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@garment/schematics",
3-
"version": "0.13.8",
3+
"version": "0.13.9",
44
"private": true,
55
"main": "lib/index.js",
66
"schematics": "./collection.json",
77
"license": "MIT",
88
"dependencies": {
99
"@angular-devkit/core": "^7.3.1",
1010
"@angular-devkit/schematics": "^7.3.1",
11-
"@garment/garment": "^0.13.8",
11+
"@garment/garment": "^0.13.9",
1212
"@garment/schematics-utils": "^0.13.8",
1313
"@garment/workspace": "^0.13.8"
1414
},

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

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

schematics/typescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@garment/schematics-typescript",
3-
"version": "0.13.8",
3+
"version": "0.13.9",
44
"main": "lib/index.js",
55
"schematics": "./collection.json",
66
"license": "MIT",
77
"dependencies": {
88
"@angular-devkit/core": "^7.3.1",
99
"@angular-devkit/schematics": "^7.3.1",
10-
"@garment/garment": "^0.13.8",
10+
"@garment/garment": "^0.13.9",
1111
"@garment/schematics-utils": "^0.13.8",
1212
"@garment/workspace": "^0.13.8"
1313
},

0 commit comments

Comments
 (0)