Skip to content

Commit

Permalink
changeset: describe @neodx/glob and common changes
Browse files Browse the repository at this point in the history
  • Loading branch information
secundant committed Jan 14, 2024
1 parent a0d98c7 commit 6354c63
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .changeset/brown-islands-juggle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@neodx/glob': minor
---

Add `walkGlob`, low-level API for building glob-based search
8 changes: 1 addition & 7 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,7 @@
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": [
"@neodx/scripts",
"@neodx/vite-plugin-library",
"@neodx/codegen",
"example-*",
"@neodx/docs"
],
"ignore": ["@neodx/scripts", "@neodx/codegen", "example-*", "@neodx/docs"],
"privatePackages": false,
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"updateInternalDependents": "always"
Expand Down
12 changes: 12 additions & 0 deletions .changeset/grumpy-flies-search.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
'@neodx/autobuild': patch
'@neodx/pkg-misc': patch
'@neodx/figma': patch
'@neodx/log': patch
'@neodx/std': patch
'@neodx/svg': patch
'@neodx/vfs': patch
'@neodx/fs': patch
---

Upgrade dependencies
5 changes: 5 additions & 0 deletions .changeset/shiny-zebras-join.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@neodx/std': minor
---

Add `fromRange`, `mapEntries`, `mapToObject`, `tee` and other
5 changes: 5 additions & 0 deletions .changeset/soft-wolves-smash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@neodx/glob': minor
---

Add `extractGlobPaths` for splitting pattern to static paths and dynamic globs
5 changes: 5 additions & 0 deletions .changeset/weak-cooks-fly.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@neodx/std': minor
---

Add `fromEntries`, `fromKeys`, and `zipObject` object helpers
5 changes: 5 additions & 0 deletions .changeset/weak-meals-lay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@neodx/glob': minor
---

Implement glob matching with `createGlobMatcher` and `matchGlob`

0 comments on commit 6354c63

Please sign in to comment.