Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
janthurau committed Mar 2, 2023
1 parent 855179a commit d719ea5
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.1.1](https://github.com/ueberdosis/hocuspocus/compare/v1.1.0...v1.1.1) (2023-03-02)

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





# [1.1.0](https://github.com/ueberdosis/hocuspocus/compare/v1.0.2...v1.1.0) (2023-02-24)

**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.1.0"
"version": "1.1.1"
}
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.1.1](https://github.com/ueberdosis/hocuspocus/compare/v1.1.0...v1.1.1) (2023-03-02)

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





# [1.1.0](https://github.com/ueberdosis/hocuspocus/compare/v1.0.2...v1.1.0) (2023-02-24)

**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.1.0",
"version": "1.1.1",
"homepage": "https://hocuspocus.dev",
"keywords": [
"hocuspocus",
Expand All @@ -18,10 +18,10 @@
"src"
],
"dependencies": {
"@hocuspocus/extension-logger": "^1.1.0",
"@hocuspocus/extension-sqlite": "^1.1.0",
"@hocuspocus/extension-webhook": "^1.1.0",
"@hocuspocus/server": "^1.1.0",
"@hocuspocus/extension-logger": "^1.1.1",
"@hocuspocus/extension-sqlite": "^1.1.1",
"@hocuspocus/extension-webhook": "^1.1.1",
"@hocuspocus/server": "^1.1.1",
"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.1.1](https://github.com/ueberdosis/hocuspocus/compare/v1.1.0...v1.1.1) (2023-03-02)

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





# [1.1.0](https://github.com/ueberdosis/hocuspocus/compare/v1.0.2...v1.1.0) (2023-02-24)

**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.1.0",
"version": "1.1.1",
"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.1.1](https://github.com/ueberdosis/hocuspocus/compare/v1.1.0...v1.1.1) (2023-03-02)

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





# [1.1.0](https://github.com/ueberdosis/hocuspocus/compare/v1.0.2...v1.1.0) (2023-02-24)

**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.1.0",
"version": "1.1.1",
"homepage": "https://hocuspocus.dev",
"keywords": [
"hocuspocus",
Expand All @@ -26,7 +26,7 @@
"dist"
],
"dependencies": {
"@hocuspocus/server": "^1.1.0"
"@hocuspocus/server": "^1.1.1"
},
"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.1.1](https://github.com/ueberdosis/hocuspocus/compare/v1.1.0...v1.1.1) (2023-03-02)

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





# [1.1.0](https://github.com/ueberdosis/hocuspocus/compare/v1.0.2...v1.1.0) (2023-02-24)

**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.1.0",
"version": "1.1.1",
"description": "hocuspocus logging extension",
"homepage": "https://hocuspocus.dev",
"keywords": [
Expand Down Expand Up @@ -28,7 +28,7 @@
"dist"
],
"dependencies": {
"@hocuspocus/server": "^1.1.0"
"@hocuspocus/server": "^1.1.1"
},
"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.1.1](https://github.com/ueberdosis/hocuspocus/compare/v1.1.0...v1.1.1) (2023-03-02)

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





# [1.1.0](https://github.com/ueberdosis/hocuspocus/compare/v1.0.2...v1.1.0) (2023-02-24)

**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.1.0",
"version": "1.1.1",
"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.1.0",
"@hocuspocus/server": "^1.1.1",
"@types/node-os-utils": "^1.2.0",
"bufferutil": "^4.0.6",
"collect.js": "^4.32.0",
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.1.1](https://github.com/ueberdosis/hocuspocus/compare/v1.1.0...v1.1.1) (2023-03-02)

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





# [1.1.0](https://github.com/ueberdosis/hocuspocus/compare/v1.0.2...v1.1.0) (2023-02-24)

**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.1.0",
"version": "1.1.1",
"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.1.0",
"@hocuspocus/server": "^1.1.1",
"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.1.1](https://github.com/ueberdosis/hocuspocus/compare/v1.1.0...v1.1.1) (2023-03-02)

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





# [1.1.0](https://github.com/ueberdosis/hocuspocus/compare/v1.0.2...v1.1.0) (2023-02-24)

**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.1.0",
"version": "1.1.1",
"homepage": "https://hocuspocus.dev",
"keywords": [
"hocuspocus",
Expand All @@ -26,7 +26,7 @@
"dist"
],
"dependencies": {
"@hocuspocus/extension-database": "^1.1.0",
"@hocuspocus/extension-database": "^1.1.1",
"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.1.1](https://github.com/ueberdosis/hocuspocus/compare/v1.1.0...v1.1.1) (2023-03-02)

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





# [1.1.0](https://github.com/ueberdosis/hocuspocus/compare/v1.0.2...v1.1.0) (2023-02-24)

**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.1.0",
"version": "1.1.1",
"description": "hocuspocus throttle extension",
"homepage": "https://hocuspocus.dev",
"keywords": [
Expand All @@ -27,7 +27,7 @@
"dist"
],
"dependencies": {
"@hocuspocus/server": "^1.1.0"
"@hocuspocus/server": "^1.1.1"
},
"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.1.1](https://github.com/ueberdosis/hocuspocus/compare/v1.1.0...v1.1.1) (2023-03-02)

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





# [1.1.0](https://github.com/ueberdosis/hocuspocus/compare/v1.0.2...v1.1.0) (2023-02-24)

**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.1.0",
"version": "1.1.1",
"description": "hocuspocus webhook extension",
"homepage": "https://hocuspocus.dev",
"keywords": [
Expand Down Expand Up @@ -29,9 +29,9 @@
"dist"
],
"dependencies": {
"@hocuspocus/common": "^1.1.0",
"@hocuspocus/server": "^1.1.0",
"@hocuspocus/transformer": "^1.1.0",
"@hocuspocus/common": "^1.1.1",
"@hocuspocus/server": "^1.1.1",
"@hocuspocus/transformer": "^1.1.1",
"axios": "^1.2.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.1.1](https://github.com/ueberdosis/hocuspocus/compare/v1.1.0...v1.1.1) (2023-03-02)

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





# [1.1.0](https://github.com/ueberdosis/hocuspocus/compare/v1.0.2...v1.1.0) (2023-02-24)

**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.1.0",
"version": "1.1.1",
"description": "hocuspocus provider",
"homepage": "https://hocuspocus.dev",
"keywords": [
Expand Down Expand Up @@ -28,7 +28,7 @@
"dist"
],
"dependencies": {
"@hocuspocus/common": "^1.1.0",
"@hocuspocus/common": "^1.1.1",
"@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.1.1](https://github.com/ueberdosis/hocuspocus/compare/v1.1.0...v1.1.1) (2023-03-02)

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





# [1.1.0](https://github.com/ueberdosis/hocuspocus/compare/v1.0.2...v1.1.0) (2023-02-24)

**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.1.0",
"version": "1.1.1",
"homepage": "https://hocuspocus.dev",
"keywords": [
"hocuspocus",
Expand All @@ -28,7 +28,7 @@
"dist"
],
"dependencies": {
"@hocuspocus/common": "^1.1.0",
"@hocuspocus/common": "^1.1.1",
"@types/async-lock": "^1.1.3",
"@types/uuid": "^9.0.0",
"@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.1.1](https://github.com/ueberdosis/hocuspocus/compare/v1.1.0...v1.1.1) (2023-03-02)

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





# [1.1.0](https://github.com/ueberdosis/hocuspocus/compare/v1.0.2...v1.1.0) (2023-02-24)

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

0 comments on commit d719ea5

Please sign in to comment.