Skip to content

Commit ba27b32

Browse files
committed
Bump app version to 11.0.2
1 parent ed81844 commit ba27b32

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

package-lock.json

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/insomnia-inso/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "insomnia-inso",
4-
"version": "11.0.2-beta.1",
4+
"version": "11.0.2",
55
"homepage": "https://insomnia.rest",
66
"description": "A CLI for Insomnia - The Collaborative API Design Tool",
77
"author": "Kong <[email protected]>",

packages/insomnia-sdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "insomnia-sdk",
4-
"version": "11.0.2-beta.1",
4+
"version": "11.0.2",
55
"description": "",
66
"main": "src/objects/index.ts",
77
"types": "src/objects/index.ts",

packages/insomnia-smoke-test/package.json

+1-1
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": "11.0.2-beta.1",
14+
"version": "11.0.2",
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

+1-1
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": "11.0.2-beta.1",
5+
"version": "11.0.2",
66
"author": "Kong <[email protected]>",
77
"repository": {
88
"type": "git",

packages/insomnia/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "insomnia",
3-
"version": "11.0.2-beta.1",
3+
"version": "11.0.2",
44
"productName": "Insomnia",
55
"private": true,
66
"description": "The Collaborative API Design Tool",

0 commit comments

Comments
 (0)