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 Jul 30, 2024
1 parent 18e4a38 commit d8b1f09
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/fix-translation-index_2024-07-30-21-16.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.11",
"tag": "c2pa-wc_v0.13.11",
"date": "Tue, 30 Jul 2024 21:39:10 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"c2pa\" to `0.23.1`"
}
]
}
},
{
"version": "0.13.10",
"tag": "c2pa-wc_v0.13.10",
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 Tue, 30 Jul 2024 00:37:41 GMT and should not be manually modified.
This log was last generated on Tue, 30 Jul 2024 21:39:10 GMT and should not be manually modified.

## 0.13.11
Tue, 30 Jul 2024 21:39:10 GMT

_Version update only_

## 0.13.10
Tue, 30 Jul 2024 00:37:41 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.10",
"version": "0.13.11",
"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.23.1",
"tag": "c2pa_v0.23.1",
"date": "Tue, 30 Jul 2024 21:39:10 GMT",
"comments": {
"patch": [
{
"comment": "Add `id_ID` and `vi_VN` to translations index"
}
]
}
},
{
"version": "0.23.0",
"tag": "c2pa_v0.23.0",
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 Tue, 30 Jul 2024 00:37:40 GMT and should not be manually modified.
This log was last generated on Tue, 30 Jul 2024 21:39:10 GMT and should not be manually modified.

## 0.23.1
Tue, 30 Jul 2024 21:39:10 GMT

### Patches

- Add `id_ID` and `vi_VN` to translations index

## 0.23.0
Tue, 30 Jul 2024 00:37:40 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.0",
"version": "0.23.1",
"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.61",
"tag": "@contentauth/react_v0.2.61",
"date": "Tue, 30 Jul 2024 21:39:10 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"c2pa\" to `0.23.1`"
},
{
"comment": "Updating dependency \"c2pa-wc\" to `0.13.11`"
},
{
"comment": "Updating dependency \"c2pa\" from `^0.23.0` to `^0.23.1`"
},
{
"comment": "Updating dependency \"c2pa-wc\" from `^0.13.10` to `^0.13.11`"
}
]
}
},
{
"version": "0.2.60",
"tag": "@contentauth/react_v0.2.60",
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, 30 Jul 2024 00:37:40 GMT and should not be manually modified.
This log was last generated on Tue, 30 Jul 2024 21:39:10 GMT and should not be manually modified.

## 0.2.61
Tue, 30 Jul 2024 21:39:10 GMT

_Version update only_

## 0.2.60
Tue, 30 Jul 2024 00:37:40 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.60",
"version": "0.2.61",
"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.0",
"c2pa-wc": "^0.13.10",
"c2pa": "^0.23.1",
"c2pa-wc": "^0.13.11",
"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 d8b1f09

Please sign in to comment.