Skip to content

Commit

Permalink
v2.13.3-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
janthurau committed Jul 1, 2024
1 parent 41826dd commit 4aba15a
Show file tree
Hide file tree
Showing 25 changed files with 916 additions and 586 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.

## [2.13.3-rc.0](https://github.com/ueberdosis/hocuspocus/compare/v2.13.2...v2.13.3-rc.0) (2024-07-01)

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





## [2.13.2](https://github.com/ueberdosis/hocuspocus/compare/v2.13.1...v2.13.2) (2024-06-14)

**Note:** Version bump only for package hocuspocus
Expand Down
5 changes: 2 additions & 3 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
"packages": [
"packages/*"
],
"useWorkspaces": true,
"command": {
"publish": {
"conventionalCommits": true
}
},
"version": "2.13.2"
}
"version": "2.13.3-rc.0"
}
1,351 changes: 793 additions & 558 deletions package-lock.json

Large diffs are not rendered by default.

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.

## [2.13.3-rc.0](https://github.com/ueberdosis/hocuspocus/compare/v2.13.2...v2.13.3-rc.0) (2024-07-01)

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





## [2.13.2](https://github.com/ueberdosis/hocuspocus/compare/v2.13.1...v2.13.2) (2024-06-14)

**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": "2.13.2",
"version": "2.13.3-rc.0",
"homepage": "https://hocuspocus.dev",
"keywords": [
"hocuspocus",
Expand All @@ -18,10 +18,10 @@
"src"
],
"dependencies": {
"@hocuspocus/extension-logger": "^2.13.2",
"@hocuspocus/extension-sqlite": "^2.13.2",
"@hocuspocus/extension-webhook": "^2.13.2",
"@hocuspocus/server": "^2.13.2",
"@hocuspocus/extension-logger": "^2.13.3-rc.0",
"@hocuspocus/extension-sqlite": "^2.13.3-rc.0",
"@hocuspocus/extension-webhook": "^2.13.3-rc.0",
"@hocuspocus/server": "^2.13.3-rc.0",
"meow": "^13.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.

## [2.13.3-rc.0](https://github.com/ueberdosis/hocuspocus/compare/v2.13.2...v2.13.3-rc.0) (2024-07-01)

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





## [2.13.2](https://github.com/ueberdosis/hocuspocus/compare/v2.13.1...v2.13.2) (2024-06-14)

**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": "2.13.2",
"version": "2.13.3-rc.0",
"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.

## [2.13.3-rc.0](https://github.com/ueberdosis/hocuspocus/compare/v2.13.2...v2.13.3-rc.0) (2024-07-01)

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





## [2.13.2](https://github.com/ueberdosis/hocuspocus/compare/v2.13.1...v2.13.2) (2024-06-14)

**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": "2.13.2",
"version": "2.13.3-rc.0",
"homepage": "https://hocuspocus.dev",
"keywords": [
"hocuspocus",
Expand All @@ -27,7 +27,7 @@
"dist"
],
"dependencies": {
"@hocuspocus/server": "^2.13.2"
"@hocuspocus/server": "^2.13.3-rc.0"
},
"peerDependencies": {
"yjs": "^13.6.8"
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.

## [2.13.3-rc.0](https://github.com/ueberdosis/hocuspocus/compare/v2.13.2...v2.13.3-rc.0) (2024-07-01)

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





## [2.13.2](https://github.com/ueberdosis/hocuspocus/compare/v2.13.1...v2.13.2) (2024-06-14)

**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": "2.13.2",
"version": "2.13.3-rc.0",
"description": "hocuspocus logging extension",
"homepage": "https://hocuspocus.dev",
"keywords": [
Expand Down Expand Up @@ -29,7 +29,7 @@
"dist"
],
"dependencies": {
"@hocuspocus/server": "^2.13.2"
"@hocuspocus/server": "^2.13.3-rc.0"
},
"gitHead": "b3454a4ca289a84ddfb7fa5607a2d4b8d5c37e9d"
}
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.

## [2.13.3-rc.0](https://github.com/ueberdosis/hocuspocus/compare/v2.13.2...v2.13.3-rc.0) (2024-07-01)

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





## [2.13.2](https://github.com/ueberdosis/hocuspocus/compare/v2.13.1...v2.13.2) (2024-06-14)

**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": "2.13.2",
"version": "2.13.3-rc.0",
"description": "Scale Hocuspocus horizontally with Redis",
"homepage": "https://hocuspocus.dev",
"keywords": [
Expand Down Expand Up @@ -33,7 +33,7 @@
"@types/redlock": "^4.0.3"
},
"dependencies": {
"@hocuspocus/server": "^2.13.2",
"@hocuspocus/server": "^2.13.3-rc.0",
"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.

## [2.13.3-rc.0](https://github.com/ueberdosis/hocuspocus/compare/v2.13.2...v2.13.3-rc.0) (2024-07-01)

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





## [2.13.2](https://github.com/ueberdosis/hocuspocus/compare/v2.13.1...v2.13.2) (2024-06-14)

**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": "2.13.2",
"version": "2.13.3-rc.0",
"homepage": "https://hocuspocus.dev",
"keywords": [
"hocuspocus",
Expand All @@ -27,7 +27,7 @@
"dist"
],
"dependencies": {
"@hocuspocus/extension-database": "^2.13.2",
"@hocuspocus/extension-database": "^2.13.3-rc.0",
"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.

## [2.13.3-rc.0](https://github.com/ueberdosis/hocuspocus/compare/v2.13.2...v2.13.3-rc.0) (2024-07-01)

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





## [2.13.2](https://github.com/ueberdosis/hocuspocus/compare/v2.13.1...v2.13.2) (2024-06-14)

**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": "2.13.2",
"version": "2.13.3-rc.0",
"description": "hocuspocus throttle extension",
"homepage": "https://hocuspocus.dev",
"keywords": [
Expand Down Expand Up @@ -28,7 +28,7 @@
"dist"
],
"dependencies": {
"@hocuspocus/server": "^2.13.2"
"@hocuspocus/server": "^2.13.3-rc.0"
},
"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.

## [2.13.3-rc.0](https://github.com/ueberdosis/hocuspocus/compare/v2.13.2...v2.13.3-rc.0) (2024-07-01)

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





## [2.13.2](https://github.com/ueberdosis/hocuspocus/compare/v2.13.1...v2.13.2) (2024-06-14)

**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": "2.13.2",
"version": "2.13.3-rc.0",
"description": "hocuspocus webhook extension",
"homepage": "https://hocuspocus.dev",
"keywords": [
Expand Down Expand Up @@ -30,9 +30,9 @@
"dist"
],
"dependencies": {
"@hocuspocus/common": "^2.13.2",
"@hocuspocus/server": "^2.13.2",
"@hocuspocus/transformer": "^2.13.2",
"@hocuspocus/common": "^2.13.3-rc.0",
"@hocuspocus/server": "^2.13.3-rc.0",
"@hocuspocus/transformer": "^2.13.3-rc.0",
"axios": "^1.6.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.

## [2.13.3-rc.0](https://github.com/ueberdosis/hocuspocus/compare/v2.13.2...v2.13.3-rc.0) (2024-07-01)

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





## [2.13.2](https://github.com/ueberdosis/hocuspocus/compare/v2.13.1...v2.13.2) (2024-06-14)

**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": "2.13.2",
"version": "2.13.3-rc.0",
"description": "hocuspocus provider",
"homepage": "https://hocuspocus.dev",
"keywords": [
Expand Down Expand Up @@ -29,7 +29,7 @@
"dist"
],
"dependencies": {
"@hocuspocus/common": "^2.13.2",
"@hocuspocus/common": "^2.13.3-rc.0",
"@lifeomic/attempt": "^3.0.2",
"lib0": "^0.2.87",
"ws": "^8.14.2"
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.

## [2.13.3-rc.0](https://github.com/ueberdosis/hocuspocus/compare/v2.13.2...v2.13.3-rc.0) (2024-07-01)

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





## [2.13.2](https://github.com/ueberdosis/hocuspocus/compare/v2.13.1...v2.13.2) (2024-06-14)

**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": "2.13.2",
"version": "2.13.3-rc.0",
"homepage": "https://hocuspocus.dev",
"keywords": [
"hocuspocus",
Expand Down Expand Up @@ -29,7 +29,7 @@
"dist"
],
"dependencies": {
"@hocuspocus/common": "^2.13.2",
"@hocuspocus/common": "^2.13.3-rc.0",
"async-lock": "^1.3.1",
"kleur": "^4.1.4",
"lib0": "^0.2.47",
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.

## [2.13.3-rc.0](https://github.com/ueberdosis/hocuspocus/compare/v2.13.2...v2.13.3-rc.0) (2024-07-01)

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





## [2.13.2](https://github.com/ueberdosis/hocuspocus/compare/v2.13.1...v2.13.2) (2024-06-14)

**Note:** Version bump only for package @hocuspocus/transformer
Expand Down
2 changes: 1 addition & 1 deletion packages/transformer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hocuspocus/transformer",
"version": "2.13.2",
"version": "2.13.3-rc.0",
"description": "hocuspocus transformation utilities",
"homepage": "https://hocuspocus.dev",
"keywords": [
Expand Down

0 comments on commit 4aba15a

Please sign in to comment.