dao-xyz / peerbit

P2P database framework with encryption, sharding and search
https://peerbit.org
Apache License 2.0
196 stars 15 forks source link

chore: release master #234

Closed github-actions[bot] closed 11 months ago

github-actions[bot] commented 11 months ago

:robot: I have created a release beep boop

any-store: 1.0.4 ## [1.0.4](https://github.com/dao-xyz/peerbit/compare/any-store-v1.0.3...any-store-v1.0.4) (2024-01-03) ### Bug Fixes * make OPFS worker compatible with Safari ([8b11a44](https://github.com/dao-xyz/peerbit/commit/8b11a44f29e61f429ccea5928b1aad1d909b6f11)) * OPFS use createWritable when available ([c18a930](https://github.com/dao-xyz/peerbit/commit/c18a930bb58886c1c8e3d1b0fad4dcc593fe7339))
@peerbit/blocks: 2.0.5 ### Dependencies * The following workspace dependencies were updated * dependencies * @peerbit/any-store bumped from ^1.0.3 to ^1.0.4 * @peerbit/stream bumped from 2.0.3 to 2.0.4
@peerbit/clock-service: 2.0.7 ### Dependencies * The following workspace dependencies were updated * dependencies * @peerbit/rpc bumped from 3.0.5 to 3.0.6 * @peerbit/trusted-network bumped from 3.0.6 to 3.0.7 * devDependencies * @peerbit/test-utils bumped from ^2.0.5 to ^2.0.6
document: 4.0.7 ## [4.0.7](https://github.com/dao-xyz/peerbit/compare/document-v4.0.6...document-v4.0.7) (2024-01-03) ### Bug Fixes * use correct waitFor ([27390c2](https://github.com/dao-xyz/peerbit/commit/27390c2f5c3b85e3da6b0ddac01218c344f53101)) ### Dependencies * The following workspace dependencies were updated * dependencies * @peerbit/program bumped from 3.0.4 to 3.0.5 * @peerbit/rpc bumped from 3.0.5 to 3.0.6 * @peerbit/shared-log bumped from 4.0.5 to 4.0.6 * devDependencies * @peerbit/test-utils bumped from 2.0.5 to 2.0.6
@peerbit/identity-access-controller: 3.0.7 ### Dependencies * The following workspace dependencies were updated * dependencies * @peerbit/document bumped from 4.0.6 to 4.0.7 * @peerbit/trusted-network bumped from 3.0.6 to 3.0.7 * devDependencies * @peerbit/test-utils bumped from ^2.0.5 to ^2.0.6
@peerbit/keychain: 1.0.3 ### Dependencies * The following workspace dependencies were updated * dependencies * @peerbit/any-store bumped from ^1.0.3 to ^1.0.4
@peerbit/log: 3.0.6 ### Dependencies * The following workspace dependencies were updated * devDependencies * @peerbit/test-utils bumped from 2.0.5 to 2.0.6
@peerbit/program: 3.0.5 ### Dependencies * The following workspace dependencies were updated * dependencies * @peerbit/keychain bumped from ^1.0.2 to ^1.0.3 * @peerbit/pubsub-interface bumped from ^2.0.1 to ^2.0.2 * @peerbit/any-store bumped from ^1.0.3 to ^1.0.4
@peerbit/proxy: 2.0.6 ### Dependencies * The following workspace dependencies were updated * dependencies * @peerbit/program bumped from ^3.0.4 to ^3.0.5 * devDependencies * @peerbit/test-utils bumped from 2.0.5 to 2.0.6
@peerbit/proxy-window: 3.0.6 ### Dependencies * The following workspace dependencies were updated * dependencies * @peerbit/proxy bumped from ^2.0.5 to ^2.0.6 * devDependencies * @peerbit/test-utils bumped from 2.0.5 to 2.0.6
pubsub: 2.0.4 ## [2.0.4](https://github.com/dao-xyz/peerbit/compare/pubsub-v2.0.3...pubsub-v2.0.4) (2024-01-03) ### Bug Fixes * request subscribers in the Subscribe message ([53c81b0](https://github.com/dao-xyz/peerbit/commit/53c81b0c38181c3e58e2171caa2b1d124474f3aa)) ### Dependencies * The following workspace dependencies were updated * dependencies * @peerbit/stream bumped from 2.0.3 to 2.0.4
pubsub-interface: 2.0.2 ## [2.0.2](https://github.com/dao-xyz/peerbit/compare/pubsub-interface-v2.0.1...pubsub-interface-v2.0.2) (2024-01-03) ### Bug Fixes * request subscribers in the Subscribe message ([53c81b0](https://github.com/dao-xyz/peerbit/commit/53c81b0c38181c3e58e2171caa2b1d124474f3aa))
@peerbit/rpc: 3.0.6 ### Dependencies * The following workspace dependencies were updated * dependencies * @peerbit/program bumped from 3.0.4 to 3.0.5 * devDependencies * @peerbit/test-utils bumped from ^2.0.5 to ^2.0.6
@peerbit/server: 5.0.6 ### Dependencies * The following workspace dependencies were updated * dependencies * peerbit bumped from 3.0.5 to 3.0.6 * devDependencies * @peerbit/test-utils bumped from 2.0.5 to 2.0.6
shared-log: 4.0.6 ## [4.0.6](https://github.com/dao-xyz/peerbit/compare/shared-log-v4.0.5...shared-log-v4.0.6) (2024-01-03) ### Bug Fixes * add can wait for replicator as observer test ([a387df2](https://github.com/dao-xyz/peerbit/commit/a387df2c553dcd4bb85c7b19d3a4decb7f318ad6)) * initialize remoteBlocks before handling subscription changes ([0f7a530](https://github.com/dao-xyz/peerbit/commit/0f7a5306a95417b70db1b66a0810ecde90f4f17c)) ### Dependencies * The following workspace dependencies were updated * dependencies * @peerbit/program bumped from 3.0.4 to 3.0.5 * @peerbit/log bumped from 3.0.5 to 3.0.6 * @peerbit/rpc bumped from 3.0.5 to 3.0.6 * devDependencies * @peerbit/test-utils bumped from ^2.0.5 to ^2.0.6
stream: 2.0.4 ## [2.0.4](https://github.com/dao-xyz/peerbit/compare/stream-v2.0.3...stream-v2.0.4) (2024-01-03) ### Bug Fixes * canRelayTrue by default ([6af9d9f](https://github.com/dao-xyz/peerbit/commit/6af9d9fc3af10fab936da6e2c4677f429796a9e1))
@peerbit/string: 4.0.6 ### Dependencies * The following workspace dependencies were updated * dependencies * @peerbit/program bumped from 3.0.4 to 3.0.5 * @peerbit/shared-log bumped from ^4.0.5 to ^4.0.6 * @peerbit/rpc bumped from 3.0.5 to 3.0.6 * devDependencies * @peerbit/test-utils bumped from ^2.0.5 to ^2.0.6
@peerbit/test-utils: 2.0.6 ### Dependencies * The following workspace dependencies were updated * dependencies * peerbit bumped from 3.0.5 to 3.0.6
@peerbit/trusted-network: 3.0.7 ### Dependencies * The following workspace dependencies were updated * dependencies * @peerbit/document bumped from 4.0.6 to 4.0.7 * devDependencies * @peerbit/test-utils bumped from ^2.0.5 to ^2.0.6
peerbit: 3.0.6 ## [3.0.6](https://github.com/dao-xyz/peerbit/compare/peerbit-v3.0.5...peerbit-v3.0.6) (2024-01-03) ### Bug Fixes * test can relay be default ([d0ca05a](https://github.com/dao-xyz/peerbit/commit/d0ca05aee64b2e816210a1e3d0a7dd32147d25da)) ### Dependencies * The following workspace dependencies were updated * dependencies * @peerbit/any-store bumped from ^1.0.3 to ^1.0.4 * @peerbit/program bumped from 3.0.4 to 3.0.5 * @peerbit/pubsub bumped from ^2.0.3 to ^2.0.4 * @peerbit/blocks bumped from ^2.0.4 to ^2.0.5

This PR was generated with Release Please. See documentation.

github-actions[bot] commented 11 months ago

:robot: Release is at https://github.com/dao-xyz/peerbit/releases/tag/blocks-v2.0.5 :sunflower:

github-actions[bot] commented 11 months ago

:robot: Release is at https://github.com/dao-xyz/peerbit/releases/tag/pubsub-v2.0.4 :sunflower:

github-actions[bot] commented 11 months ago

:robot: Release is at https://github.com/dao-xyz/peerbit/releases/tag/pubsub-interface-v2.0.2 :sunflower:

github-actions[bot] commented 11 months ago

:robot: Release is at https://github.com/dao-xyz/peerbit/releases/tag/stream-v2.0.4 :sunflower:

github-actions[bot] commented 11 months ago

:robot: Release is at https://github.com/dao-xyz/peerbit/releases/tag/log-v3.0.6 :sunflower:

github-actions[bot] commented 11 months ago

:robot: Release is at https://github.com/dao-xyz/peerbit/releases/tag/peerbit-v3.0.6 :sunflower:

github-actions[bot] commented 11 months ago

:robot: Release is at https://github.com/dao-xyz/peerbit/releases/tag/proxy-window-v3.0.6 :sunflower:

github-actions[bot] commented 11 months ago

:robot: Release is at https://github.com/dao-xyz/peerbit/releases/tag/proxy-v2.0.6 :sunflower:

github-actions[bot] commented 11 months ago

:robot: Release is at https://github.com/dao-xyz/peerbit/releases/tag/server-v5.0.6 :sunflower:

github-actions[bot] commented 11 months ago

:robot: Release is at https://github.com/dao-xyz/peerbit/releases/tag/test-utils-v2.0.6 :sunflower:

github-actions[bot] commented 11 months ago

:robot: Release is at https://github.com/dao-xyz/peerbit/releases/tag/rpc-v3.0.6 :sunflower:

github-actions[bot] commented 11 months ago

:robot: Release is at https://github.com/dao-xyz/peerbit/releases/tag/identity-access-controller-v3.0.7 :sunflower:

github-actions[bot] commented 11 months ago

:robot: Release is at https://github.com/dao-xyz/peerbit/releases/tag/trusted-network-v3.0.7 :sunflower:

github-actions[bot] commented 11 months ago

:robot: Release is at https://github.com/dao-xyz/peerbit/releases/tag/program-v3.0.5 :sunflower:

github-actions[bot] commented 11 months ago

:robot: Release is at https://github.com/dao-xyz/peerbit/releases/tag/clock-service-v2.0.7 :sunflower:

github-actions[bot] commented 11 months ago

:robot: Release is at https://github.com/dao-xyz/peerbit/releases/tag/document-v4.0.7 :sunflower:

github-actions[bot] commented 11 months ago

:robot: Release is at https://github.com/dao-xyz/peerbit/releases/tag/string-v4.0.6 :sunflower:

github-actions[bot] commented 11 months ago

:robot: Release is at https://github.com/dao-xyz/peerbit/releases/tag/shared-log-v4.0.6 :sunflower:

github-actions[bot] commented 11 months ago

:robot: Release is at https://github.com/dao-xyz/peerbit/releases/tag/any-store-v1.0.4 :sunflower:

github-actions[bot] commented 11 months ago

:robot: Release is at https://github.com/dao-xyz/peerbit/releases/tag/keychain-v1.0.3 :sunflower: