Bump app version to 10.3.1

This commit is contained in:
James Gatz
2025-02-07 11:23:32 +00:00
parent cf42d46219
commit 196c395039
6 changed files with 10 additions and 10 deletions

10
package-lock.json generated
View File

@@ -23006,7 +23006,7 @@
}
},
"packages/insomnia": {
"version": "10.3.1-beta.4",
"version": "10.3.1",
"license": "Apache-2.0",
"dependencies": {
"@apideck/better-ajv-errors": "^0.3.6",
@@ -23159,7 +23159,7 @@
}
},
"packages/insomnia-inso": {
"version": "10.3.1-beta.4",
"version": "10.3.1",
"license": "Apache-2.0",
"dependencies": {
"@seald-io/nedb": "^4.0.4",
@@ -23192,7 +23192,7 @@
"license": "MIT"
},
"packages/insomnia-sdk": {
"version": "10.3.1-beta.4",
"version": "10.3.1",
"license": "Apache-2.0",
"dependencies": {
"@types/deep-equal": "^1.0.4",
@@ -23244,7 +23244,7 @@
}
},
"packages/insomnia-smoke-test": {
"version": "10.3.1-beta.4",
"version": "10.3.1",
"license": "Apache-2.0",
"devDependencies": {
"@grpc/grpc-js": "^1.12.00",
@@ -23335,7 +23335,7 @@
}
},
"packages/insomnia-testing": {
"version": "10.3.1-beta.4",
"version": "10.3.1",
"license": "Apache-2.0"
}
}

View File

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

View File

@@ -1,7 +1,7 @@
{
"private": true,
"name": "insomnia-sdk",
"version": "10.3.1-beta.4",
"version": "10.3.1",
"description": "",
"main": "src/objects/index.ts",
"types": "src/objects/index.ts",

View File

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

View File

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

View File

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