Skip to content

Commit

Permalink
Release new package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
robknight committed Sep 18, 2024
1 parent a8f7781 commit ca0bd66
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/blue-taxis-repeat.md

This file was deleted.

7 changes: 7 additions & 0 deletions apps/client-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# client-web

## 0.0.3

### Patch Changes

- Updated dependencies [a8f7781]
- @parcnet-js/client-helpers@0.0.3

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/client-web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "client-web",
"private": true,
"version": "0.0.2",
"version": "0.0.3",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
6 changes: 6 additions & 0 deletions packages/client-helpers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @parcnet-js/client-helpers

## 0.0.3

### Patch Changes

- a8f7781: Return origin of connecting Zapp when successfully receiving a connection

## 0.0.2

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

0 comments on commit ca0bd66

Please sign in to comment.