Skip to content

Commit ef4e950

Browse files
committed
Bump app version to 9.0.0-beta.0
1 parent e14ecd1 commit ef4e950

7 files changed

Lines changed: 12 additions & 12 deletions

File tree

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/insomnia-inso/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "insomnia-inso",
4-
"version": "8.6.1",
4+
"version": "9.0.0-beta.0",
55
"homepage": "https://insomnia.rest",
66
"description": "A CLI for Insomnia - The Collaborative API Design Tool",
77
"author": "Kong <office@konghq.com>",

packages/insomnia-send-request/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": true,
33
"name": "insomnia-send-request",
44
"license": "Apache-2.0",
5-
"version": "8.6.1",
5+
"version": "9.0.0-beta.0",
66
"author": "Kong <office@konghq.com>",
77
"main": "dist/index.js",
88
"types": "dist/send-request/index.d.ts",

packages/insomnia-smoke-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"bugs": {
1212
"url": "https://github.com/kong/insomnia/issues"
1313
},
14-
"version": "8.6.1",
14+
"version": "9.0.0-beta.0",
1515
"scripts": {
1616
"test:dev": "xvfb-maybe cross-env BUNDLE=dev playwright test",
1717
"test:build": "xvfb-maybe cross-env BUNDLE=build playwright test",

packages/insomnia-testing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": true,
33
"name": "insomnia-testing",
44
"license": "Apache-2.0",
5-
"version": "8.6.1",
5+
"version": "9.0.0-beta.0",
66
"author": "Kong <office@konghq.com>",
77
"repository": {
88
"type": "git",

packages/insomnia/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "insomnia",
3-
"version": "8.6.1",
3+
"version": "9.0.0-beta.0",
44
"productName": "Insomnia",
55
"private": true,
66
"description": "The Collaborative API Design Tool",

packages/openapi-2-kong/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": true,
33
"name": "openapi-2-kong",
44
"license": "Apache-2.0",
5-
"version": "8.6.1",
5+
"version": "9.0.0-beta.0",
66
"author": "Kong <office@konghq.com>",
77
"main": "src/index.ts",
88
"types": "src/index.ts",

0 commit comments

Comments
 (0)