Skip to content

Commit

Permalink
Version Packages (#853)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
threepointone and github-actions[bot] committed Apr 3, 2024
1 parent 7275433 commit ac4fdec
Show file tree
Hide file tree
Showing 14 changed files with 42 additions and 28 deletions.
5 changes: 0 additions & 5 deletions .changeset/clever-dogs-argue.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/curly-wasps-accept.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-cycles-cover.md

This file was deleted.

10 changes: 5 additions & 5 deletions package-lock.json

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

6 changes: 6 additions & 0 deletions packages/create-partykit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# create-partykit

## 0.0.40

### Patch Changes

- [#852](https://github.com/partykit/partykit/pull/852) [`949f8a5`](https://github.com/partykit/partykit/commit/949f8a58fb4c226335cf9eaf7cad61bbd98ed0e2) Thanks [@threepointone](https://github.com/threepointone)! - update deps

## 0.0.39

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-partykit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-partykit",
"version": "0.0.39",
"version": "0.0.40",
"description": "Scaffolding for PartyKit projects",
"bin": "dist/index.mjs",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/party.io/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# party.io

## 0.0.14

### Patch Changes

- [#852](https://github.com/partykit/partykit/pull/852) [`949f8a5`](https://github.com/partykit/partykit/commit/949f8a58fb4c226335cf9eaf7cad61bbd98ed0e2) Thanks [@threepointone](https://github.com/threepointone)! - update deps

## 0.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/party.io/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "party.io",
"version": "0.0.13",
"version": "0.0.14",
"description": "Socket.IO server for PartyKit",
"main": "./dist/index.js",
"types": "./types/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/partykit-ai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# partykit-ai

## 0.0.16

### Patch Changes

- [#852](https://github.com/partykit/partykit/pull/852) [`949f8a5`](https://github.com/partykit/partykit/commit/949f8a58fb4c226335cf9eaf7cad61bbd98ed0e2) Thanks [@threepointone](https://github.com/threepointone)! - update deps

## 0.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/partykit-ai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "partykit-ai",
"version": "0.0.15",
"version": "0.0.16",
"description": "partykit + ai",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
6 changes: 6 additions & 0 deletions packages/partykit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# partykit

## 0.0.102

### Patch Changes

- [#852](https://github.com/partykit/partykit/pull/852) [`949f8a5`](https://github.com/partykit/partykit/commit/949f8a58fb4c226335cf9eaf7cad61bbd98ed0e2) Thanks [@threepointone](https://github.com/threepointone)! - update deps

## 0.0.101

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/partykit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "partykit",
"version": "0.0.101",
"version": "0.0.102",
"description": "PartyKit simplifies developing multiplayer applications. Everything's better with friends.",
"bin": {
"partykit": "dist/bin.mjs"
Expand Down
8 changes: 8 additions & 0 deletions packages/y-partykit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# y-partykit

## 0.0.28

### Patch Changes

- [#858](https://github.com/partykit/partykit/pull/858) [`085bb8f`](https://github.com/partykit/partykit/commit/085bb8ff9c6dc508d5fac8c9ed95ae26039414ee) Thanks [@jslauthor](https://github.com/jslauthor)! - Add null check to load() in y-partykit

- [#851](https://github.com/partykit/partykit/pull/851) [`7275433`](https://github.com/partykit/partykit/commit/727543377096604bb3efa9da2bad093220b66d37) Thanks [@threepointone](https://github.com/threepointone)! - y-partykit: don't load document multiple times on start

## 0.0.27

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/y-partykit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "y-partykit",
"version": "0.0.27",
"version": "0.0.28",
"description": "y.js on partykit!",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit ac4fdec

Please sign in to comment.