Skip to content

Commit 691a6d8

Browse files
committed
chore(*): version packages [skip ci]
- @suites/unit@3.1.1
1 parent 0367eb4 commit 691a6d8

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

packages/unit/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.1.1](https://github.com/suites-dev/suites/compare/@suites/unit@3.1.0...@suites/unit@3.1.1) (2026-05-06)
7+
8+
### Bug Fixes
9+
10+
- **unit:** remove direct Mocked and Stub exports to fix TS2300 ([#1020](https://github.com/suites-dev/suites/issues/1020)) ([0367eb4](https://github.com/suites-dev/suites/commit/0367eb4b12bb9b3d601db35abf715e57edd05c02))
11+
612
# [3.1.0](https://github.com/suites-dev/suites/compare/@suites/unit@3.0.1...@suites/unit@3.1.0) (2026-05-05)
713

814
### Bug Fixes

packages/unit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@suites/unit",
33
"private": false,
4-
"version": "3.1.0",
4+
"version": "3.1.1",
55
"license": "Apache-2.0",
66
"main": "./dist/cjs/index.js",
77
"module": "./dist/esm/index.js",

0 commit comments

Comments
 (0)