Skip to content

Commit

Permalink
Bump versions (Steiger v0.5.5) (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
illright authored Jan 14, 2025
1 parent 065ea85 commit 556829e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/thin-deers-grin.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/steiger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# steiger

## 0.5.5

### Patch Changes

- 065ea85: Switch from `minimatch` to `micromatch` to restore support for Node 18

## 0.5.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/steiger/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "steiger",
"description": "Universal file structure and project architecture linter",
"version": "0.5.4",
"version": "0.5.5",
"license": "MIT",
"authors": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { isNegatedGlob } from './utilities'
import micromatch from 'micromatch'

// ! Don't use platform specific path separators in the glob patterns for globby/minimatch
// ! Don't use platform specific path separators in the glob patterns for globby/micromatch
// as it only works with forward slashes!

interface ApplyGlobsOptions {
Expand Down

0 comments on commit 556829e

Please sign in to comment.