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

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Max committed Jan 22, 2021
1 parent a1a5c06 commit 4cdf76c
Show file tree
Hide file tree
Showing 42 changed files with 238 additions and 56 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.14.1](https://github.com/Farfetch/garment/compare/v0.14.0...v0.14.1) (2021-01-22)


### Bug Fixes

* Error for rootDir only when necessary ([#29](https://github.com/Farfetch/garment/issues/29)) ([a16a853](https://github.com/Farfetch/garment/commit/a16a85310329338fa51f1f36afe8e0f2e7702245))
* Missing root tsconfig ([27fa8bf](https://github.com/Farfetch/garment/commit/27fa8bf39d87d6a34ec4e6108e1c64336d07015a))
* Workspace path match ([#33](https://github.com/Farfetch/garment/issues/33)) ([a1a5c06](https://github.com/Farfetch/garment/commit/a1a5c06bb6ccdb67645f4a8fc4d349c7b11dd85c))





# [0.14.0](https://github.com/Farfetch/garment/compare/v0.13.14...v0.14.0) (2020-12-15)


Expand Down
8 changes: 8 additions & 0 deletions core/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.14.1](https://github.com/Farfetch/garment/compare/v0.14.0...v0.14.1) (2021-01-22)

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





# [0.14.0](https://github.com/Farfetch/garment/compare/v0.13.14...v0.14.0) (2020-12-15)

**Note:** Version bump only for package @garment/cli
Expand Down
10 changes: 5 additions & 5 deletions core/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@garment/cli",
"license": "MIT",
"version": "0.14.0",
"version": "0.14.1",
"main": "lib/index.js",
"bin": {
"garment": "lib/cli.js",
Expand All @@ -11,15 +11,15 @@
"lib"
],
"dependencies": {
"@garment/garment": "^0.14.0",
"@garment/garment": "^0.14.1",
"@garment/logger": "^0.14.0",
"@garment/perf": "^0.14.0",
"@garment/print-tree": "^0.14.0",
"@garment/scheduler": "^0.14.0",
"@garment/scheduler": "^0.14.1",
"@garment/schematics-client": "^0.14.0",
"@garment/schematics-init": "^0.14.0",
"@garment/visualize-graph": "^0.14.0",
"@garment/workspace": "^0.14.0",
"@garment/workspace": "^0.14.1",
"@garment/yeoman-client": "^0.14.0",
"chalk": "^2.4.2",
"cosmiconfig": "^5.2.1",
Expand All @@ -29,7 +29,7 @@
"yargs": "15.0.2"
},
"devDependencies": {
"@garment/fixture-helper": "^0.14.0",
"@garment/fixture-helper": "^0.14.1",
"@garment/plugin-runner-void": "^0.14.0",
"@types/cosmiconfig": "^5.0.3",
"@types/is-ci": "^2.0.0",
Expand Down
12 changes: 12 additions & 0 deletions core/garment/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.14.1](https://github.com/Farfetch/garment/compare/v0.14.0...v0.14.1) (2021-01-22)


### Bug Fixes

* Error for rootDir only when necessary ([#29](https://github.com/Farfetch/garment/issues/29)) ([a16a853](https://github.com/Farfetch/garment/commit/a16a85310329338fa51f1f36afe8e0f2e7702245))
* Workspace path match ([#33](https://github.com/Farfetch/garment/issues/33)) ([a1a5c06](https://github.com/Farfetch/garment/commit/a1a5c06bb6ccdb67645f4a8fc4d349c7b11dd85c))





# [0.14.0](https://github.com/Farfetch/garment/compare/v0.13.14...v0.14.0) (2020-12-15)


Expand Down
14 changes: 7 additions & 7 deletions core/garment/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@garment/garment",
"version": "0.14.0",
"version": "0.14.1",
"main": "lib/index.js",
"license": "MIT",
"dependencies": {
"@garment/dependency-graph": "^0.14.0",
"@garment/logger": "^0.14.0",
"@garment/runner": "^0.14.0",
"@garment/scheduler": "^0.14.0",
"@garment/runner": "^0.14.1",
"@garment/scheduler": "^0.14.1",
"@garment/schema-validator": "^0.14.0",
"@garment/utils": "^0.0.14",
"@garment/workspace": "^0.14.0",
"@garment/utils": "^0.14.1",
"@garment/workspace": "^0.14.1",
"@parcel/watcher": "^2.0.0-alpha.9",
"fs-extra": "8.1.0",
"globby": "10.0.1",
Expand All @@ -27,8 +27,8 @@
"typings"
],
"devDependencies": {
"@garment/fixture-helper": "^0.14.0",
"@garment/fixture-helper": "^0.14.1",
"@types/is-valid-path": "^0.1.0",
"@types/tempy": "^0.2.0"
}
}
}
8 changes: 8 additions & 0 deletions core/runner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.14.1](https://github.com/Farfetch/garment/compare/v0.14.0...v0.14.1) (2021-01-22)

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





# [0.14.0](https://github.com/Farfetch/garment/compare/v0.13.14...v0.14.0) (2020-12-15)


Expand Down
4 changes: 2 additions & 2 deletions core/runner/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@garment/runner",
"license": "MIT",
"version": "0.14.0",
"version": "0.14.1",
"main": "lib/index.js",
"files": [
"lib",
Expand All @@ -11,7 +11,7 @@
"@garment/logger": "^0.14.0",
"@garment/schema-validator": "^0.14.0",
"@garment/watcher": "^0.14.0",
"@garment/workspace": "^0.14.0",
"@garment/workspace": "^0.14.1",
"@types/fs-extra": "^5.0.5",
"fs-extra": "8.1.0",
"mustache": "^3.0.1"
Expand Down
8 changes: 8 additions & 0 deletions core/scheduler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.14.1](https://github.com/Farfetch/garment/compare/v0.14.0...v0.14.1) (2021-01-22)

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





# [0.14.0](https://github.com/Farfetch/garment/compare/v0.13.14...v0.14.0) (2020-12-15)

**Note:** Version bump only for package @garment/scheduler
Expand Down
6 changes: 3 additions & 3 deletions core/scheduler/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@garment/scheduler",
"license": "MIT",
"version": "0.14.0",
"version": "0.14.1",
"main": "lib/index.js",
"files": [
"lib"
],
"dependencies": {
"@garment/dependency-graph": "^0.14.0",
"@garment/logger": "^0.14.0",
"@garment/runner": "^0.14.0",
"@garment/runner": "^0.14.1",
"@garment/watcher": "^0.14.0",
"@garment/workspace": "^0.14.0",
"@garment/workspace": "^0.14.1",
"@types/glob-parent": "^3.1.1",
"fs-extra": "8.1.0",
"glob-parent": "^5.0.0",
Expand Down
11 changes: 11 additions & 0 deletions core/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.14.1](https://github.com/Farfetch/garment/compare/v0.14.0...v0.14.1) (2021-01-22)


### Bug Fixes

* Workspace path match ([#33](https://github.com/Farfetch/garment/issues/33)) ([a1a5c06](https://github.com/Farfetch/garment/commit/a1a5c06bb6ccdb67645f4a8fc4d349c7b11dd85c))
3 changes: 1 addition & 2 deletions core/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"name": "@garment/utils",
"version": "0.0.14",
"version": "0.14.1",
"main": "lib/index.js",
"license": "MIT",
"dependencies": {},
"files": [
"lib"
]
Expand Down
11 changes: 11 additions & 0 deletions core/workspace/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.14.1](https://github.com/Farfetch/garment/compare/v0.14.0...v0.14.1) (2021-01-22)


### Bug Fixes

* Workspace path match ([#33](https://github.com/Farfetch/garment/issues/33)) ([a1a5c06](https://github.com/Farfetch/garment/commit/a1a5c06bb6ccdb67645f4a8fc4d349c7b11dd85c))





# [0.14.0](https://github.com/Farfetch/garment/compare/v0.13.14...v0.14.0) (2020-12-15)

**Note:** Version bump only for package @garment/workspace
Expand Down
6 changes: 3 additions & 3 deletions core/workspace/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@garment/workspace",
"license": "MIT",
"version": "0.14.0",
"version": "0.14.1",
"main": "lib/index.js",
"files": [
"lib",
"schemas"
],
"dependencies": {
"@garment/schema-validator": "^0.14.0",
"@garment/utils": "^0.0.14",
"@garment/utils": "^0.14.1",
"dependency-graph": "^0.8.0",
"fs-extra": "8.1.0",
"mustache": "^3.0.1",
Expand All @@ -22,4 +22,4 @@
"@types/normalize-path": "^3.0.0",
"@types/object-hash": "^1.3.0"
}
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"utils/*"
],
"npmClient": "yarn",
"version": "0.14.0"
"version": "0.14.1"
}
8 changes: 8 additions & 0 deletions plugins/runner-babel/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.14.1](https://github.com/Farfetch/garment/compare/v0.14.0...v0.14.1) (2021-01-22)

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





# [0.14.0](https://github.com/Farfetch/garment/compare/v0.13.14...v0.14.0) (2020-12-15)

**Note:** Version bump only for package @garment/plugin-runner-babel
Expand Down
4 changes: 2 additions & 2 deletions plugins/runner-babel/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@garment/plugin-runner-babel",
"license": "MIT",
"version": "0.14.0",
"version": "0.14.1",
"main": "./lib/index.js",
"files": [
"lib",
Expand All @@ -17,6 +17,6 @@
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/preset-typescript": "^7.3.3",
"@garment/fixture-helper": "^0.14.0"
"@garment/fixture-helper": "^0.14.1"
}
}
8 changes: 8 additions & 0 deletions plugins/runner-eslint/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.14.1](https://github.com/Farfetch/garment/compare/v0.14.0...v0.14.1) (2021-01-22)

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





# [0.14.0](https://github.com/Farfetch/garment/compare/v0.13.14...v0.14.0) (2020-12-15)

**Note:** Version bump only for package @garment/plugin-runner-eslint
Expand Down
4 changes: 2 additions & 2 deletions plugins/runner-eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@garment/plugin-runner-eslint",
"license": "MIT",
"version": "0.14.0",
"version": "0.14.1",
"main": "lib/index.js",
"files": [
"lib",
Expand All @@ -12,7 +12,7 @@
"eslint": "^5.15.3"
},
"devDependencies": {
"@garment/fixture-helper": "^0.14.0",
"@garment/fixture-helper": "^0.14.1",
"@types/eslint": "^4.16.6",
"eslint": "^5.15.3"
}
Expand Down
8 changes: 8 additions & 0 deletions plugins/runner-jest/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.14.1](https://github.com/Farfetch/garment/compare/v0.14.0...v0.14.1) (2021-01-22)

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





# [0.14.0](https://github.com/Farfetch/garment/compare/v0.13.14...v0.14.0) (2020-12-15)

**Note:** Version bump only for package @garment/plugin-runner-jest
Expand Down
4 changes: 2 additions & 2 deletions plugins/runner-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@garment/plugin-runner-jest",
"license": "MIT",
"version": "0.14.0",
"version": "0.14.1",
"files": [
"lib",
"runners.json"
Expand All @@ -18,7 +18,7 @@
"jest": "^24.5.0"
},
"devDependencies": {
"@garment/fixture-helper": "^0.14.0",
"@garment/fixture-helper": "^0.14.1",
"@jest/types": "^24.9.0",
"@types/tempy": "^0.2.0",
"jest": "^24.5.0"
Expand Down
8 changes: 8 additions & 0 deletions plugins/runner-postcss/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.14.1](https://github.com/Farfetch/garment/compare/v0.14.0...v0.14.1) (2021-01-22)

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





# [0.14.0](https://github.com/Farfetch/garment/compare/v0.13.14...v0.14.0) (2020-12-15)

**Note:** Version bump only for package @garment/plugin-runner-postcss
Expand Down
4 changes: 2 additions & 2 deletions plugins/runner-postcss/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@garment/plugin-runner-postcss",
"license": "MIT",
"version": "0.14.0",
"version": "0.14.1",
"main": "./lib/index.js",
"files": [
"lib",
Expand All @@ -15,7 +15,7 @@
"postcss": "6.0.23"
},
"devDependencies": {
"@garment/fixture-helper": "^0.14.0",
"@garment/fixture-helper": "^0.14.1",
"@types/dependency-tree": "^6.1.0",
"postcss": "6.0.23",
"postcss-custom-properties": "^6.0.23",
Expand Down
Loading

0 comments on commit 4cdf76c

Please sign in to comment.