Skip to content

Commit

Permalink
Bump app version to 8.2.1-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkav authored and gatzjames committed Oct 13, 2023
1 parent 5b07693 commit 1457fc7
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/insomnia-inso/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "insomnia-inso",
"version": "8.2.0",
"version": "8.2.1-beta.0",
"homepage": "https://insomnia.rest",
"description": "A CLI for Insomnia - The Collaborative API Design Tool",
"author": "Kong <office@konghq.com>",
Expand Down
2 changes: 1 addition & 1 deletion packages/insomnia-send-request/package.json
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "insomnia-send-request",
"license": "Apache-2.0",
"version": "8.2.0",
"version": "8.2.1-beta.0",
"author": "Kong <office@konghq.com>",
"main": "dist/index.js",
"types": "dist/send-request/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/insomnia-smoke-test/package.json
Expand Up @@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/kong/insomnia/issues"
},
"version": "8.2.0",
"version": "8.2.1-beta.0",
"scripts": {
"test:dev": "xvfb-maybe cross-env BUNDLE=dev playwright test",
"test:build": "xvfb-maybe cross-env BUNDLE=build playwright test",
Expand Down
2 changes: 1 addition & 1 deletion packages/insomnia-testing/package.json
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "insomnia-testing",
"license": "Apache-2.0",
"version": "8.2.0",
"version": "8.2.1-beta.0",
"author": "Kong <office@konghq.com>",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/insomnia/package.json
@@ -1,6 +1,6 @@
{
"name": "insomnia",
"version": "8.2.0",
"version": "8.2.1-beta.0",
"productName": "Insomnia",
"private": true,
"description": "The Collaborative API Design Tool",
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi-2-kong/package.json
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "openapi-2-kong",
"license": "Apache-2.0",
"version": "8.2.0",
"version": "8.2.1-beta.0",
"author": "Kong <office@konghq.com>",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down

0 comments on commit 1457fc7

Please sign in to comment.