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 Mar 3, 2021
1 parent 9e2e54b commit 4b587a9
Show file tree
Hide file tree
Showing 12 changed files with 65 additions and 11 deletions.
11 changes: 11 additions & 0 deletions 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.5](https://github.com/Farfetch/garment/compare/v0.14.4...v0.14.5) (2021-03-03)


### Bug Fixes

* Critical getActionGraph bug ([9e2e54b](https://github.com/Farfetch/garment/commit/9e2e54bbcd41b1518bcdbf62e4ef1bbd17400ae3))





## [0.14.4](https://github.com/Farfetch/garment/compare/v0.14.3...v0.14.4) (2021-02-18)


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.5](https://github.com/Farfetch/garment/compare/v0.14.4...v0.14.5) (2021-03-03)

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





## [0.14.4](https://github.com/Farfetch/garment/compare/v0.14.3...v0.14.4) (2021-02-18)


Expand Down
6 changes: 3 additions & 3 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.4",
"version": "0.14.5",
"main": "lib/index.js",
"bin": {
"garment": "lib/cli.js",
Expand All @@ -11,11 +11,11 @@
"lib"
],
"dependencies": {
"@garment/garment": "^0.14.4",
"@garment/garment": "^0.14.5",
"@garment/logger": "^0.14.0",
"@garment/perf": "^0.14.0",
"@garment/print-tree": "^0.14.0",
"@garment/scheduler": "^0.14.4",
"@garment/scheduler": "^0.14.5",
"@garment/schematics-client": "^0.14.0",
"@garment/schematics-init": "^0.14.0",
"@garment/visualize-graph": "^0.14.0",
Expand Down
8 changes: 8 additions & 0 deletions core/garment/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.5](https://github.com/Farfetch/garment/compare/v0.14.4...v0.14.5) (2021-03-03)

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





## [0.14.4](https://github.com/Farfetch/garment/compare/v0.14.3...v0.14.4) (2021-02-18)


Expand Down
4 changes: 2 additions & 2 deletions core/garment/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@garment/garment",
"version": "0.14.4",
"version": "0.14.5",
"main": "lib/index.js",
"license": "MIT",
"dependencies": {
"@garment/dependency-graph": "^0.14.0",
"@garment/logger": "^0.14.0",
"@garment/runner": "^0.14.1",
"@garment/scheduler": "^0.14.4",
"@garment/scheduler": "^0.14.5",
"@garment/schema-validator": "^0.14.0",
"@garment/utils": "^0.14.1",
"@garment/workspace": "^0.14.1",
Expand Down
11 changes: 11 additions & 0 deletions core/scheduler/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.5](https://github.com/Farfetch/garment/compare/v0.14.4...v0.14.5) (2021-03-03)


### Bug Fixes

* Critical getActionGraph bug ([9e2e54b](https://github.com/Farfetch/garment/commit/9e2e54bbcd41b1518bcdbf62e4ef1bbd17400ae3))





## [0.14.4](https://github.com/Farfetch/garment/compare/v0.14.3...v0.14.4) (2021-02-18)


Expand Down
2 changes: 1 addition & 1 deletion core/scheduler/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@garment/scheduler",
"license": "MIT",
"version": "0.14.4",
"version": "0.14.5",
"main": "lib/index.js",
"files": [
"lib"
Expand Down
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.4"
"version": "0.14.5"
}
8 changes: 8 additions & 0 deletions schematics/garment/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.5](https://github.com/Farfetch/garment/compare/v0.14.4...v0.14.5) (2021-03-03)

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





## [0.14.4](https://github.com/Farfetch/garment/compare/v0.14.3...v0.14.4) (2021-02-18)

**Note:** Version bump only for package @garment/schematics
Expand Down
4 changes: 2 additions & 2 deletions schematics/garment/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@garment/schematics",
"version": "0.14.4",
"version": "0.14.5",
"private": true,
"main": "lib/index.js",
"schematics": "./collection.json",
"license": "MIT",
"dependencies": {
"@angular-devkit/core": "^7.3.1",
"@angular-devkit/schematics": "^7.3.1",
"@garment/garment": "^0.14.4",
"@garment/garment": "^0.14.5",
"@garment/schematics-utils": "^0.14.1",
"@garment/workspace": "^0.14.1"
},
Expand Down
8 changes: 8 additions & 0 deletions schematics/typescript/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.5](https://github.com/Farfetch/garment/compare/v0.14.4...v0.14.5) (2021-03-03)

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





## [0.14.4](https://github.com/Farfetch/garment/compare/v0.14.3...v0.14.4) (2021-02-18)

**Note:** Version bump only for package @garment/schematics-typescript
Expand Down
4 changes: 2 additions & 2 deletions schematics/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@garment/schematics-typescript",
"version": "0.14.4",
"version": "0.14.5",
"main": "lib/index.js",
"schematics": "./collection.json",
"license": "MIT",
"dependencies": {
"@angular-devkit/core": "^7.3.1",
"@angular-devkit/schematics": "^7.3.1",
"@garment/garment": "^0.14.4",
"@garment/garment": "^0.14.5",
"@garment/schematics-utils": "^0.14.1",
"@garment/workspace": "^0.14.1"
},
Expand Down

0 comments on commit 4b587a9

Please sign in to comment.