Skip to content

Commit d8fc055

Browse files
committed
chore: version packages
1 parent 7ead55c commit d8fc055

5 files changed

Lines changed: 34 additions & 17 deletions

File tree

.changeset/fuzzy-coins-cut.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

packages/app/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @t-req/app
22

3+
## 0.3.15
4+
5+
### Patch Changes
6+
7+
- 7ead55c: - Enable syntax highlighting in the TUI response panel for JSON, HTML, and YAML responses (including JSON detection fallback when content-type is missing).
8+
9+
- Improve footer keybind label spacing in the TUI status bar.
10+
11+
***
12+
13+
## "t-req-vscode": patch
14+
15+
- Add hover tooltips for `{{variable}}` references in `.http` files.
16+
- Show resolved values and source attribution (file variable, config, or profile) directly in hover content.
17+
- Improve hover handling for resolver expressions and undefined variables with clearer messaging.
18+
319
## 0.3.14
420

521
### Patch Changes

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@t-req/app",
3-
"version": "0.3.14",
3+
"version": "0.3.15",
44
"description": "API testing CLI for .http files - run requests, automate checks, and serve test workflows",
55
"license": "MIT",
66
"repository": {

packages/vscode/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## 0.1.6
4+
5+
### Patch Changes
6+
7+
- 7ead55c: - Enable syntax highlighting in the TUI response panel for JSON, HTML, and YAML responses (including JSON detection fallback when content-type is missing).
8+
9+
- Improve footer keybind label spacing in the TUI status bar.
10+
11+
***
12+
13+
## "t-req-vscode": patch
14+
15+
- Add hover tooltips for `{{variable}}` references in `.http` files.
16+
- Show resolved values and source attribution (file variable, config, or profile) directly in hover content.
17+
- Improve hover handling for resolver expressions and undefined variables with clearer messaging.
18+
319
## 0.1.5
420

521
### Features

packages/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "t-req-vscode",
33
"displayName": "t-req — HTTP Client & API Testing",
44
"description": "Lightweight HTTP/REST client extension for testing APIs. Run requests from .http files with syntax highlighting, variables, profiles, and plugin support. Postman alternative.",
5-
"version": "0.1.5",
5+
"version": "0.1.6",
66
"publisher": "tensorix-labs",
77
"icon": "logo.png",
88
"license": "MIT",

0 commit comments

Comments
 (0)