Skip to content

Commit

Permalink
Bump versions [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action committed Oct 4, 2024
1 parent 6b0760d commit 19aa2bd
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 15 deletions.

This file was deleted.

12 changes: 12 additions & 0 deletions packages/c2pa-wc/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "c2pa-wc",
"entries": [
{
"version": "0.13.15",
"tag": "c2pa-wc_v0.13.15",
"date": "Fri, 04 Oct 2024 21:00:52 GMT",
"comments": {
"patch": [
{
"comment": "Fix empty social media display"
}
]
}
},
{
"version": "0.13.14",
"tag": "c2pa-wc_v0.13.14",
Expand Down
9 changes: 8 additions & 1 deletion packages/c2pa-wc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - c2pa-wc

This log was last generated on Tue, 10 Sep 2024 19:21:30 GMT and should not be manually modified.
This log was last generated on Fri, 04 Oct 2024 21:00:52 GMT and should not be manually modified.

## 0.13.15
Fri, 04 Oct 2024 21:00:52 GMT

### Patches

- Fix empty social media display

## 0.13.14
Tue, 10 Sep 2024 19:21:30 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/c2pa-wc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "c2pa-wc",
"version": "0.13.14",
"version": "0.13.15",
"contributors": [
{
"name": "Dave Kozma",
Expand Down
15 changes: 15 additions & 0 deletions packages/react/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@contentauth/react",
"entries": [
{
"version": "0.2.65",
"tag": "@contentauth/react_v0.2.65",
"date": "Fri, 04 Oct 2024 21:00:52 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"c2pa-wc\" to `0.13.15`"
},
{
"comment": "Updating dependency \"c2pa-wc\" from `^0.13.14` to `^0.13.15`"
}
]
}
},
{
"version": "0.2.64",
"tag": "@contentauth/react_v0.2.64",
Expand Down
7 changes: 6 additions & 1 deletion packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @contentauth/react

This log was last generated on Tue, 10 Sep 2024 19:21:30 GMT and should not be manually modified.
This log was last generated on Fri, 04 Oct 2024 21:00:52 GMT and should not be manually modified.

## 0.2.65
Fri, 04 Oct 2024 21:00:52 GMT

_Version update only_

## 0.2.64
Tue, 10 Sep 2024 19:21:30 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentauth/react",
"version": "0.2.64",
"version": "0.2.65",
"description": "React components and hooks for the C2PA JavaScript SDK",
"main": "dist/index.js",
"type": "module",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"peerDependencies": {
"c2pa": "^0.24.1",
"c2pa-wc": "^0.13.14",
"c2pa-wc": "^0.13.15",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
Expand Down

0 comments on commit 19aa2bd

Please sign in to comment.