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: 3 additions & 3 deletions apps/provenancekit-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"@hookform/resolvers": "^3.10.0",
"@privy-io/react-auth": "^2.20.0",
"@privy-io/server-auth": "^1.28.8",
"@provenancekit/extensions": "^0.1.5",
"@provenancekit/sdk": "^0.1.14",
"@provenancekit/ui": "^0.1.16",
"@provenancekit/extensions": "^0.1.6",
"@provenancekit/sdk": "^0.1.15",
"@provenancekit/ui": "^0.1.17",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-checkbox": "^1.3.2",
"@radix-ui/react-dialog": "^1.1.14",
Expand Down
10 changes: 5 additions & 5 deletions examples/canvas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"@hookform/resolvers": "^3.10.0",
"@privy-io/react-auth": "^2.20.0",
"@privy-io/server-auth": "^1.28.8",
"@provenancekit/extensions": "^0.1.5",
"@provenancekit/media": "^0.1.5",
"@provenancekit/payments": "^0.1.5",
"@provenancekit/sdk": "^0.1.14",
"@provenancekit/ui": "^0.1.16",
"@provenancekit/extensions": "^0.1.6",
"@provenancekit/media": "^0.1.6",
"@provenancekit/payments": "^0.1.6",
"@provenancekit/sdk": "^0.1.15",
"@provenancekit/ui": "^0.1.17",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-dropdown-menu": "^2.1.15",
Expand Down
6 changes: 3 additions & 3 deletions examples/chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"@hookform/resolvers": "^3.10.0",
"@privy-io/react-auth": "^2.20.0",
"@privy-io/server-auth": "^1.28.8",
"@provenancekit/extensions": "^0.1.5",
"@provenancekit/sdk": "^0.1.14",
"@provenancekit/ui": "^0.1.16",
"@provenancekit/extensions": "^0.1.6",
"@provenancekit/sdk": "^0.1.15",
"@provenancekit/ui": "^0.1.17",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@radix-ui/react-scroll-area": "^1.2.9",
Expand Down
6 changes: 6 additions & 0 deletions packages/provenancekit-contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @provenancekit/contracts

## 0.0.4

### Patch Changes

- Auto patch release

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/provenancekit-contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@provenancekit/contracts",
"version": "0.0.3",
"version": "0.0.4",
"description": "Solidity smart contracts for on-chain provenance recording. Base implementations following OpenZeppelin patterns.",
"license": "MIT",
"files": [
Expand Down
6 changes: 6 additions & 0 deletions packages/provenancekit-extensions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @provenancekit/extensions

## 0.1.6

### Patch Changes

- Auto patch release

## 0.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/provenancekit-extensions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@provenancekit/extensions",
"version": "0.1.5",
"version": "0.1.6",
"description": "Type-safe extension schemas and helpers for ProvenanceKit EAA types",
"license": "MIT",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/provenancekit-git/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @provenancekit/git

## 0.1.6

### Patch Changes

- Auto patch release
- Updated dependencies
- @provenancekit/extensions@0.1.6

## 0.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/provenancekit-git/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@provenancekit/git",
"version": "0.1.5",
"version": "0.1.6",
"description": "Git integration for ProvenanceKit - Track commits, blame analysis, AI detection, and GitHub integration",
"license": "MIT",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/provenancekit-indexer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @provenancekit/indexer

## 0.1.11

### Patch Changes

- Auto patch release

## 0.1.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/provenancekit-indexer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@provenancekit/indexer",
"version": "0.1.10",
"version": "0.1.11",
"description": "Blockchain event indexer for ProvenanceKit - syncs on-chain provenance to storage",
"type": "module",
"main": "./dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/provenancekit-media/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @provenancekit/media

## 0.1.6

### Patch Changes

- Auto patch release
- Updated dependencies
- @provenancekit/extensions@0.1.6

## 0.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/provenancekit-media/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@provenancekit/media",
"version": "0.1.5",
"version": "0.1.6",
"description": "C2PA media provenance integration for ProvenanceKit - Read and write content credentials for images and videos",
"license": "MIT",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/provenancekit-payments/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @provenancekit/payments

## 0.1.6

### Patch Changes

- Auto patch release
- Updated dependencies
- @provenancekit/extensions@0.1.6

## 0.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/provenancekit-payments/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@provenancekit/payments",
"version": "0.1.5",
"version": "0.1.6",
"description": "Payment distribution adapters for ProvenanceKit - Direct transfers, 0xSplits, Superfluid streaming",
"license": "MIT",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/provenancekit-privacy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @provenancekit/privacy

## 0.1.11

### Patch Changes

- Auto patch release

## 0.1.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/provenancekit-privacy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@provenancekit/privacy",
"version": "0.1.10",
"version": "0.1.11",
"description": "Privacy-preserving utilities for ProvenanceKit - encryption, commitments, and access control",
"license": "MIT",
"keywords": [
Expand Down
9 changes: 9 additions & 0 deletions packages/provenancekit-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @provenancekit/sdk

## 0.1.15

### Patch Changes

- Auto patch release
- Updated dependencies
- @provenancekit/extensions@0.1.6
- @provenancekit/privacy@0.1.11

## 0.1.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/provenancekit-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@provenancekit/sdk",
"version": "0.1.14",
"version": "0.1.15",
"description": "Framework-agnostic SDK for capturing, persisting, and querying provenance of AI actions and resources.",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
Expand Down
6 changes: 6 additions & 0 deletions packages/provenancekit-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @provenancekit/ui

## 0.1.17

### Patch Changes

- Auto patch release

## 0.1.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/provenancekit-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@provenancekit/ui",
"version": "0.1.16",
"version": "0.1.17",
"type": "module",
"description": "Standard UI components for displaying provenance information",
"main": "dist/index.js",
Expand Down
Loading