Skip to content

Commit d5446a3

Browse files
author
GitHub Action
committed
Bump versions [skip ci]
1 parent 88c70e6 commit d5446a3

File tree

7 files changed

+44
-15
lines changed

7 files changed

+44
-15
lines changed

common/changes/c2pa-wc/no-date-fix_2024-02-07-14-39.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.11.15",
6+
"tag": "c2pa-wc_v0.11.15",
7+
"date": "Wed, 07 Feb 2024 15:56:22 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Fix issue where Invalid Date would show if no signature date was found (which is optional)"
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "0.11.14",
618
"tag": "c2pa-wc_v0.11.14",

packages/c2pa-wc/CHANGELOG.md

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

3-
This log was last generated on Thu, 11 Jan 2024 20:02:01 GMT and should not be manually modified.
3+
This log was last generated on Wed, 07 Feb 2024 15:56:22 GMT and should not be manually modified.
4+
5+
## 0.11.15
6+
Wed, 07 Feb 2024 15:56:22 GMT
7+
8+
### Patches
9+
10+
- Fix issue where Invalid Date would show if no signature date was found (which is optional)
411

512
## 0.11.14
613
Thu, 11 Jan 2024 20:02:01 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.11.14",
3+
"version": "0.11.15",
44
"contributors": [
55
{
66
"name": "Dave Kozma",

packages/react/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@contentauth/react",
33
"entries": [
4+
{
5+
"version": "0.2.40",
6+
"tag": "@contentauth/react_v0.2.40",
7+
"date": "Wed, 07 Feb 2024 15:56:22 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"c2pa-wc\" to `0.11.15`"
12+
},
13+
{
14+
"comment": "Updating dependency \"c2pa-wc\" from `^0.11.14` to `^0.11.15`"
15+
}
16+
]
17+
}
18+
},
419
{
520
"version": "0.2.39",
621
"tag": "@contentauth/react_v0.2.39",

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, 11 Jan 2024 20:02:01 GMT and should not be manually modified.
3+
This log was last generated on Wed, 07 Feb 2024 15:56:22 GMT and should not be manually modified.
4+
5+
## 0.2.40
6+
Wed, 07 Feb 2024 15:56:22 GMT
7+
8+
_Version update only_
49

510
## 0.2.39
611
Thu, 11 Jan 2024 20:02:01 GMT

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentauth/react",
3-
"version": "0.2.39",
3+
"version": "0.2.40",
44
"description": "React components and hooks for the C2PA JavaScript SDK",
55
"main": "dist/index.js",
66
"type": "module",
@@ -36,7 +36,7 @@
3636
},
3737
"peerDependencies": {
3838
"c2pa": "^0.17.7",
39-
"c2pa-wc": "^0.11.14",
39+
"c2pa-wc": "^0.11.15",
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)