Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @inquirer/checkbox@1.3.2
 - @inquirer/confirm@2.0.3
 - @inquirer/core@2.2.0
 - @inquirer/demo@0.2.2
 - @inquirer/editor@1.2.1
 - @inquirer/expand@1.1.2
 - @inquirer/input@1.2.2
 - @inquirer/password@1.1.2
 - @inquirer/prompts@2.2.0
 - @inquirer/rawlist@1.2.2
 - @inquirer/select@1.2.2
  • Loading branch information
SBoudrias committed Jun 23, 2023
1 parent 9bc153a commit ba98109
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 29 deletions.
4 changes: 2 additions & 2 deletions packages/checkbox/package.json
@@ -1,6 +1,6 @@
{
"name": "@inquirer/checkbox",
"version": "1.3.1",
"version": "1.3.2",
"engines": {
"node": ">=14.18.0"
},
Expand Down Expand Up @@ -57,7 +57,7 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/checkbox/README.md",
"dependencies": {
"@inquirer/core": "^2.1.0",
"@inquirer/core": "^2.2.0",
"@inquirer/type": "^1.1.0",
"ansi-escapes": "^4.3.2",
"chalk": "^4.1.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/confirm/package.json
@@ -1,6 +1,6 @@
{
"name": "@inquirer/confirm",
"version": "2.0.2",
"version": "2.0.3",
"description": "Inquirer confirm prompt",
"main": "./dist/cjs/index.js",
"typings": "./dist/cjs/types/index.d.cts",
Expand Down Expand Up @@ -54,7 +54,7 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/confirm/README.md",
"dependencies": {
"@inquirer/core": "^2.1.0",
"@inquirer/core": "^2.2.0",
"@inquirer/type": "^1.1.0",
"chalk": "^4.1.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@inquirer/core",
"version": "2.1.0",
"version": "2.2.0",
"engines": {
"node": ">=14.18.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/demo/package.json
@@ -1,6 +1,6 @@
{
"name": "@inquirer/demo",
"version": "0.2.1",
"version": "0.2.2",
"engines": {
"node": ">=14.18.0"
},
Expand Down Expand Up @@ -61,7 +61,7 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js",
"dependencies": {
"@inquirer/prompts": "^2.1.1",
"@inquirer/prompts": "^2.2.0",
"chalk": "^4.1.2"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/editor/package.json
@@ -1,6 +1,6 @@
{
"name": "@inquirer/editor",
"version": "1.2.0",
"version": "1.2.1",
"description": "Inquirer multiline editor prompt",
"main": "./dist/cjs/index.js",
"typings": "./dist/cjs/types/index.d.cts",
Expand Down Expand Up @@ -54,7 +54,7 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/editor/README.md",
"dependencies": {
"@inquirer/core": "^2.1.0",
"@inquirer/core": "^2.2.0",
"@inquirer/type": "^1.1.0",
"chalk": "^4.1.2",
"external-editor": "^3.0.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/expand/package.json
@@ -1,6 +1,6 @@
{
"name": "@inquirer/expand",
"version": "1.1.1",
"version": "1.1.2",
"description": "Inquirer checkbox prompt",
"main": "./dist/cjs/index.js",
"typings": "./dist/cjs/types/index.d.cts",
Expand Down Expand Up @@ -54,7 +54,7 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/expand/README.md",
"dependencies": {
"@inquirer/core": "^2.1.0",
"@inquirer/core": "^2.2.0",
"@inquirer/type": "^1.1.0",
"chalk": "^4.1.2",
"figures": "^3.2.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/input/package.json
@@ -1,6 +1,6 @@
{
"name": "@inquirer/input",
"version": "1.2.1",
"version": "1.2.2",
"description": "Inquirer input text prompt",
"main": "./dist/cjs/index.js",
"typings": "./dist/cjs/types/index.d.cts",
Expand Down Expand Up @@ -54,7 +54,7 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/input/README.md",
"dependencies": {
"@inquirer/core": "^2.1.0",
"@inquirer/core": "^2.2.0",
"@inquirer/type": "^1.1.0",
"chalk": "^4.1.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/password/package.json
@@ -1,6 +1,6 @@
{
"name": "@inquirer/password",
"version": "1.1.1",
"version": "1.1.2",
"engines": {
"node": ">=14.18.0"
},
Expand Down Expand Up @@ -57,7 +57,7 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/password/README.md",
"dependencies": {
"@inquirer/input": "^1.2.1",
"@inquirer/input": "^1.2.2",
"@inquirer/type": "^1.1.0",
"chalk": "^4.1.2"
},
Expand Down
20 changes: 10 additions & 10 deletions packages/prompts/package.json
@@ -1,6 +1,6 @@
{
"name": "@inquirer/prompts",
"version": "2.1.1",
"version": "2.2.0",
"description": "Inquirer prompts, combined in a single package",
"main": "./dist/cjs/index.js",
"typings": "./dist/cjs/types/index.d.cts",
Expand Down Expand Up @@ -77,15 +77,15 @@
}
},
"dependencies": {
"@inquirer/checkbox": "^1.3.1",
"@inquirer/confirm": "^2.0.2",
"@inquirer/core": "^2.1.0",
"@inquirer/editor": "^1.2.0",
"@inquirer/expand": "^1.1.1",
"@inquirer/input": "^1.2.1",
"@inquirer/password": "^1.1.1",
"@inquirer/rawlist": "^1.2.1",
"@inquirer/select": "^1.2.1"
"@inquirer/checkbox": "^1.3.2",
"@inquirer/confirm": "^2.0.3",
"@inquirer/core": "^2.2.0",
"@inquirer/editor": "^1.2.1",
"@inquirer/expand": "^1.1.2",
"@inquirer/input": "^1.2.2",
"@inquirer/password": "^1.1.2",
"@inquirer/rawlist": "^1.2.2",
"@inquirer/select": "^1.2.2"
},
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/prompts/README.md"
}
4 changes: 2 additions & 2 deletions packages/rawlist/package.json
@@ -1,6 +1,6 @@
{
"name": "@inquirer/rawlist",
"version": "1.2.1",
"version": "1.2.2",
"description": "Inquirer rawlist prompt",
"main": "./dist/cjs/index.js",
"typings": "./dist/cjs/types/index.d.cts",
Expand Down Expand Up @@ -54,7 +54,7 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/rawlist/README.md",
"dependencies": {
"@inquirer/core": "^2.1.0",
"@inquirer/core": "^2.2.0",
"@inquirer/type": "^1.1.0",
"chalk": "^4.1.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/select/package.json
@@ -1,6 +1,6 @@
{
"name": "@inquirer/select",
"version": "1.2.1",
"version": "1.2.2",
"description": "Inquirer select/list prompt",
"main": "./dist/cjs/index.js",
"typings": "./dist/cjs/types/index.d.cts",
Expand Down Expand Up @@ -54,7 +54,7 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/select/README.md",
"dependencies": {
"@inquirer/core": "^2.1.0",
"@inquirer/core": "^2.2.0",
"@inquirer/type": "^1.1.0",
"ansi-escapes": "^4.3.2",
"chalk": "^4.1.2",
Expand Down

0 comments on commit ba98109

Please sign in to comment.