Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @inquirer/checkbox@0.0.21-alpha.0
 - @inquirer/confirm@0.0.20-alpha.0
 - @inquirer/core@0.0.21-alpha.0
 - @inquirer/editor@0.0.14-alpha.0
 - @inquirer/expand@0.0.21-alpha.0
 - @inquirer/input@0.0.21-alpha.0
 - inquirer@9.0.0
 - @inquirer/password@0.0.20-alpha.0
 - @inquirer/rawlist@0.0.4-alpha.0
 - @inquirer/select@0.0.21-alpha.0
  • Loading branch information
SBoudrias committed Jun 18, 2022
1 parent 9edebf0 commit cd0d146
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions packages/checkbox/package.json
@@ -1,6 +1,6 @@
{
"name": "@inquirer/checkbox",
"version": "0.0.20-alpha.0",
"version": "0.0.21-alpha.0",
"type": "module",
"description": "Inquirer checkbox prompt",
"main": "dist/index.js",
Expand All @@ -17,7 +17,7 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/checkbox/README.md",
"dependencies": {
"@inquirer/core": "^0.0.20-alpha.0",
"@inquirer/core": "^0.0.21-alpha.0",
"ansi-escapes": "^5.0.0",
"chalk": "^5.0.1",
"figures": "^4.0.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/confirm/package.json
@@ -1,7 +1,7 @@
{
"name": "@inquirer/confirm",
"type": "module",
"version": "0.0.19-alpha.0",
"version": "0.0.20-alpha.0",
"description": "Inquirer confirm prompt",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -19,8 +19,8 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/confirm/README.md",
"dependencies": {
"@inquirer/core": "^0.0.20-alpha.0",
"@inquirer/input": "^0.0.20-alpha.0",
"@inquirer/core": "^0.0.21-alpha.0",
"@inquirer/input": "^0.0.21-alpha.0",
"chalk": "^5.0.1"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,7 +1,7 @@
{
"name": "@inquirer/core",
"type": "module",
"version": "0.0.20-alpha.0",
"version": "0.0.21-alpha.0",
"description": "Core Inquirer prompt API",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/editor/package.json
@@ -1,7 +1,7 @@
{
"name": "@inquirer/editor",
"type": "module",
"version": "0.0.13-alpha.0",
"version": "0.0.14-alpha.0",
"description": "Inquirer multiline editor prompt",
"main": "index.js",
"repository": "SBoudrias/Inquirer.js",
Expand All @@ -15,7 +15,7 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/editor/README.md",
"dependencies": {
"@inquirer/core": "^0.0.20-alpha.0",
"@inquirer/core": "^0.0.21-alpha.0",
"chalk": "^5.0.1",
"external-editor": "^3.0.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/expand/package.json
@@ -1,7 +1,7 @@
{
"name": "@inquirer/expand",
"type": "module",
"version": "0.0.20-alpha.0",
"version": "0.0.21-alpha.0",
"description": "Inquirer checkbox prompt",
"main": "index.js",
"repository": "SBoudrias/Inquirer.js",
Expand All @@ -16,7 +16,7 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/expand/README.md",
"dependencies": {
"@inquirer/core": "^0.0.20-alpha.0",
"@inquirer/core": "^0.0.21-alpha.0",
"chalk": "^5.0.1",
"figures": "^4.0.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/input/package.json
@@ -1,7 +1,7 @@
{
"name": "@inquirer/input",
"type": "module",
"version": "0.0.20-alpha.0",
"version": "0.0.21-alpha.0",
"description": "Inquirer input text prompt",
"main": "index.js",
"repository": "SBoudrias/Inquirer.js",
Expand All @@ -15,7 +15,7 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/input/README.md",
"dependencies": {
"@inquirer/core": "^0.0.20-alpha.0",
"@inquirer/core": "^0.0.21-alpha.0",
"chalk": "^5.0.1"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/inquirer/package.json
@@ -1,7 +1,7 @@
{
"name": "inquirer",
"type": "module",
"version": "8.2.4",
"version": "9.0.0",
"description": "A collection of common interactive command line user interfaces.",
"author": "Simon Boudrias <admin@simonboudrias.com>",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/password/package.json
@@ -1,7 +1,7 @@
{
"name": "@inquirer/password",
"type": "module",
"version": "0.0.19-alpha.0",
"version": "0.0.20-alpha.0",
"description": "Inquirer password prompt",
"main": "index.js",
"repository": "SBoudrias/Inquirer.js",
Expand All @@ -19,7 +19,7 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/password/README.md",
"dependencies": {
"@inquirer/input": "^0.0.20-alpha.0",
"@inquirer/input": "^0.0.21-alpha.0",
"chalk": "^5.0.1"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/rawlist/package.json
@@ -1,7 +1,7 @@
{
"name": "@inquirer/rawlist",
"type": "module",
"version": "0.0.3-alpha.0",
"version": "0.0.4-alpha.0",
"description": "Inquirer rawlist prompt",
"main": "index.js",
"repository": "SBoudrias/Inquirer.js",
Expand All @@ -19,7 +19,7 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/rawlist/README.md",
"dependencies": {
"@inquirer/core": "^0.0.20-alpha.0",
"@inquirer/core": "^0.0.21-alpha.0",
"chalk": "^5.0.1"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/select/package.json
@@ -1,7 +1,7 @@
{
"name": "@inquirer/select",
"type": "module",
"version": "0.0.20-alpha.0",
"version": "0.0.21-alpha.0",
"description": "Inquirer select/list prompt",
"main": "index.js",
"repository": "SBoudrias/Inquirer.js",
Expand All @@ -15,7 +15,7 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/select/README.md",
"dependencies": {
"@inquirer/core": "^0.0.20-alpha.0",
"@inquirer/core": "^0.0.21-alpha.0",
"ansi-escapes": "^5.0.0",
"chalk": "^5.0.1",
"figures": "^4.0.1"
Expand Down

0 comments on commit cd0d146

Please sign in to comment.