Skip to content

Commit

Permalink
v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
janthurau committed Jul 31, 2023
1 parent 998997b commit e230ea5
Show file tree
Hide file tree
Showing 31 changed files with 241 additions and 110 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.3.0](https://github.com/ueberdosis/hocuspocus/compare/v2.2.3...v2.3.0) (2023-07-31)


### Bug Fixes

* hocuspocus provider auto connect and disconnect behavior ([#663](https://github.com/ueberdosis/hocuspocus/issues/663)) ([a035c09](https://github.com/ueberdosis/hocuspocus/commit/a035c09b0da4347b0de7cdbf4cfe7f59a14b76f3))
* remove awareness states on page unload instead of beforeunload ([#658](https://github.com/ueberdosis/hocuspocus/issues/658)) ([e1bd3f1](https://github.com/ueberdosis/hocuspocus/commit/e1bd3f1c9d9486382e1a856faac5118220a39087))





## [2.2.3](https://github.com/ueberdosis/hocuspocus/compare/v2.2.2...v2.2.3) (2023-07-14)

**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.2.3"
"version": "2.3.0"
}
136 changes: 68 additions & 68 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.

# [2.3.0](https://github.com/ueberdosis/hocuspocus/compare/v2.2.3...v2.3.0) (2023-07-31)

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





## [2.2.3](https://github.com/ueberdosis/hocuspocus/compare/v2.2.2...v2.2.3) (2023-07-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.2.3",
"version": "2.3.0",
"homepage": "https://hocuspocus.dev",
"keywords": [
"hocuspocus",
Expand All @@ -18,10 +18,10 @@
"src"
],
"dependencies": {
"@hocuspocus/extension-logger": "^2.2.3",
"@hocuspocus/extension-sqlite": "^2.2.3",
"@hocuspocus/extension-webhook": "^2.2.3",
"@hocuspocus/server": "^2.2.3",
"@hocuspocus/extension-logger": "^2.3.0",
"@hocuspocus/extension-sqlite": "^2.3.0",
"@hocuspocus/extension-webhook": "^2.3.0",
"@hocuspocus/server": "^2.3.0",
"meow": "^12.0.1"
},
"gitHead": "b3454a4ca289a84ddfb7fa5607a2d4b8d5c37e9d"
Expand Down
Loading

0 comments on commit e230ea5

Please sign in to comment.