Skip to content

Commit 4f8202f

Browse files
Version Packages (#42)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e72cb27 commit 4f8202f

File tree

5 files changed

+15
-22
lines changed

5 files changed

+15
-22
lines changed

.changeset/chilly-beers-stare.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/cold-groups-beg.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tired-garlics-refuse.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

packages/cli/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @codeowners-flow/cli
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- e72cb27: BREAKING CHANGE: Drop node 16 support. Minimum Node version is now 22.
8+
- e72cb27: Upgrade dependencies
9+
- e72cb27: Change order of exports.
10+
11+
This fixes a warning from Vite:
12+
13+
```
14+
The condition "types" here will never be used as it comes after both "import" and "require" [package.json]
15+
```
16+
317
## 0.1.2
418

519
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeowners-flow/cli",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"description": "A tool to script and manage the CODEOWNERS file programmatically",
55
"bin": {
66
"codeowners-flow": "./bin/index.js"

0 commit comments

Comments
 (0)