Skip to content

Commit da5d0e2

Browse files
committed
Publish
- @inquirer/[email protected] - @inquirer/[email protected] - @inquirer/[email protected] - @inquirer/[email protected] - @inquirer/[email protected] - [email protected] - @inquirer/[email protected] - @inquirer/[email protected]
1 parent e05ae81 commit da5d0e2

File tree

8 files changed

+15
-15
lines changed

8 files changed

+15
-15
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.5-alpha.0",
3+
"version": "0.0.6-alpha.0",
44
"description": "Inquirer checkbox prompt",
55
"main": "index.js",
66
"repository": "SBoudrias/Inquirer.js",
@@ -14,7 +14,7 @@
1414
"author": "Simon Boudrias",
1515
"license": "MIT",
1616
"dependencies": {
17-
"@inquirer/core": "^0.0.5-alpha.0",
17+
"@inquirer/core": "^0.0.6-alpha.0",
1818
"chalk": "^2.4.1",
1919
"figures": "^2.0.0"
2020
},

packages/confirm/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@inquirer/confirm",
3-
"version": "0.0.4-alpha.0",
3+
"version": "0.0.5-alpha.0",
44
"description": "Inquirer confirm prompt",
55
"keywords": [
66
"cli",
@@ -17,8 +17,8 @@
1717
"main": "index.js",
1818
"repository": "SBoudrias/Inquirer.js",
1919
"dependencies": {
20-
"@inquirer/core": "^0.0.5-alpha.0",
21-
"@inquirer/input": "^0.0.5-alpha.0",
20+
"@inquirer/core": "^0.0.6-alpha.0",
21+
"@inquirer/input": "^0.0.6-alpha.0",
2222
"chalk": "^2.4.1"
2323
},
2424
"publishConfig": {

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@inquirer/core",
3-
"version": "0.0.5-alpha.0",
3+
"version": "0.0.6-alpha.0",
44
"description": "Core Inquirer prompt API",
55
"main": "index.js",
66
"repository": "SBoudrias/Inquirer.js",

packages/expand/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@inquirer/expand",
3-
"version": "0.0.5-alpha.0",
3+
"version": "0.0.6-alpha.0",
44
"description": "Inquirer checkbox prompt",
55
"main": "index.js",
66
"repository": "SBoudrias/Inquirer.js",
@@ -14,7 +14,7 @@
1414
"author": "Simon Boudrias",
1515
"license": "MIT",
1616
"dependencies": {
17-
"@inquirer/core": "^0.0.5-alpha.0",
17+
"@inquirer/core": "^0.0.6-alpha.0",
1818
"chalk": "^2.4.1",
1919
"figures": "^2.0.0"
2020
},

packages/input/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@inquirer/input",
3-
"version": "0.0.5-alpha.0",
3+
"version": "0.0.6-alpha.0",
44
"description": "Inquirer input text prompt",
55
"main": "index.js",
66
"repository": "SBoudrias/Inquirer.js",
@@ -13,7 +13,7 @@
1313
"author": "Simon Boudrias <[email protected]>",
1414
"license": "MIT",
1515
"dependencies": {
16-
"@inquirer/core": "^0.0.5-alpha.0",
16+
"@inquirer/core": "^0.0.6-alpha.0",
1717
"chalk": "^2.4.1"
1818
},
1919
"publishConfig": {

packages/inquirer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "inquirer",
3-
"version": "6.4.1",
3+
"version": "6.5.0",
44
"description": "A collection of common interactive command line user interfaces.",
55
"author": "Simon Boudrias <[email protected]>",
66
"files": [

packages/password/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@inquirer/password",
3-
"version": "0.0.4-alpha.0",
3+
"version": "0.0.5-alpha.0",
44
"description": "Inquirer password prompt",
55
"keywords": [
66
"cli",
@@ -18,7 +18,7 @@
1818
"main": "index.js",
1919
"repository": "SBoudrias/Inquirer.js",
2020
"dependencies": {
21-
"@inquirer/input": "^0.0.5-alpha.0",
21+
"@inquirer/input": "^0.0.6-alpha.0",
2222
"chalk": "^2.4.1"
2323
},
2424
"publishConfig": {

packages/select/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@inquirer/select",
3-
"version": "0.0.5-alpha.0",
3+
"version": "0.0.6-alpha.0",
44
"description": "Inquirer select/list prompt",
55
"main": "index.js",
66
"repository": "SBoudrias/Inquirer.js",
@@ -13,7 +13,7 @@
1313
"author": "Simon Boudrias",
1414
"license": "MIT",
1515
"dependencies": {
16-
"@inquirer/core": "^0.0.5-alpha.0",
16+
"@inquirer/core": "^0.0.6-alpha.0",
1717
"chalk": "^2.4.1",
1818
"figures": "^2.0.0"
1919
},

0 commit comments

Comments
 (0)