Skip to content

Commit e003836

Browse files
committed
release: @flex-development/[email protected]
1 parent e9144b5 commit e003836

File tree

2 files changed

+64
-1
lines changed

2 files changed

+64
-1
lines changed

packages/grease/CHANGELOG.md

+63
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,69 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [2.0.0](https://github.com/flex-development/grease/compare/[email protected]@2.0.0) (2021-09-19)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **typescript:** `IsSemVerOptionsConfigSatisfies` -> `IsSemVerOptionsSatisfies`
11+
* **typescript:** `IsSemVerOptionsConfigCMP` -> `IsSemVerOptionsCMP`
12+
* **typescript:** `IsSemVerOptionsConfigClean` -> `IsSemVerOptionsClean`
13+
14+
### :pencil2: Housekeeping
15+
16+
* add eslint base config ([8de32f3](https://github.com/flex-development/grease/commit/8de32f3e4dd32c7f1cea85c9943b7ec88a1d7153))
17+
* refine commit scopes ([ae15022](https://github.com/flex-development/grease/commit/ae15022381725668a773ab09c5c38b784e7cd83d))
18+
* run `yarn set version berry` ([f94a4e1](https://github.com/flex-development/grease/commit/f94a4e162dbc3de7038b1bdb79573e25427baa5d))
19+
* **typescript:** add typings for `[email protected]` ([70156cb](https://github.com/flex-development/grease/commit/70156cb7751374830f5c74d5b3c9d9f58c4b3e6a))
20+
* update environment variables ([3f55036](https://github.com/flex-development/grease/commit/3f55036bf343aa8a3079294d3ebb4158cb4068e4))
21+
* use yarn workspace based commit scopes ([889322b](https://github.com/flex-development/grease/commit/889322b2d5224a58dbde522f81cc3177da981c86))
22+
23+
24+
### :sparkles: Features
25+
26+
* `utils/getOptions` ([dd4c3a0](https://github.com/flex-development/grease/commit/dd4c3a0bd50ac4f31c1b9ce78bd9df57b7a63bec))
27+
* **typescript:** add `CommitType` ([70393c6](https://github.com/flex-development/grease/commit/70393c67a860e16cbe04f374fd57dbb7a672ea17))
28+
29+
30+
### :robot: Testing
31+
32+
* **grease:** update changelog fixtures ([aabe44f](https://github.com/flex-development/grease/commit/aabe44fca6f2bf24060724cda5548793b58b080e))
33+
* **grease:** use `DTO` fixture in `IsPath` functional test ([5150d51](https://github.com/flex-development/grease/commit/5150d511e12fed11779c647ceb6e5d671f322e8e))
34+
* use `OPTIONS` fixture in `cacheOptions` functional test ([b8c5c26](https://github.com/flex-development/grease/commit/b8c5c2662f2ee786945bc7c6f113212829c1f4ce))
35+
36+
37+
### :recycle: Code Improvements
38+
39+
* `types` directory architecture ([990f9dd](https://github.com/flex-development/grease/commit/990f9dd9cdb277eea407b25d633531bafa1fa00f))
40+
* **grease:** `CreateReleaseDTO#toString` ([0347d26](https://github.com/flex-development/grease/commit/0347d262a903f14692469da75974557dfced1f38))
41+
* **grease:** integrate `@flex-development/[email protected]` ([787ac1d](https://github.com/flex-development/grease/commit/787ac1db313ca8ee3e0cab961aee2ab91b19531b))
42+
* integrate `getOptions` into `main` ([d178829](https://github.com/flex-development/grease/commit/d17882988913b61abcb23d72e7b889b2f829e7b4))
43+
* **typescript:** `IsSemVerOptionsConfigClean` -> `IsSemVerOptionsClean` ([b420f94](https://github.com/flex-development/grease/commit/b420f94efe3856e2454fba3b0a506fc75fe26434))
44+
* **typescript:** `IsSemVerOptionsConfigCMP` -> `IsSemVerOptionsCMP` ([a99d89d](https://github.com/flex-development/grease/commit/a99d89de1eea744dad789bb295e72eba958e08bb))
45+
* **typescript:** `IsSemVerOptionsConfigSatisfies` -> `IsSemVerOptionsSatisfies` ([3d2ddc9](https://github.com/flex-development/grease/commit/3d2ddc99d21b8a6073e9b2e9c8d2f516d89a3cf7))
46+
47+
48+
### :hammer: Build
49+
50+
* **deps-dev:** add `@types/[email protected]` ([0728879](https://github.com/flex-development/grease/commit/072887991b2c591fd719375987f31797ff6edf52))
51+
* **deps-dev:** add `[email protected]` ([7268756](https://github.com/flex-development/grease/commit/726875681564692f1c65b4ff958dffeb47bba06d))
52+
* **deps-dev:** add `[email protected]` ([ec913bc](https://github.com/flex-development/grease/commit/ec913bc1d4583c0757965d6c27a987c9c4450916))
53+
* **deps-dev:** drop `@types/[email protected]` ([e6adbfa](https://github.com/flex-development/grease/commit/e6adbfa7692dfdf0c4eae0b5085bbf6699e99c82))
54+
* **deps-dev:** move `@types/[email protected]` to `devDependencies` ([4cebed3](https://github.com/flex-development/grease/commit/4cebed3e1c724fc848761b7e4a3226facf1d8737))
55+
* **deps-dev:** move `@types/[email protected]` to `devDependencies` ([283bc29](https://github.com/flex-development/grease/commit/283bc29413db865a35026d1c446c091525571e3b))
56+
* **deps-dev:** use `@types/[email protected]` ([ca4fb8e](https://github.com/flex-development/grease/commit/ca4fb8e7de0adfdaa3f0d3843898f1dcff7e3c90))
57+
* **deps-dev:** use `@types/[email protected]` ([c0c1cd1](https://github.com/flex-development/grease/commit/c0c1cd1cabb25e8e21c662fcb1d839eb29eb582a))
58+
* **deps-peer:** add `@types/node>=15` ([5ca3485](https://github.com/flex-development/grease/commit/5ca3485335012d0eb6660619a3e51456068bb8c0))
59+
* **deps-peer:** add `@types/[email protected]` ([60e82ea](https://github.com/flex-development/grease/commit/60e82ea33ea184c4751289cbdc449b0300e7f0fd))
60+
* **deps:** add `@flex-development/[email protected]` ([1bc20c4](https://github.com/flex-development/grease/commit/1bc20c4f8701510ec604ece4ca5dce211296ec45))
61+
* **deps:** add `[email protected]` ([6e72cd6](https://github.com/flex-development/grease/commit/6e72cd6782d057ef797d9b5d555edb702ed8828c))
62+
* **deps:** use `[email protected]` ([3284bf4](https://github.com/flex-development/grease/commit/3284bf43ac5dd660374a629d1a872d56f74943dc))
63+
* **deps:** use `lodash.*` deps ([4a9dc84](https://github.com/flex-development/grease/commit/4a9dc841d2e78259a1646da37904e91d368fcafb))
64+
* run local integrity check ([0ab9086](https://github.com/flex-development/grease/commit/0ab9086048c10b77f041eb85819ee2a4c1cfddab))
65+
* update build output ([3d97289](https://github.com/flex-development/grease/commit/3d972890cfa69e9f9622a54dc5371930d7079131))
66+
* **yarn:** set `nmHoistingLimits` to `dependencies` ([bf7978f](https://github.com/flex-development/grease/commit/bf7978f06406a2c02f530a1eafe7f550722c70a7))
67+
568
## [1.1.0](https://github.com/flex-development/grease/compare/[email protected]@1.1.0) (2021-08-26)
669

770

packages/grease/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@flex-development/grease",
33
"description": "Package release workflow tool",
4-
"version": "1.1.0",
4+
"version": "2.0.0",
55
"keywords": [
66
"bitbucket",
77
"changelog",

0 commit comments

Comments
 (0)