Skip to content

Commit

Permalink
Merge pull request #778 from unavi-xyz/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
kayhhh authored Jul 18, 2023
2 parents 3f3500b + 81bcc66 commit 8e517ce
Show file tree
Hide file tree
Showing 10 changed files with 41 additions and 16 deletions.
6 changes: 0 additions & 6 deletions .changeset/empty-buses-sleep.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/serious-donuts-wave.md

This file was deleted.

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

## 1.0.0

### Major Changes

- e59c8fd6: New engine!

### Patch Changes

- Updated dependencies [e59c8fd6]
- Updated dependencies [e59c8fd6]
- @unavi/react-client@1.0.0
- @unavi/protocol@0.2.0

## 0.8.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unavi/client",
"version": "0.8.0",
"version": "1.0.0",
"private": true,
"license": "GPL-3.0-or-later",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions apps/host/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# host

## 0.6.0

### Minor Changes

- e59c8fd6: update wired protocol

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/host/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unavi/host",
"version": "0.5.0",
"version": "0.6.0",
"private": true,
"license": "GPL-3.0-or-later",
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions packages/protocol/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @unavi/protocol

## 0.2.0

### Minor Changes

- e59c8fd6: update wired protocol
2 changes: 1 addition & 1 deletion packages/protocol/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unavi/protocol",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions packages/react-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @unavi/react-client

## 1.0.0

### Major Changes

- e59c8fd6: New engine!

### Patch Changes

- Updated dependencies [e59c8fd6]
- @unavi/protocol@0.2.0

## 0.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unavi/react-client",
"version": "0.6.0",
"version": "1.0.0",
"private": true,
"repository": {
"type": "git",
Expand Down

1 comment on commit 8e517ce

@vercel
Copy link

@vercel vercel bot commented on 8e517ce Jul 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

client – ./

client-git-main-unavi.vercel.app
client-unavi.vercel.app
www.unavi.xyz
unavi.xyz

Please sign in to comment.