Skip to content

Commit f160451

Browse files
Version Packages (#7)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e9a7614 commit f160451

File tree

5 files changed

+21
-8
lines changed

5 files changed

+21
-8
lines changed

.changeset/thick-tips-sort.md

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

packages/c2pa-wasm/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @contentauth/c2pa-wasm
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- e9a7614: Add minimal reader API

packages/c2pa-wasm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentauth/c2pa-wasm",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"type": "module",
55
"module": "./pkg/c2pa.js",
66
"types": "./pkg/c2pa.d.ts",

packages/c2pa-web/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# @contentauth/c2pa-web
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- e9a7614: Add minimal reader API
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [e9a7614]
12+
- @contentauth/c2pa-wasm@0.1.0

packages/c2pa-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentauth/c2pa-web",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"type": "module",
55
"module": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)