Skip to content

Commit

Permalink
Version Packages (#775)
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
github-actions[bot] and github-actions[bot] authored Oct 15, 2024
1 parent 8008b36 commit d97ac9a
Show file tree
Hide file tree
Showing 39 changed files with 147 additions and 57 deletions.
5 changes: 0 additions & 5 deletions .changeset/brown-shoes-nail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cool-papayas-flow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-moose-cry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-plants-obey.md

This file was deleted.

20 changes: 0 additions & 20 deletions .changeset/sharp-eyes-sing.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/addon-indexeddb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @pluv/addon-indexeddb

## 0.32.3

### Patch Changes

- Updated dependencies [b18230f]
- @pluv/client@0.32.3
- @pluv/crdt@0.32.3

## 0.32.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/addon-indexeddb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pluv/addon-indexeddb",
"version": "0.32.2",
"version": "0.32.3",
"description": "@pluv/io indexeddb for client storage persistence",
"author": "leedavidcs",
"license": "MIT",
Expand Down
2 changes: 2 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# pluv

## 0.32.3

## 0.32.2

## 0.32.1
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pluv",
"version": "0.32.2",
"version": "0.32.3",
"description": "CLI for @pluv/io",
"author": "leedavidcs",
"license": "MIT",
Expand Down
25 changes: 25 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# @pluv/client

## 0.32.3

### Patch Changes

- b18230f: Add `register` helper to improve client initialization when hosted on pluv.io.

```ts
import { createClient, register } from "@pluv/client";
import type { ioServer } from "./server";

const client = createClient({
infer: (i) => ({ io: i<typeof ioServer> }),
// This includes `wsEndpoint` and therefore should no-longer be manually provided
...register({
// `authEndpoint` and `publicKey` are now required
authEndpoint: ({ room }) =>
`${process.env.API_URL}/api/room?room=${room}`,
publicKey: "pk_...",
}),
});
```

- @pluv/crdt@0.32.3
- @pluv/types@0.32.3

## 0.32.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pluv/client",
"version": "0.32.2",
"version": "0.32.3",
"description": "@pluv/io frontend client",
"author": "leedavidcs",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/crdt-loro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pluv/crdt-loro

## 0.32.3

### Patch Changes

- @pluv/crdt@0.32.3
- @pluv/types@0.32.3

## 0.32.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/crdt-loro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pluv/crdt-loro",
"version": "0.32.2",
"version": "0.32.3",
"description": "loro for @pluv/io",
"author": "leedavidcs",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/crdt-yjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pluv/crdt-yjs

## 0.32.3

### Patch Changes

- @pluv/crdt@0.32.3
- @pluv/types@0.32.3

## 0.32.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/crdt-yjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pluv/crdt-yjs",
"version": "0.32.2",
"version": "0.32.3",
"description": "yjs for @pluv/io",
"author": "leedavidcs",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/crdt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pluv/crdt

## 0.32.3

### Patch Changes

- @pluv/types@0.32.3

## 0.32.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/crdt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pluv/crdt",
"version": "0.32.2",
"version": "0.32.3",
"description": "crdt base for @pluv/io",
"author": "leedavidcs",
"license": "MIT",
Expand Down
2 changes: 2 additions & 0 deletions packages/eslint-config-pluv/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# eslint-config-pluv

## 0.32.3

## 0.32.2

## 0.32.1
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-pluv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-pluv",
"version": "0.32.2",
"version": "0.32.3",
"description": "@pluv/io eslint config",
"author": "leedavidcs",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/io/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @pluv/io

## 0.32.3

### Patch Changes

- bb21274: Added the ability to evict (i.e. close) a connection to a room via `IORoom.evict` and `IORoom.evictAll`.
- @pluv/crdt@0.32.3
- @pluv/types@0.32.3

## 0.32.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/io/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pluv/io",
"version": "0.32.2",
"version": "0.32.3",
"description": "@pluv/io server-side websocket manager",
"author": "leedavidcs",
"license": "MIT",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @pluv/persistence-cloudflare-transactional-storage

## 0.32.3

### Patch Changes

- Updated dependencies [bb21274]
- @pluv/io@0.32.3
- @pluv/types@0.32.3

## 0.32.2

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pluv/persistence-cloudflare-transactional-storage",
"version": "0.32.2",
"version": "0.32.3",
"description": "@pluv/io crdt storage persistence for cloudflare via transactional storage",
"author": "leedavidcs",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/persistence-redis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @pluv/persistence-redis

## 0.32.3

### Patch Changes

- Updated dependencies [bb21274]
- @pluv/io@0.32.3
- @pluv/types@0.32.3

## 0.32.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/persistence-redis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pluv/persistence-redis",
"version": "0.32.2",
"version": "0.32.3",
"description": "@pluv/io crdt storage persistence for node.js",
"author": "leedavidcs",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/platform-cloudflare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @pluv/platform-cloudflare

## 0.32.3

### Patch Changes

- Updated dependencies [bb21274]
- @pluv/io@0.32.3
- @pluv/persistence-cloudflare-transactional-storage@0.32.3
- @pluv/types@0.32.3

## 0.32.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-cloudflare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pluv/platform-cloudflare",
"version": "0.32.2",
"version": "0.32.3",
"description": "@pluv/io adapter for cloudflare workers",
"author": "leedavidcs",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/platform-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @pluv/platform-node

## 0.32.3

### Patch Changes

- Updated dependencies [bb21274]
- @pluv/io@0.32.3
- @pluv/types@0.32.3

## 0.32.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pluv/platform-node",
"version": "0.32.2",
"version": "0.32.3",
"description": "@pluv/io adapter for node.js",
"author": "leedavidcs",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/platform-pluv/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @pluv/platform-pluv

## 0.32.3

### Patch Changes

- cce989d: Added properties for internal use only.
- 5a3114f: Fixed thrown error when calling `createToken`.
- Updated dependencies [bb21274]
- @pluv/io@0.32.3
- @pluv/crdt@0.32.3
- @pluv/types@0.32.3

## 0.32.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-pluv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pluv/platform-pluv",
"version": "0.32.2",
"version": "0.32.3",
"description": "@pluv/io adapter for pluv.io",
"author": "leedavidcs",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/pubsub-redis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pluv/pubsub-redis

## 0.32.3

### Patch Changes

- Updated dependencies [bb21274]
- @pluv/io@0.32.3

## 0.32.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/pubsub-redis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pluv/pubsub-redis",
"version": "0.32.2",
"version": "0.32.3",
"description": "@pluv/io redis pubsub",
"author": "leedavidcs",
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @pluv/react

## 0.32.3

### Patch Changes

- 75e992f: Export `register` helper in `@pluv/react`.
- Updated dependencies [b18230f]
- @pluv/client@0.32.3
- @pluv/crdt@0.32.3
- @pluv/types@0.32.3

## 0.32.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pluv/react",
"version": "0.32.2",
"version": "0.32.3",
"description": "@pluv/client React.js bindings",
"author": "leedavidcs",
"license": "MIT",
Expand Down
2 changes: 2 additions & 0 deletions packages/tsconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @pluv/tsconfig

## 0.32.3

## 0.32.2

## 0.32.1
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pluv/tsconfig",
"version": "0.32.2",
"version": "0.32.3",
"description": "@pluv/io internal tsconfigs",
"author": "leedavidcs",
"license": "MIT",
Expand Down
Loading

0 comments on commit d97ac9a

Please sign in to comment.