Skip to content

Commit 33bf44f

Browse files
Version projects
- project: cli 0.2.1
1 parent b491425 commit 33bf44f

5 files changed

Lines changed: 26 additions & 7 deletions

File tree

.nx/version-plans/version-plan-1770667471134.md

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

apps/cli/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.2.1 (2026-02-09)
2+
3+
### 🩹 Fixes
4+
5+
- Revert env vars from {{ env.varName }} back to flat {{ varName }} syntax ([b4914257](https://github.com/the-dev-tools/dev-tools/commit/b4914257))
6+
7+
### ❤️ Thank You
8+
9+
- ElecTwix @ElecTwix
10+
111
## 0.2.0 (2026-02-07)
212

313
### 🚀 Features

apps/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@the-dev-tools/cli",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"private": true,
55
"type": "module",
66
"exports": "./dist",

apps/desktop/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 0.2.2 (2026-02-09)
2+
3+
### 🩹 Fixes
4+
5+
- Version snapshots with is_snapshot column and deterministic test sync ([e6c2b883](https://github.com/the-dev-tools/dev-tools/commit/e6c2b883))
6+
7+
### 🧱 Updated Dependencies
8+
9+
- Updated cli to 0.2.1
10+
11+
### ❤️ Thank You
12+
13+
- ElecTwix @ElecTwix
14+
115
## 0.2.1 (2026-02-09)
216

317
### 🩹 Fixes

apps/desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@the-dev-tools/desktop",
33
"description": "DevTools Studio is a powerful API testing tool that records your browser interactions, automatically generates requests, and seamlessly chains them for functional testing. With built-in CI integration, it streamlines API validation from development to deployment.",
44
"author": "DevTools",
5-
"version": "0.2.1",
5+
"version": "0.2.2",
66
"private": true,
77
"type": "module",
88
"main": "./out/main/index.js",

0 commit comments

Comments
 (0)