Bump app version to 8.6.0

This commit is contained in:
James Gatz 2024-01-18 21:40:54 +00:00
parent a8c1da727a
commit 5082975c7d
7 changed files with 12 additions and 12 deletions

12
package-lock.json generated
View File

@ -25345,7 +25345,7 @@
} }
}, },
"packages/insomnia": { "packages/insomnia": {
"version": "8.5.2-beta.0", "version": "8.6.0",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@apideck/better-ajv-errors": "^0.3.6", "@apideck/better-ajv-errors": "^0.3.6",
@ -25504,7 +25504,7 @@
} }
}, },
"packages/insomnia-inso": { "packages/insomnia-inso": {
"version": "8.5.2-beta.0", "version": "8.6.0",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@seald-io/nedb": "^4.0.3", "@seald-io/nedb": "^4.0.3",
@ -25683,7 +25683,7 @@
} }
}, },
"packages/insomnia-send-request": { "packages/insomnia-send-request": {
"version": "8.5.2-beta.0", "version": "8.6.0",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@getinsomnia/node-libcurl": "^2.4.1-9", "@getinsomnia/node-libcurl": "^2.4.1-9",
@ -25735,7 +25735,7 @@
} }
}, },
"packages/insomnia-smoke-test": { "packages/insomnia-smoke-test": {
"version": "8.5.2-beta.0", "version": "8.6.0",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"depd": "^1.1.2", "depd": "^1.1.2",
@ -25811,7 +25811,7 @@
} }
}, },
"packages/insomnia-testing": { "packages/insomnia-testing": {
"version": "8.5.2-beta.0", "version": "8.6.0",
"license": "Apache-2.0" "license": "Apache-2.0"
}, },
"packages/insomnia/node_modules/@apideck/better-ajv-errors": { "packages/insomnia/node_modules/@apideck/better-ajv-errors": {
@ -25933,7 +25933,7 @@
} }
}, },
"packages/openapi-2-kong": { "packages/openapi-2-kong": {
"version": "8.5.2-beta.0", "version": "8.6.0",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@apidevtools/swagger-parser": "10.1.0", "@apidevtools/swagger-parser": "10.1.0",

View File

@ -1,7 +1,7 @@
{ {
"private": true, "private": true,
"name": "insomnia-inso", "name": "insomnia-inso",
"version": "8.5.2-beta.0", "version": "8.6.0",
"homepage": "https://insomnia.rest", "homepage": "https://insomnia.rest",
"description": "A CLI for Insomnia - The Collaborative API Design Tool", "description": "A CLI for Insomnia - The Collaborative API Design Tool",
"author": "Kong <office@konghq.com>", "author": "Kong <office@konghq.com>",

View File

@ -2,7 +2,7 @@
"private": true, "private": true,
"name": "insomnia-send-request", "name": "insomnia-send-request",
"license": "Apache-2.0", "license": "Apache-2.0",
"version": "8.5.2-beta.0", "version": "8.6.0",
"author": "Kong <office@konghq.com>", "author": "Kong <office@konghq.com>",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/send-request/index.d.ts", "types": "dist/send-request/index.d.ts",

View File

@ -11,7 +11,7 @@
"bugs": { "bugs": {
"url": "https://github.com/kong/insomnia/issues" "url": "https://github.com/kong/insomnia/issues"
}, },
"version": "8.5.2-beta.0", "version": "8.6.0",
"scripts": { "scripts": {
"test:dev": "xvfb-maybe cross-env BUNDLE=dev playwright test", "test:dev": "xvfb-maybe cross-env BUNDLE=dev playwright test",
"test:build": "xvfb-maybe cross-env BUNDLE=build playwright test", "test:build": "xvfb-maybe cross-env BUNDLE=build playwright test",

View File

@ -2,7 +2,7 @@
"private": true, "private": true,
"name": "insomnia-testing", "name": "insomnia-testing",
"license": "Apache-2.0", "license": "Apache-2.0",
"version": "8.5.2-beta.0", "version": "8.6.0",
"author": "Kong <office@konghq.com>", "author": "Kong <office@konghq.com>",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "insomnia", "name": "insomnia",
"version": "8.5.2-beta.0", "version": "8.6.0",
"productName": "Insomnia", "productName": "Insomnia",
"private": true, "private": true,
"description": "The Collaborative API Design Tool", "description": "The Collaborative API Design Tool",

View File

@ -2,7 +2,7 @@
"private": true, "private": true,
"name": "openapi-2-kong", "name": "openapi-2-kong",
"license": "Apache-2.0", "license": "Apache-2.0",
"version": "8.5.2-beta.0", "version": "8.6.0",
"author": "Kong <office@konghq.com>", "author": "Kong <office@konghq.com>",
"main": "src/index.ts", "main": "src/index.ts",
"types": "src/index.ts", "types": "src/index.ts",