Skip to content

Commit

Permalink
Bump app-connector version
Browse files Browse the repository at this point in the history
  • Loading branch information
robknight committed Sep 20, 2024
1 parent 0993ab1 commit 8a212cc
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
7 changes: 7 additions & 0 deletions examples/test-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# test-app

## 1.0.6

### Patch Changes

- Updated dependencies
- @parcnet-js/app-connector@0.0.5

## 1.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-app",
"version": "1.0.5",
"version": "1.0.6",
"private": true,
"type": "module",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/app-connector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @parcnet-js/app-connector

## 0.0.5

### Patch Changes

- Support meta field on proof requests

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/app-connector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parcnet-js/app-connector",
"version": "0.0.4",
"version": "0.0.5",
"license": "GPL-3.0-or-later",
"type": "module",
"main": "dist/index.cjs",
Expand Down

0 comments on commit 8a212cc

Please sign in to comment.