Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to TrustSignal are documented in this file.

The format is based on Keep a Changelog and this project follows Semantic Versioning principles for externally visible contract changes.

## 0.2.0 - 2026-03-17

Comment on lines +7 to +8
### Changed

- Bumped all package versions from `0.1.0` to `0.2.0` (`package.json`, `sdk/package.json`, `apps/api/package.json`, `apps/web/package.json`, `packages/core/package.json`, `packages/contracts/package.json`).

## 0.1.0 - 2026-03-02

### Added
Expand Down
4 changes: 2 additions & 2 deletions apps/api/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deed-shield/api",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"type": "commonjs",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deed-shield/web",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "deed-shield",
"private": true,
"version": "0.1.0",
"version": "0.2.0",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Update root lockfile for the 0.2.0 version bump

Bumping the root manifest to 0.2.0 here without also updating package-lock.json leaves the lock metadata for the root/workspace packages at 0.1.0, which creates immediate lockfile drift for root install/verification workflows and undermines deterministic CI evidence for this release-only change. Regenerate and commit the root lockfile together with this version change.

Useful? React with 👍 / 👎.

"type": "commonjs",
"engines": {
"node": "20.x"
Comment on lines 3 to 7
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deed-shield/contracts",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"type": "module",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deed-shield/core",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"type": "commonjs",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trustsignal/sdk",
"version": "0.1.0",
"version": "0.2.0",
"description": "Lightweight TrustSignal API SDK",
"type": "module",
"sideEffects": false,
Expand Down
Loading