Skip to content

Commit 48bcfff

Browse files
committed
chore: version packages
Bump @t-req/core and @t-req/app to v0.2.0 Changes since v0.1.0: - core: Unified client API (#9), scoped script tokens (#11) - app: Fixed default port for open command (#10), scoped script tokens (#11), tag-based release pipeline (#7)
1 parent ab41395 commit 48bcfff

File tree

5 files changed

+23
-9
lines changed

5 files changed

+23
-9
lines changed

.changeset/short-hoops-peel.md

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

packages/app/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# @t-req/app
2+
3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- core: Unified client API (#9), scoped script tokens (#11)
8+
app: Fixed default port for open command (#10), scoped script tokens (#11), tag-based release pipeline (#7)
9+
10+
### Patch Changes
11+
12+
- Updated dependencies
13+
- @t-req/core@0.2.0

packages/app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@t-req/app",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "CLI for t-req - scaffold, execute, and serve HTTP request projects",
55
"license": "MIT",
66
"repository": {
@@ -69,7 +69,7 @@
6969
"@hono/zod-validator": "^0.7.6",
7070
"@opentui/core": "^0.1.74",
7171
"@opentui/solid": "^0.1.74",
72-
"@t-req/core": "^0.1.0",
72+
"@t-req/core": "^0.2.0",
7373
"fuzzysort": "^3.1.0",
7474
"hono": "^4.11.4",
7575
"solid-js": "^1.9.0",

packages/core/CHANGELOG.md

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

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- core: Unified client API (#9), scoped script tokens (#11)
8+
app: Fixed default port for open command (#10), scoped script tokens (#11), tag-based release pipeline (#7)
9+
310
## 0.1.0
411

512
### Features

packages/core/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/core",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "HTTP request parsing, execution, and testing. Define requests in .http files, test them in isolation.",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)