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 Aug 20, 2024
1 parent 799294f commit e1fe907
Show file tree
Hide file tree
Showing 10 changed files with 70 additions and 18 deletions.
10 changes: 0 additions & 10 deletions common/changes/c2pa/add-label-to-manifest_2024-08-20-13-33.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.13",
"tag": "c2pa-wc_v0.13.13",
"date": "Tue, 20 Aug 2024 14:09:04 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"c2pa\" to `0.24.0`"
}
]
}
},
{
"version": "0.13.12",
"tag": "c2pa-wc_v0.13.12",
Expand Down
7 changes: 6 additions & 1 deletion packages/c2pa-wc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - c2pa-wc

This log was last generated on Mon, 19 Aug 2024 17:03:27 GMT and should not be manually modified.
This log was last generated on Tue, 20 Aug 2024 14:09:04 GMT and should not be manually modified.

## 0.13.13
Tue, 20 Aug 2024 14:09:04 GMT

_Version update only_

## 0.13.12
Mon, 19 Aug 2024 17:03:27 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.12",
"version": "0.13.13",
"contributors": [
{
"name": "Dave Kozma",
Expand Down
12 changes: 12 additions & 0 deletions packages/c2pa/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "c2pa",
"entries": [
{
"version": "0.24.0",
"tag": "c2pa_v0.24.0",
"date": "Tue, 20 Aug 2024 14:09:04 GMT",
"comments": {
"minor": [
{
"comment": "Add `label` field to `Manifest` object"
}
]
}
},
{
"version": "0.23.2",
"tag": "c2pa_v0.23.2",
Expand Down
9 changes: 8 additions & 1 deletion packages/c2pa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - c2pa

This log was last generated on Mon, 19 Aug 2024 17:03:27 GMT and should not be manually modified.
This log was last generated on Tue, 20 Aug 2024 14:09:04 GMT and should not be manually modified.

## 0.24.0
Tue, 20 Aug 2024 14:09:04 GMT

### Minor changes

- Add `label` field to `Manifest` object

## 0.23.2
Mon, 19 Aug 2024 17:03:27 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/c2pa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "c2pa",
"version": "0.23.2",
"version": "0.24.0",
"contributors": [
{
"name": "Dave Kozma",
Expand Down
21 changes: 21 additions & 0 deletions packages/react/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@contentauth/react",
"entries": [
{
"version": "0.2.63",
"tag": "@contentauth/react_v0.2.63",
"date": "Tue, 20 Aug 2024 14:09:04 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"c2pa\" to `0.24.0`"
},
{
"comment": "Updating dependency \"c2pa-wc\" to `0.13.13`"
},
{
"comment": "Updating dependency \"c2pa\" from `^0.23.2` to `^0.24.0`"
},
{
"comment": "Updating dependency \"c2pa-wc\" from `^0.13.12` to `^0.13.13`"
}
]
}
},
{
"version": "0.2.62",
"tag": "@contentauth/react_v0.2.62",
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 Mon, 19 Aug 2024 17:03:27 GMT and should not be manually modified.
This log was last generated on Tue, 20 Aug 2024 14:09:04 GMT and should not be manually modified.

## 0.2.63
Tue, 20 Aug 2024 14:09:04 GMT

_Version update only_

## 0.2.62
Mon, 19 Aug 2024 17:03:27 GMT
Expand Down
6 changes: 3 additions & 3 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.62",
"version": "0.2.63",
"description": "React components and hooks for the C2PA JavaScript SDK",
"main": "dist/index.js",
"type": "module",
Expand Down Expand Up @@ -35,8 +35,8 @@
"classnames": "~2.3.1"
},
"peerDependencies": {
"c2pa": "^0.23.2",
"c2pa-wc": "^0.13.12",
"c2pa": "^0.24.0",
"c2pa-wc": "^0.13.13",
"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 e1fe907

Please sign in to comment.