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

Commit e163baa

Browse files
committed
chore: Release
1 parent 046b815 commit e163baa

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
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.18.1](https://github.com/Farfetch/garment/compare/v0.18.0...v0.18.1) (2022-09-21)
7+
8+
9+
### Bug Fixes
10+
11+
* **plugin-runner-jest:** Prepare plugin to deal with projects that has more than one projects ([#94](https://github.com/Farfetch/garment/issues/94)) ([c94f1ae](https://github.com/Farfetch/garment/commit/c94f1ae6cc1492542700084f774363512479a102))
12+
13+
14+
15+
16+
617
# [0.18.0](https://github.com/farfetch/garment/compare/v0.16.3...v0.18.0) (2022-03-02)
718

819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages/*"
44
],
55
"npmClient": "yarn",
6-
"version": "0.18.0"
6+
"version": "0.18.1"
77
}

packages/plugin-runner-jest/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.18.1](https://github.com/Farfetch/garment/compare/v0.18.0...v0.18.1) (2022-09-21)
7+
8+
9+
### Bug Fixes
10+
11+
* **plugin-runner-jest:** Prepare plugin to deal with projects that has more than one projects ([#94](https://github.com/Farfetch/garment/issues/94)) ([c94f1ae](https://github.com/Farfetch/garment/commit/c94f1ae6cc1492542700084f774363512479a102))
12+
13+
14+
15+
16+
617
# [0.18.0](https://github.com/farfetch/garment/compare/v0.16.3...v0.18.0) (2022-03-02)
718

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

packages/plugin-runner-jest/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-jest",
33
"license": "MIT",
4-
"version": "0.18.0",
4+
"version": "0.18.1",
55
"files": [
66
"lib",
77
"runners.json"

0 commit comments

Comments
 (0)