Skip to content

Commit

Permalink
Bump POD/GPC dependencies (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
robknight authored Oct 29, 2024
1 parent 443af70 commit 2e0f5cb
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 51 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.21

### Patch Changes

- Updated dependencies
- @parcnet-js/ticket-spec@1.1.7

## 1.0.20

### 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.20",
"version": "1.0.21",
"private": true,
"type": "module",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/ticket-spec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @parcnet-js/ticket-spec

## 1.1.7

### Patch Changes

- Bump POD/GPC dependencies

## 1.1.6

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/ticket-spec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parcnet-js/ticket-spec",
"version": "1.1.6",
"version": "1.1.7",
"license": "GPL-3.0-or-later",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -32,8 +32,8 @@
"devDependencies": {
"@parcnet-js/eslint-config": "workspace:*",
"@parcnet-js/typescript-config": "workspace:*",
"@pcd/gpc": "^0.2.0",
"@pcd/pod": "^0.3.0",
"@pcd/gpc": "^0.3.0",
"@pcd/pod": "^0.4.0",
"@pcd/proto-pod-gpc-artifacts": "^0.9.0",
"@semaphore-protocol/core": "^4.0.3",
"@semaphore-protocol/identity": "^3.15.2",
Expand Down
64 changes: 17 additions & 47 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2e0f5cb

Please sign in to comment.