[PR #4555] [MERGED] chore: update response original request version #4854

Closed
opened 2026-03-17 02:21:08 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/4555
Author: @nivedin
Created: 11/25/2024
Status: Merged
Merged: 11/25/2024
Merged by: @jamesgeorge007

Base: nextHead: fix/update-response-req-version


📝 Commits (2)

  • 2e944fa chore: update response original request version
  • ff35cc9 chore: cleanup

📊 Changes

8 files changed (+85 additions, -15 deletions)

View changed files

📝 packages/hoppscotch-common/src/components/http/Response.vue (+2 -1)
📝 packages/hoppscotch-common/src/components/http/SaveResponseName.vue (+1 -1)
📝 packages/hoppscotch-common/src/components/lenses/ResponseBodyRenderer.vue (+1 -1)
📝 packages/hoppscotch-common/src/helpers/import-export/import/openapi.ts (+1 -1)
📝 packages/hoppscotch-common/src/helpers/import-export/import/postman.ts (+2 -2)
📝 packages/hoppscotch-data/src/rest/index.ts (+8 -5)
📝 packages/hoppscotch-data/src/rest/v/8.ts (+2 -2)
📝 packages/hoppscotch-data/src/rest/v/9.ts (+68 -2)

📄 Description

This PR upgrades the response original request version to "2" since the request version was updated in #4550 .

What's changed

  • The version upgrade has been done in the same request version 9 with body version update.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/4555 **Author:** [@nivedin](https://github.com/nivedin) **Created:** 11/25/2024 **Status:** ✅ Merged **Merged:** 11/25/2024 **Merged by:** [@jamesgeorge007](https://github.com/jamesgeorge007) **Base:** `next` ← **Head:** `fix/update-response-req-version` --- ### 📝 Commits (2) - [`2e944fa`](https://github.com/hoppscotch/hoppscotch/commit/2e944fa8ea6e4df0254eb356fe03668b26508ebd) chore: update response original request version - [`ff35cc9`](https://github.com/hoppscotch/hoppscotch/commit/ff35cc94c4b7694a232025ca4fe28dbd4b092d56) chore: cleanup ### 📊 Changes **8 files changed** (+85 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-common/src/components/http/Response.vue` (+2 -1) 📝 `packages/hoppscotch-common/src/components/http/SaveResponseName.vue` (+1 -1) 📝 `packages/hoppscotch-common/src/components/lenses/ResponseBodyRenderer.vue` (+1 -1) 📝 `packages/hoppscotch-common/src/helpers/import-export/import/openapi.ts` (+1 -1) 📝 `packages/hoppscotch-common/src/helpers/import-export/import/postman.ts` (+2 -2) 📝 `packages/hoppscotch-data/src/rest/index.ts` (+8 -5) 📝 `packages/hoppscotch-data/src/rest/v/8.ts` (+2 -2) 📝 `packages/hoppscotch-data/src/rest/v/9.ts` (+68 -2) </details> ### 📄 Description This PR upgrades the response original request version to "2" since the request version was updated in #4550 . ### What's changed - The version upgrade has been done in the same request version 9 with body version update. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 02:21:08 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#4854
No description provided.