Skip to content

Commit 2231a04

Browse files
Version Packages (#9)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3868d81 commit 2231a04

File tree

5 files changed

+16
-8
lines changed

5 files changed

+16
-8
lines changed

.changeset/purple-drinks-join.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.1.1
4+
5+
### Patch Changes
6+
7+
- 3868d81: Fix broken dependencies
8+
39
## 0.1.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.1.0",
3+
"version": "0.1.1",
44
"type": "module",
55
"module": "./pkg/c2pa.js",
66
"types": "./pkg/c2pa.d.ts",

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.1.1
4+
5+
### Patch Changes
6+
7+
- 3868d81: Fix broken dependencies
8+
- Updated dependencies [3868d81]
9+
- @contentauth/c2pa-wasm@0.1.1
10+
311
## 0.1.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.1.0",
3+
"version": "0.1.1",
44
"type": "module",
55
"module": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)