Skip to content

Commit f532af8

Browse files
committed
Publish
- @inquirer/[email protected] - @inquirer/[email protected] - @inquirer/[email protected] - @inquirer/[email protected] - @inquirer/[email protected] - @inquirer/[email protected] - [email protected] - @inquirer/[email protected] - @inquirer/[email protected] - @inquirer/[email protected]
1 parent 3a60040 commit f532af8

File tree

10 files changed

+19
-19
lines changed

10 files changed

+19
-19
lines changed

packages/checkbox/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@inquirer/checkbox",
3-
"version": "0.0.29-alpha.0",
3+
"version": "0.0.30-alpha.0",
44
"type": "module",
55
"description": "Inquirer checkbox prompt",
66
"main": "dist/index.js",
@@ -53,7 +53,7 @@
5353
"license": "MIT",
5454
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/checkbox/README.md",
5555
"dependencies": {
56-
"@inquirer/core": "^0.0.29-alpha.0",
56+
"@inquirer/core": "^0.0.30-alpha.0",
5757
"ansi-escapes": "^6.0.0",
5858
"chalk": "^5.1.2",
5959
"figures": "^5.0.0"

packages/confirm/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@inquirer/confirm",
33
"type": "module",
4-
"version": "0.0.27-alpha.0",
4+
"version": "0.0.28-alpha.0",
55
"description": "Inquirer confirm prompt",
66
"main": "dist/index.js",
77
"typings": "dist/index.d.ts",
@@ -53,8 +53,8 @@
5353
"license": "MIT",
5454
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/confirm/README.md",
5555
"dependencies": {
56-
"@inquirer/core": "^0.0.29-alpha.0",
57-
"@inquirer/input": "^0.0.27-alpha.0",
56+
"@inquirer/core": "^0.0.30-alpha.0",
57+
"@inquirer/input": "^0.0.28-alpha.0",
5858
"chalk": "^5.1.2"
5959
},
6060
"scripts": {

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@inquirer/core",
33
"type": "module",
4-
"version": "0.0.29-alpha.0",
4+
"version": "0.0.30-alpha.0",
55
"description": "Core Inquirer prompt API",
66
"main": "dist/index.js",
77
"typings": "dist/index.d.ts",

packages/editor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@inquirer/editor",
33
"type": "module",
4-
"version": "0.0.20-alpha.0",
4+
"version": "0.0.21-alpha.0",
55
"description": "Inquirer multiline editor prompt",
66
"main": "dist/index.js",
77
"typings": "dist/index.d.ts",
@@ -53,7 +53,7 @@
5353
"license": "MIT",
5454
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/editor/README.md",
5555
"dependencies": {
56-
"@inquirer/core": "^0.0.29-alpha.0",
56+
"@inquirer/core": "^0.0.30-alpha.0",
5757
"chalk": "^5.1.2",
5858
"external-editor": "^3.0.3"
5959
},

packages/expand/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@inquirer/expand",
33
"type": "module",
4-
"version": "0.0.27-alpha.0",
4+
"version": "0.0.28-alpha.0",
55
"description": "Inquirer checkbox prompt",
66
"main": "dist/index.js",
77
"typings": "dist/index.d.ts",
@@ -53,7 +53,7 @@
5353
"license": "MIT",
5454
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/expand/README.md",
5555
"dependencies": {
56-
"@inquirer/core": "^0.0.29-alpha.0",
56+
"@inquirer/core": "^0.0.30-alpha.0",
5757
"chalk": "^5.1.2",
5858
"figures": "^5.0.0"
5959
},

packages/input/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@inquirer/input",
33
"type": "module",
4-
"version": "0.0.27-alpha.0",
4+
"version": "0.0.28-alpha.0",
55
"description": "Inquirer input text prompt",
66
"main": "dist/index.js",
77
"typings": "dist/index.d.ts",
@@ -53,7 +53,7 @@
5353
"license": "MIT",
5454
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/input/README.md",
5555
"dependencies": {
56-
"@inquirer/core": "^0.0.29-alpha.0",
56+
"@inquirer/core": "^0.0.30-alpha.0",
5757
"chalk": "^5.1.2"
5858
},
5959
"scripts": {

packages/inquirer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "inquirer",
33
"type": "module",
4-
"version": "9.1.3",
4+
"version": "9.1.4",
55
"description": "A collection of common interactive command line user interfaces.",
66
"author": "Simon Boudrias <[email protected]>",
77
"files": [

packages/password/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@inquirer/password",
33
"type": "module",
4-
"version": "0.0.27-alpha.0",
4+
"version": "0.0.28-alpha.0",
55
"description": "Inquirer password prompt",
66
"main": "dist/index.js",
77
"typings": "dist/index.d.ts",
@@ -53,7 +53,7 @@
5353
"license": "MIT",
5454
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/password/README.md",
5555
"dependencies": {
56-
"@inquirer/input": "^0.0.27-alpha.0",
56+
"@inquirer/input": "^0.0.28-alpha.0",
5757
"@inquirer/type": "^0.0.4-alpha.0",
5858
"chalk": "^5.1.2"
5959
},

packages/rawlist/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@inquirer/rawlist",
33
"type": "module",
4-
"version": "0.0.10-alpha.0",
4+
"version": "0.0.11-alpha.0",
55
"description": "Inquirer rawlist prompt",
66
"main": "dist/index.js",
77
"typings": "dist/index.d.ts",
@@ -53,7 +53,7 @@
5353
"license": "MIT",
5454
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/rawlist/README.md",
5555
"dependencies": {
56-
"@inquirer/core": "^0.0.29-alpha.0",
56+
"@inquirer/core": "^0.0.30-alpha.0",
5757
"chalk": "^5.1.2"
5858
},
5959
"scripts": {

packages/select/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@inquirer/select",
33
"type": "module",
4-
"version": "0.0.28-alpha.0",
4+
"version": "0.0.29-alpha.0",
55
"description": "Inquirer select/list prompt",
66
"main": "dist/index.js",
77
"typings": "dist/index.d.ts",
@@ -53,7 +53,7 @@
5353
"license": "MIT",
5454
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/select/README.md",
5555
"dependencies": {
56-
"@inquirer/core": "^0.0.29-alpha.0",
56+
"@inquirer/core": "^0.0.30-alpha.0",
5757
"ansi-escapes": "^6.0.0",
5858
"chalk": "^5.1.2",
5959
"figures": "^5.0.0"

0 commit comments

Comments
 (0)