Skip to content

Commit dc7f4ac

Browse files
authored
Merge pull request #2 from jariikonen/release-please--branches--main--components--inquirer-reorder-list
chore(main): release inquirer-reorder-list 0.1.0
2 parents 51702c7 + c8d3297 commit dc7f4ac

4 files changed

Lines changed: 27 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.1"
2+
".": "0.1.0"
33
}

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Changelog
2+
3+
## [0.1.0](https://github.com/jariikonen/inquirer-reorder-list/compare/inquirer-reorder-list-v0.0.1...inquirer-reorder-list-v0.1.0) (2025-01-22)
4+
5+
6+
### Features
7+
8+
* add demo function ([fc51cff](https://github.com/jariikonen/inquirer-reorder-list/commit/fc51cff6b14c49903d06b5866d2da2cd4d67862f))
9+
* change move command so that m moves selection above and M below the active item ([db3a815](https://github.com/jariikonen/inquirer-reorder-list/commit/db3a815d188a81188cf308f4c1fe387b2df3c4c1))
10+
* items can be moved ([1ba2393](https://github.com/jariikonen/inquirer-reorder-list/commit/1ba23932fa0783a0b0d39ca2c5cf24189b515d9e))
11+
* make disabled items and separators sortable, and return list order instead of selection ([5378742](https://github.com/jariikonen/inquirer-reorder-list/commit/5378742e4968435db8474ad6c87ca3f705399832))
12+
* make instruction help tip clearer and add a command key for displaying it ([a0c53eb](https://github.com/jariikonen/inquirer-reorder-list/commit/a0c53eb5b09070f3d3506f20c3df8eadc6664686))
13+
14+
15+
### Bug Fixes
16+
17+
* description not updating in time ([1f0efb3](https://github.com/jariikonen/inquirer-reorder-list/commit/1f0efb327aaa424169a636bd9032d8f371e67a44))
18+
* **metadata:** fix author and contributor data in package.json ([5e8484f](https://github.com/jariikonen/inquirer-reorder-list/commit/5e8484fb8e63f2959a51f48a6ec29b1973602d96))
19+
20+
21+
### Miscellaneous Chores
22+
23+
* release 0.1.0 ([51702c7](https://github.com/jariikonen/inquirer-reorder-list/commit/51702c7d109a9ebcdd913ed329aa323c95b7d445))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "inquirer-reorder-list",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"license": "MIT",
55
"author": "Jari Ikonen",
66
"contributors": [

0 commit comments

Comments
 (0)