Skip to content

Commit

Permalink
Merge pull request #157 from ahrjarrett/@ahrjarrett/v0.47.0
Browse files Browse the repository at this point in the history
@ahrjarrett/v0.47.0
  • Loading branch information
ahrjarrett authored Jun 22, 2024
2 parents a00d3fb + 8d9a02c commit 00c69ba
Show file tree
Hide file tree
Showing 5 changed files with 169 additions and 38 deletions.
7 changes: 6 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"access": "public",
"baseBranch": "main",
"changelog": "@changesets/cli/changelog",
"changelog": [
"@changesets/changelog-github",
{
"repo": "ahrjarrett/any-ts"
}
],
"commit": false,
"fixed": [],
"ignore": [],
Expand Down
12 changes: 12 additions & 0 deletions .changeset/grumpy-otters-walk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
"any-ts": minor
---

break: renames `match.finite*` to `match.finite.*`

for example:

```
match.finiteArray -> match.finite.array
match.nonfiniteArray -> match.nonfinite.array
```
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
},
"devDependencies": {
"@arktype/attest": "^0.7.3",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@types/node": "^20.12.7",
"init": "^0.1.2",
Expand Down
66 changes: 66 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 00c69ba

Please sign in to comment.