Skip to content

Commit

Permalink
Version Packages (#754)
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 Sep 25, 2024
1 parent 47784d5 commit 89789bd
Show file tree
Hide file tree
Showing 36 changed files with 125 additions and 27 deletions.
5 changes: 0 additions & 5 deletions .changeset/honest-dryers-reply.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-brooms-occur.md

This file was deleted.

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

## 0.30.1

### Patch Changes

- @pluv/client@0.30.1
- @pluv/crdt@0.30.1

## 0.30.0

### 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.30.0",
"version": "0.30.1",
"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.30.1

## 0.30.0

## 0.29.0
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.30.0",
"version": "0.30.1",
"description": "CLI for @pluv/io",
"author": "leedavidcs",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pluv/client

## 0.30.1

### Patch Changes

- @pluv/crdt@0.30.1
- @pluv/types@0.30.1

## 0.30.0

### 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.30.0",
"version": "0.30.1",
"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.30.1

### Patch Changes

- @pluv/crdt@0.30.1
- @pluv/types@0.30.1

## 0.30.0

### 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.30.0",
"version": "0.30.1",
"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.30.1

### Patch Changes

- @pluv/crdt@0.30.1
- @pluv/types@0.30.1

## 0.30.0

### 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.30.0",
"version": "0.30.1",
"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.30.1

### Patch Changes

- @pluv/types@0.30.1

## 0.30.0

### 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.30.0",
"version": "0.30.1",
"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.30.1

## 0.30.0

## 0.29.0
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.30.0",
"version": "0.30.1",
"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.30.1

### Patch Changes

- b9c3633: Export the `authorize` utility from `@pluv/io`.
- @pluv/crdt@0.30.1
- @pluv/types@0.30.1

## 0.30.0

### 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.30.0",
"version": "0.30.1",
"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.30.1

### Patch Changes

- Updated dependencies [b9c3633]
- @pluv/io@0.30.1
- @pluv/types@0.30.1

## 0.30.0

### 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.30.0",
"version": "0.30.1",
"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.30.1

### Patch Changes

- Updated dependencies [b9c3633]
- @pluv/io@0.30.1
- @pluv/types@0.30.1

## 0.30.0

### 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.30.0",
"version": "0.30.1",
"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.30.1

### Patch Changes

- Updated dependencies [b9c3633]
- @pluv/io@0.30.1
- @pluv/persistence-cloudflare-transactional[email protected]
- @pluv/types@0.30.1

## 0.30.0

### 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.30.0",
"version": "0.30.1",
"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.30.1

### Patch Changes

- Updated dependencies [b9c3633]
- @pluv/io@0.30.1
- @pluv/types@0.30.1

## 0.30.0

### 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.30.0",
"version": "0.30.1",
"description": "@pluv/io adapter for node.js",
"author": "leedavidcs",
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions packages/platform-pluv/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @pluv/platform-pluv

## 0.30.1

### Patch Changes

- 47784d5: Add missing `publicKey` param to `createIO`.
- Updated dependencies [b9c3633]
- @pluv/io@0.30.1
- @pluv/crdt@0.30.1
- @pluv/types@0.30.1

## 0.30.0

### Minor 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.30.0",
"version": "0.30.1",
"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.30.1

### Patch Changes

- Updated dependencies [b9c3633]
- @pluv/io@0.30.1

## 0.30.0

### 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.30.0",
"version": "0.30.1",
"description": "@pluv/io redis pubsub",
"author": "leedavidcs",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @pluv/react

## 0.30.1

### Patch Changes

- @pluv/client@0.30.1
- @pluv/crdt@0.30.1
- @pluv/types@0.30.1

## 0.30.0

### 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.30.0",
"version": "0.30.1",
"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.30.1

## 0.30.0

## 0.29.0
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.30.0",
"version": "0.30.1",
"description": "@pluv/io internal tsconfigs",
"author": "leedavidcs",
"license": "MIT",
Expand Down
2 changes: 2 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @pluv/types

## 0.30.1

## 0.30.0

## 0.29.0
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pluv/types",
"version": "0.30.0",
"version": "0.30.1",
"description": "@pluv/io shared types",
"author": "leedavidcs",
"license": "MIT",
Expand Down

0 comments on commit 89789bd

Please sign in to comment.