Skip to content

Commit

Permalink
v1.0.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
janthurau committed Nov 7, 2022
1 parent 2020e5b commit dcd8ee1
Show file tree
Hide file tree
Showing 32 changed files with 173 additions and 45 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-beta.4](https://github.com/ueberdosis/hocuspocus/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2022-11-07)

**Note:** Version bump only for package hocuspocus





# [1.0.0-beta.3](https://github.com/ueberdosis/hocuspocus/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2022-11-03)

**Note:** Version bump only for package hocuspocus
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"conventionalCommits": true
}
},
"version": "1.0.0-beta.3"
"version": "1.0.0-beta.4"
}
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-beta.4](https://github.com/ueberdosis/hocuspocus/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2022-11-07)

**Note:** Version bump only for package @hocuspocus/cli





# [1.0.0-beta.3](https://github.com/ueberdosis/hocuspocus/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2022-11-03)

**Note:** Version bump only for package @hocuspocus/cli
Expand Down
10 changes: 5 additions & 5 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hocuspocus/cli",
"description": "a CLI tool to start a local Hocuspocus server",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"homepage": "https://hocuspocus.dev",
"keywords": [
"hocuspocus",
Expand All @@ -18,10 +18,10 @@
"src"
],
"dependencies": {
"@hocuspocus/extension-logger": "^1.0.0-beta.3",
"@hocuspocus/extension-sqlite": "^1.0.0-beta.3",
"@hocuspocus/extension-webhook": "^1.0.0-beta.3",
"@hocuspocus/server": "^1.0.0-beta.3",
"@hocuspocus/extension-logger": "^1.0.0-beta.4",
"@hocuspocus/extension-sqlite": "^1.0.0-beta.4",
"@hocuspocus/extension-webhook": "^1.0.0-beta.4",
"@hocuspocus/server": "^1.0.0-beta.4",
"meow": "^11.0.0"
},
"gitHead": "b3454a4ca289a84ddfb7fa5607a2d4b8d5c37e9d"
Expand Down
8 changes: 8 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-beta.4](https://github.com/ueberdosis/hocuspocus/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2022-11-07)

**Note:** Version bump only for package @hocuspocus/common





# [1.0.0-beta.3](https://github.com/ueberdosis/hocuspocus/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2022-11-03)

**Note:** Version bump only for package @hocuspocus/common
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hocuspocus/common",
"description": "shared code for multiple Hocuspocus packages",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"homepage": "https://hocuspocus.dev",
"keywords": [
"hocuspocus"
Expand Down
8 changes: 8 additions & 0 deletions packages/extension-database/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-beta.4](https://github.com/ueberdosis/hocuspocus/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2022-11-07)

**Note:** Version bump only for package @hocuspocus/extension-database





# [1.0.0-beta.3](https://github.com/ueberdosis/hocuspocus/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2022-11-03)

**Note:** Version bump only for package @hocuspocus/extension-database
Expand Down
4 changes: 2 additions & 2 deletions packages/extension-database/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hocuspocus/extension-database",
"description": "a generic Hocuspocus persistence driver for the database",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"homepage": "https://hocuspocus.dev",
"keywords": [
"hocuspocus",
Expand All @@ -26,7 +26,7 @@
"dist"
],
"dependencies": {
"@hocuspocus/server": "^1.0.0-beta.3"
"@hocuspocus/server": "^1.0.0-beta.4"
},
"peerDependencies": {
"yjs": "^13.5.29"
Expand Down
8 changes: 8 additions & 0 deletions packages/extension-logger/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-beta.4](https://github.com/ueberdosis/hocuspocus/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2022-11-07)

**Note:** Version bump only for package @hocuspocus/extension-logger





# [1.0.0-beta.3](https://github.com/ueberdosis/hocuspocus/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2022-11-03)

**Note:** Version bump only for package @hocuspocus/extension-logger
Expand Down
4 changes: 2 additions & 2 deletions packages/extension-logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hocuspocus/extension-logger",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"description": "hocuspocus logging extension",
"homepage": "https://hocuspocus.dev",
"keywords": [
Expand Down Expand Up @@ -28,7 +28,7 @@
"dist"
],
"dependencies": {
"@hocuspocus/server": "^1.0.0-beta.3"
"@hocuspocus/server": "^1.0.0-beta.4"
},
"gitHead": "b3454a4ca289a84ddfb7fa5607a2d4b8d5c37e9d"
}
8 changes: 8 additions & 0 deletions packages/extension-monitor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-beta.4](https://github.com/ueberdosis/hocuspocus/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2022-11-07)

**Note:** Version bump only for package @hocuspocus/extension-monitor





# [1.0.0-beta.3](https://github.com/ueberdosis/hocuspocus/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2022-11-03)

**Note:** Version bump only for package @hocuspocus/extension-monitor
Expand Down
4 changes: 2 additions & 2 deletions packages/extension-monitor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hocuspocus/extension-monitor",
"description": "hocuspocus monitoring",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"homepage": "https://hocuspocus.dev",
"keywords": [
"hocuspocus",
Expand Down Expand Up @@ -38,7 +38,7 @@
"build": "rm -rf dashboard/dist && parcel build --public-url '.' --no-source-maps dashboard/src/index.html --out-dir dashboard/dist"
},
"dependencies": {
"@hocuspocus/server": "^1.0.0-beta.3",
"@hocuspocus/server": "^1.0.0-beta.4",
"@types/node-os-utils": "^1.2.0",
"@types/node-static": "^0.7.7",
"bufferutil": "^4.0.6",
Expand Down
8 changes: 8 additions & 0 deletions packages/extension-redis/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-beta.4](https://github.com/ueberdosis/hocuspocus/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2022-11-07)

**Note:** Version bump only for package @hocuspocus/extension-redis





# [1.0.0-beta.3](https://github.com/ueberdosis/hocuspocus/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2022-11-03)

**Note:** Version bump only for package @hocuspocus/extension-redis
Expand Down
4 changes: 2 additions & 2 deletions packages/extension-redis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hocuspocus/extension-redis",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"description": "Scale Hocuspocus horizontally with Redis",
"homepage": "https://hocuspocus.dev",
"keywords": [
Expand Down Expand Up @@ -32,7 +32,7 @@
"@types/redlock": "^4.0.3"
},
"dependencies": {
"@hocuspocus/server": "^1.0.0-beta.3",
"@hocuspocus/server": "^1.0.0-beta.4",
"ioredis": "^4.28.2",
"kleur": "^4.1.4",
"lodash.debounce": "^4.0.8",
Expand Down
8 changes: 8 additions & 0 deletions packages/extension-sqlite/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-beta.4](https://github.com/ueberdosis/hocuspocus/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2022-11-07)

**Note:** Version bump only for package @hocuspocus/extension-sqlite





# [1.0.0-beta.3](https://github.com/ueberdosis/hocuspocus/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2022-11-03)

**Note:** Version bump only for package @hocuspocus/extension-sqlite
Expand Down
4 changes: 2 additions & 2 deletions packages/extension-sqlite/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hocuspocus/extension-sqlite",
"description": "a generic Hocuspocus persistence driver for the sqlite",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"homepage": "https://hocuspocus.dev",
"keywords": [
"hocuspocus",
Expand All @@ -26,7 +26,7 @@
"dist"
],
"dependencies": {
"@hocuspocus/extension-database": "^1.0.0-beta.3",
"@hocuspocus/extension-database": "^1.0.0-beta.4",
"kleur": "^4.1.4",
"sqlite3": "^5.0.11"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/extension-throttle/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-beta.4](https://github.com/ueberdosis/hocuspocus/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2022-11-07)

**Note:** Version bump only for package @hocuspocus/extension-throttle





# [1.0.0-beta.3](https://github.com/ueberdosis/hocuspocus/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2022-11-03)

**Note:** Version bump only for package @hocuspocus/extension-throttle
Expand Down
4 changes: 2 additions & 2 deletions packages/extension-throttle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hocuspocus/extension-throttle",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"description": "hocuspocus throttle extension",
"homepage": "https://hocuspocus.dev",
"keywords": [
Expand All @@ -27,7 +27,7 @@
"dist"
],
"dependencies": {
"@hocuspocus/server": "^1.0.0-beta.3"
"@hocuspocus/server": "^1.0.0-beta.4"
},
"gitHead": "b3454a4ca289a84ddfb7fa5607a2d4b8d5c37e9d"
}
8 changes: 8 additions & 0 deletions packages/extension-webhook/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-beta.4](https://github.com/ueberdosis/hocuspocus/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2022-11-07)

**Note:** Version bump only for package @hocuspocus/extension-webhook





# [1.0.0-beta.3](https://github.com/ueberdosis/hocuspocus/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2022-11-03)

**Note:** Version bump only for package @hocuspocus/extension-webhook
Expand Down
8 changes: 4 additions & 4 deletions packages/extension-webhook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hocuspocus/extension-webhook",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"description": "hocuspocus webhook extension",
"homepage": "https://hocuspocus.dev",
"keywords": [
Expand Down Expand Up @@ -29,9 +29,9 @@
"dist"
],
"dependencies": {
"@hocuspocus/common": "^1.0.0-beta.3",
"@hocuspocus/server": "^1.0.0-beta.3",
"@hocuspocus/transformer": "^1.0.0-beta.3",
"@hocuspocus/common": "^1.0.0-beta.4",
"@hocuspocus/server": "^1.0.0-beta.4",
"@hocuspocus/transformer": "^1.0.0-beta.4",
"axios": "^0.27.2"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/provider/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-beta.4](https://github.com/ueberdosis/hocuspocus/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2022-11-07)

**Note:** Version bump only for package @hocuspocus/provider





# [1.0.0-beta.3](https://github.com/ueberdosis/hocuspocus/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2022-11-03)

**Note:** Version bump only for package @hocuspocus/provider
Expand Down
4 changes: 2 additions & 2 deletions packages/provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hocuspocus/provider",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"description": "hocuspocus provider",
"homepage": "https://hocuspocus.dev",
"keywords": [
Expand Down Expand Up @@ -28,7 +28,7 @@
"dist"
],
"dependencies": {
"@hocuspocus/common": "^1.0.0-beta.3",
"@hocuspocus/common": "^1.0.0-beta.4",
"@lifeomic/attempt": "^3.0.2",
"lib0": "^0.2.46"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-beta.4](https://github.com/ueberdosis/hocuspocus/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2022-11-07)

**Note:** Version bump only for package @hocuspocus/server





# [1.0.0-beta.3](https://github.com/ueberdosis/hocuspocus/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2022-11-03)

**Note:** Version bump only for package @hocuspocus/server
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hocuspocus/server",
"description": "plug & play collaboration backend",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"homepage": "https://hocuspocus.dev",
"keywords": [
"hocuspocus",
Expand All @@ -28,7 +28,7 @@
"dist"
],
"dependencies": {
"@hocuspocus/common": "^1.0.0-beta.3",
"@hocuspocus/common": "^1.0.0-beta.4",
"@types/async-lock": "^1.1.3",
"@types/uuid": "^8.3.4",
"@types/ws": "^8.5.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/transformer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-beta.4](https://github.com/ueberdosis/hocuspocus/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2022-11-07)

**Note:** Version bump only for package @hocuspocus/transformer





# [1.0.0-beta.3](https://github.com/ueberdosis/hocuspocus/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2022-11-03)

**Note:** Version bump only for package @hocuspocus/transformer
Expand Down
Loading

0 comments on commit dcd8ee1

Please sign in to comment.