Skip to content

Commit d3f326f

Browse files
committed
chore: bump version to v0.3.9
1 parent 5b596d6 commit d3f326f

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.9] - 2026-06-08
11+
1012
### Added
1113
- **@rpaforge/activities** — new workspace package (Activity types, registry, builtin activities)
1214
- **@rpaforge/diagram-core** — new workspace package (graph operations, circular dependency detection, 13 tests)
@@ -19,6 +21,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1921
- `src/types/engine.ts`: Activity types and runtime functions removed (only Bridge/IPC types remain)
2022
- 16 import sites updated from `types/engine` to `domain/activity` for Activity-related imports
2123

24+
### Fixed
25+
- `@rpaforge/validation` TS build: removed `emitDeclarationOnly` so `.js` files are emitted alongside `.d.ts`
26+
2227
## [0.3.8] - 2026-06-04
2328

2429
### Fixed

packages/core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "rpaforge-core"
7-
version = "0.3.7"
7+
version = "0.3.9"
88
description = "Native Python execution engine"
99
readme = "README.md"
1010
license = {text = "Apache-2.0"}

packages/libraries/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "rpaforge-libraries"
7-
version = "0.3.7"
7+
version = "0.3.9"
88
description = "RPA automation libraries for RPAForge"
99
readme = "README.md"
1010
license = {text = "Apache-2.0"}

packages/studio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rpaforge-studio",
3-
"version": "0.3.8",
3+
"version": "0.3.9",
44
"description": "RPAForge Studio - Visual RPA IDE built on Electron and React",
55
"type": "module",
66
"main": "dist-electron/electron/main.js",

0 commit comments

Comments
 (0)