Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and threepointone committed Aug 2, 2024
1 parent 2b9867b commit a939e99
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 18 deletions.
16 changes: 0 additions & 16 deletions .changeset/brave-owls-reply.md

This file was deleted.

16 changes: 16 additions & 0 deletions packages/partyserver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# partyflare

## 0.0.46

### Patch Changes

- [`528adea`](https://github.com/threepointone/partyserver/commit/528adeaced6dce6e888d2f54cc75c3569bf2c277) Thanks [@threepointone](https://github.com/threepointone)! - some fixes and tweaks

- getServerByName was throwing on all requests
- `Env` is now an optional arg when defining `Server`
- `y-partyserver/provider` can now take an optional `prefix` arg to use a custom url to connect
- `routePartyKitRequest`/`getServerByName` now accepts `jurisdiction`

bonus:

- added a bunch of fixtures
- added stubs for docs

## 0.0.45

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/partyserver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "partyserver",
"version": "0.0.45",
"version": "0.0.46",
"repository": {
"type": "git",
"url": "git://github.com/threepointone/partyserver.git"
Expand Down
19 changes: 19 additions & 0 deletions packages/y-partyserver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# y-partyserver

## 0.0.15

### Patch Changes

- [`528adea`](https://github.com/threepointone/partyserver/commit/528adeaced6dce6e888d2f54cc75c3569bf2c277) Thanks [@threepointone](https://github.com/threepointone)! - some fixes and tweaks

- getServerByName was throwing on all requests
- `Env` is now an optional arg when defining `Server`
- `y-partyserver/provider` can now take an optional `prefix` arg to use a custom url to connect
- `routePartyKitRequest`/`getServerByName` now accepts `jurisdiction`

bonus:

- added a bunch of fixtures
- added stubs for docs

- Updated dependencies [[`528adea`](https://github.com/threepointone/partyserver/commit/528adeaced6dce6e888d2f54cc75c3569bf2c277)]:
- [email protected]

## 0.0.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/y-partyserver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "y-partyserver",
"version": "0.0.14",
"version": "0.0.15",
"repository": {
"type": "git",
"url": "git://github.com/threepointone/partyserver.git"
Expand Down

0 comments on commit a939e99

Please sign in to comment.