Skip to content

Commit

Permalink
release - 1.0.0-beta-1
Browse files Browse the repository at this point in the history
  • Loading branch information
mkkhedawat committed Sep 29, 2023
1 parent abfa126 commit cb5903d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rest.ground",
"private": true,
"version": "1.0.0-alpha-1",
"version": "1.0.0-beta-1",
"author": "",
"description": "Insomnia is a cross-platform REST client, built on top of Electron.",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/insomnia-inso/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "insomnia-inso",
"version": "1.0.0-alpha-1",
"version": "1.0.0-beta-1",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "insomnia-send-request",
"license": "Apache-2.0",
"version": "1.0.0-alpha-1",
"version": "1.0.0-beta-1",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/mkkhedawat/rest.ground/issues"
},
"version": "1.0.0-alpha-1",
"version": "1.0.0-beta-1",
"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": "1.0.0-alpha-1",
"version": "1.0.0-beta-1",
"author": "Kong <office@konghq.com>",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/insomnia/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rest.ground",
"version": "1.0.0-alpha-1",
"version": "1.0.0-beta-1",
"productName": "rest.ground",
"private": true,
"description": "The Collaborative API Design Tool",
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi-2-kong/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "openapi-2-kong",
"license": "Apache-2.0",
"version": "1.0.0-alpha-1",
"version": "1.0.0-beta-1",
"author": "Kong <office@konghq.com>",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down

0 comments on commit cb5903d

Please sign in to comment.