Skip to content

Commit

Permalink
v3.0.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
janthurau committed Sep 2, 2024
1 parent af7900b commit 4c916c5
Show file tree
Hide file tree
Showing 31 changed files with 205 additions and 85 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.

# [3.0.0-rc.0](https://github.com/ueberdosis/hocuspocus/compare/v2.13.5...v3.0.0-rc.0) (2024-09-02)

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





## [2.13.5](https://github.com/ueberdosis/hocuspocus/compare/v2.13.5-rc.0...v2.13.5) (2024-07-02)

**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": "2.13.5"
"version": "3.0.0-rc.0"
}
86 changes: 43 additions & 43 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.

# [3.0.0-rc.0](https://github.com/ueberdosis/hocuspocus/compare/v2.13.5...v3.0.0-rc.0) (2024-09-02)

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





## [2.13.5](https://github.com/ueberdosis/hocuspocus/compare/v2.13.5-rc.0...v2.13.5) (2024-07-02)

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

# [3.0.0-rc.0](https://github.com/ueberdosis/hocuspocus/compare/v2.13.5...v3.0.0-rc.0) (2024-09-02)

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





## [2.13.5](https://github.com/ueberdosis/hocuspocus/compare/v2.13.5-rc.0...v2.13.5) (2024-07-02)

**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.5",
"version": "3.0.0-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.

# [3.0.0-rc.0](https://github.com/ueberdosis/hocuspocus/compare/v2.13.5...v3.0.0-rc.0) (2024-09-02)

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





## [2.13.5](https://github.com/ueberdosis/hocuspocus/compare/v2.13.5-rc.0...v2.13.5) (2024-07-02)

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

# [3.0.0-rc.0](https://github.com/ueberdosis/hocuspocus/compare/v2.13.5...v3.0.0-rc.0) (2024-09-02)

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





## [2.13.5](https://github.com/ueberdosis/hocuspocus/compare/v2.13.5-rc.0...v2.13.5) (2024-07-02)

**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.5",
"version": "3.0.0-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.5"
"@hocuspocus/server": "^3.0.0-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.

# [3.0.0-rc.0](https://github.com/ueberdosis/hocuspocus/compare/v2.13.5...v3.0.0-rc.0) (2024-09-02)

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





## [2.13.5](https://github.com/ueberdosis/hocuspocus/compare/v2.13.5-rc.0...v2.13.5) (2024-07-02)

**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.5",
"version": "3.0.0-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.5",
"@hocuspocus/server": "^3.0.0-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.

# [3.0.0-rc.0](https://github.com/ueberdosis/hocuspocus/compare/v2.13.5...v3.0.0-rc.0) (2024-09-02)

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





## [2.13.5](https://github.com/ueberdosis/hocuspocus/compare/v2.13.5-rc.0...v2.13.5) (2024-07-02)

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

0 comments on commit 4c916c5

Please sign in to comment.