Skip to content

Commit 0dcdb66

Browse files
author
GitHub Action
committed
Bump versions [skip ci]
1 parent e6fcbfa commit 0dcdb66

File tree

13 files changed

+89
-20
lines changed

13 files changed

+89
-20
lines changed

common/changes/@contentauth/toolkit/update-c2pa-rs_2025-04-04-21-02.json

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

packages/c2pa-wc/CHANGELOG.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"name": "c2pa-wc",
33
"entries": [
4+
{
5+
"version": "0.13.26",
6+
"tag": "c2pa-wc_v0.13.26",
7+
"date": "Fri, 04 Apr 2025 21:29:51 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"c2pa\" to `0.28.4`"
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "0.13.25",
618
"tag": "c2pa-wc_v0.13.25",

packages/c2pa-wc/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log - c2pa-wc
22

3-
This log was last generated on Thu, 27 Mar 2025 14:09:02 GMT and should not be manually modified.
3+
This log was last generated on Fri, 04 Apr 2025 21:29:51 GMT and should not be manually modified.
4+
5+
## 0.13.26
6+
Fri, 04 Apr 2025 21:29:51 GMT
7+
8+
_Version update only_
49

510
## 0.13.25
611
Thu, 27 Mar 2025 14:09:02 GMT

packages/c2pa-wc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "c2pa-wc",
3-
"version": "0.13.25",
3+
"version": "0.13.26",
44
"contributors": [
55
{
66
"name": "Dave Kozma",

packages/c2pa/CHANGELOG.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"name": "c2pa",
33
"entries": [
4+
{
5+
"version": "0.28.4",
6+
"tag": "c2pa_v0.28.4",
7+
"date": "Fri, 04 Apr 2025 21:29:51 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@contentauth/toolkit\" to `0.13.2`"
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "0.28.3",
618
"tag": "c2pa_v0.28.3",

packages/c2pa/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log - c2pa
22

3-
This log was last generated on Thu, 27 Mar 2025 14:09:02 GMT and should not be manually modified.
3+
This log was last generated on Fri, 04 Apr 2025 21:29:51 GMT and should not be manually modified.
4+
5+
## 0.28.4
6+
Fri, 04 Apr 2025 21:29:51 GMT
7+
8+
_Version update only_
49

510
## 0.28.3
611
Thu, 27 Mar 2025 14:09:02 GMT

packages/c2pa/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "c2pa",
3-
"version": "0.28.3",
3+
"version": "0.28.4",
44
"contributors": [
55
{
66
"name": "Dave Kozma",

packages/react/CHANGELOG.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
{
22
"name": "@contentauth/react",
33
"entries": [
4+
{
5+
"version": "0.2.76",
6+
"tag": "@contentauth/react_v0.2.76",
7+
"date": "Fri, 04 Apr 2025 21:29:51 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"c2pa\" to `0.28.4`"
12+
},
13+
{
14+
"comment": "Updating dependency \"c2pa-wc\" to `0.13.26`"
15+
},
16+
{
17+
"comment": "Updating dependency \"c2pa\" from `^0.28.3` to `^0.28.4`"
18+
},
19+
{
20+
"comment": "Updating dependency \"c2pa-wc\" from `^0.13.25` to `^0.13.26`"
21+
}
22+
]
23+
}
24+
},
425
{
526
"version": "0.2.75",
627
"tag": "@contentauth/react_v0.2.75",

packages/react/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log - @contentauth/react
22

3-
This log was last generated on Thu, 27 Mar 2025 14:09:02 GMT and should not be manually modified.
3+
This log was last generated on Fri, 04 Apr 2025 21:29:51 GMT and should not be manually modified.
4+
5+
## 0.2.76
6+
Fri, 04 Apr 2025 21:29:51 GMT
7+
8+
_Version update only_
49

510
## 0.2.75
611
Thu, 27 Mar 2025 14:09:02 GMT

packages/react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentauth/react",
3-
"version": "0.2.75",
3+
"version": "0.2.76",
44
"description": "React components and hooks for the C2PA JavaScript SDK",
55
"main": "dist/index.js",
66
"type": "module",
@@ -35,8 +35,8 @@
3535
"classnames": "~2.3.1"
3636
},
3737
"peerDependencies": {
38-
"c2pa": "^0.28.3",
39-
"c2pa-wc": "^0.13.25",
38+
"c2pa": "^0.28.4",
39+
"c2pa-wc": "^0.13.26",
4040
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
4141
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
4242
},

0 commit comments

Comments
 (0)