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 Jan 29, 2025
1 parent 871677b commit 1112a4d
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 15 deletions.
10 changes: 0 additions & 10 deletions common/changes/c2pa-wc/section-hiding_2025-01-29-18-08.json

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.17",
"tag": "c2pa-wc_v0.13.17",
"date": "Wed, 29 Jan 2025 18:20:48 GMT",
"comments": {
"patch": [
{
"comment": "Add hide-content-summary attribute to hide content summary section"
}
]
}
},
{
"version": "0.13.16",
"tag": "c2pa-wc_v0.13.16",
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 Fri, 18 Oct 2024 18:01:58 GMT and should not be manually modified.
This log was last generated on Wed, 29 Jan 2025 18:20:48 GMT and should not be manually modified.

## 0.13.17
Wed, 29 Jan 2025 18:20:48 GMT

### Patches

- Add hide-content-summary attribute to hide content summary section

## 0.13.16
Fri, 18 Oct 2024 18:01:58 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.16",
"version": "0.13.17",
"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.67",
"tag": "@contentauth/react_v0.2.67",
"date": "Wed, 29 Jan 2025 18:20:48 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"c2pa-wc\" to `0.13.17`"
},
{
"comment": "Updating dependency \"c2pa-wc\" from `^0.13.16` to `^0.13.17`"
}
]
}
},
{
"version": "0.2.66",
"tag": "@contentauth/react_v0.2.66",
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 Fri, 18 Oct 2024 18:01:58 GMT and should not be manually modified.
This log was last generated on Wed, 29 Jan 2025 18:20:48 GMT and should not be manually modified.

## 0.2.67
Wed, 29 Jan 2025 18:20:48 GMT

_Version update only_

## 0.2.66
Fri, 18 Oct 2024 18:01:58 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.66",
"version": "0.2.67",
"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.2",
"c2pa-wc": "^0.13.16",
"c2pa-wc": "^0.13.17",
"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 1112a4d

Please sign in to comment.