Skip to content

Commit

Permalink
fix: bundle lodash-es/debounce
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwcx committed May 11, 2024
1 parent 2847873 commit 5d40554
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 8 deletions.
5 changes: 5 additions & 0 deletions .changeset/green-cups-wait.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'inquirer-select-pro': patch
---

bundle lodash-es/debounce
7 changes: 6 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,10 @@
"initialVersions": {
"inquirer-select-pro": "0.1.0"
},
"changesets": ["cuddly-baboons-cross", "dry-spies-decide", "tame-ducks-type"]
"changesets": [
"cuddly-baboons-cross",
"dry-spies-decide",
"green-cups-wait",
"tame-ducks-type"
]
}
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# inquirer-select-pro

## 1.0.0-alpha.3

### Patch Changes

- bundle lodash-es/debounce

## 1.0.0-alpha.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inquirer-select-pro",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"description": "An inquirer select that supports multiple selections and filtering.",
"keywords": [
"inquirer",
Expand Down Expand Up @@ -59,8 +59,7 @@
"@inquirer/figures": "^1.0.1",
"@inquirer/type": "^1.3.1",
"ansi-escapes": "^7.0.0",
"chalk": "^5.3.0",
"lodash-es": "^4.17.21"
"chalk": "^5.3.0"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
Expand All @@ -77,6 +76,7 @@
"flexsearch": "^0.7.43",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"lodash-es": "^4.17.21",
"prettier": "^3.2.5",
"tsup": "^8.0.2",
"tsx": "^4.9.3",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

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

0 comments on commit 5d40554

Please sign in to comment.