Skip to content

Commit ff7ad1a

Browse files
chore: version packages (#35)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6f34d30 commit ff7ad1a

File tree

5 files changed

+16
-8
lines changed

5 files changed

+16
-8
lines changed

.changeset/busy-buckets-play.md

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

packages/c2pa-wasm/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @contentauth/c2pa-wasm
22

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- 6f34d30: Add builder methods: setRemoteUrl, setNoEmbed, and setThumbnailFromBlob
8+
39
## 0.3.0
410

511
### Minor Changes

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.3.0",
3+
"version": "0.3.1",
44
"license": "MIT",
55
"type": "module",
66
"module": "./pkg/c2pa.js",

packages/c2pa-web/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @contentauth/c2pa-web
22

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- 6f34d30: Add builder methods: setRemoteUrl, setNoEmbed, and setThumbnailFromBlob
8+
- Updated dependencies [6f34d30]
9+
- @contentauth/c2pa-wasm@0.3.1
10+
311
## 0.3.0
412

513
### Minor Changes

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.3.0",
3+
"version": "0.3.1",
44
"license": "MIT",
55
"type": "module",
66
"module": "./dist/index.js",

0 commit comments

Comments
 (0)