Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
Bump app version to 0.1.3-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
archywillhe committed Oct 2, 2023
1 parent 1b4a711 commit fafb3b4
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 12 deletions.
9 changes: 4 additions & 5 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions packages/insomnia-send-request/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@
"private": true,
"name": "insomnia-send-request",
"license": "Apache-2.0",
"version": "0.1.2",
"version": "0.1.3-alpha.0",
"author": "Archy <[email protected]>",
"main": "dist/index.js",
"types": "dist/send-request/index.d.ts",
"dependencies": {
"@getinsomnia/node-libcurl": "2.3.6-18",

"@stoplight/spectral-core": "^1.18.2",
"@stoplight/spectral-formats": "^1.5.0",
"@stoplight/spectral-rulesets": "^1.16.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/insomnia-smoke-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/ArchGPT/insomnium/issues"
},
"version": "0.1.2",
"version": "0.1.3-alpha.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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "insomnia-testing",
"license": "Apache-2.0",
"version": "0.1.2",
"version": "0.1.3-alpha.0",
"author": "Archy <[email protected]>",
"repository": {
"type": "git",
Expand Down
5 changes: 2 additions & 3 deletions packages/insomnia/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "insomnia",
"version": "0.1.2",
"version": "0.1.3-alpha.0",
"productName": "Insomnium",
"private": true,
"description": "The Collaborative API Design Tool",
Expand Down Expand Up @@ -29,7 +29,7 @@
"start": "concurrently -n dev,app --kill-others \"npm run start:dev-server\" \"npm run start:electron\"",
"start:dev-server": "vite dev",
"start:electron": "cross-env NODE_ENV=development esr esbuild.main.ts && electron .",
"test": "jest",
"test": "jest",
"electron:dev-build": "electron ./build/main.min.js",
"test:watch": "jest --watch",
"type-check": "tsc --noEmit --project tsconfig.build.json",
Expand All @@ -43,7 +43,6 @@
"@grpc/grpc-js": "^1.8.17",
"@grpc/proto-loader": "^0.7.7",
"@jest/globals": "^28.1.0",

"@stoplight/spectral-core": "^1.18.2",
"@stoplight/spectral-formats": "^1.5.0",
"@stoplight/spectral-ruleset-bundler": "1.5.2",
Expand Down

0 comments on commit fafb3b4

Please sign in to comment.