From 23b351ca6c63d1aad9ae2873625fd56d2a632162 Mon Sep 17 00:00:00 2001 From: delucis Date: Sun, 22 Aug 2021 13:46:40 +0200 Subject: [PATCH 1/3] docs(storage): Update storage-cache reference --- docs/documentation/storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documentation/storage.md b/docs/documentation/storage.md index 1daa5a6d0..31c26448d 100644 --- a/docs/documentation/storage.md +++ b/docs/documentation/storage.md @@ -57,7 +57,7 @@ latest release). Depending on your set-up, you may want the server to cache some of the data, reducing the load on your database and speeding up server responses. -[bgio-storage-cache](https://github.com/delucis/bgio-storage-cache) offers +[@boardgame.io/storage-cache](https://github.com/boardgameio/storage-cache) offers a basic caching model compatible with any boardgame.io database connector. ### Writing a Custom Adapter From 44a04a9714e757e7b4d7d1b1e211de759b2a621b Mon Sep 17 00:00:00 2001 From: delucis Date: Sun, 22 Aug 2021 14:22:28 +0200 Subject: [PATCH 2/3] 0.47.4 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 93eba9719..0e7b506f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "boardgame.io", - "version": "0.47.3", + "version": "0.47.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c4797ca11..5f262db01 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "boardgame.io", - "version": "0.47.3", + "version": "0.47.4", "description": "library for turn-based games", "repository": "https://github.com/boardgameio/boardgame.io", "scripts": { From b312c28ca8ce2f5bc67a48ce2d25cbabcd6926b8 Mon Sep 17 00:00:00 2001 From: delucis Date: Sun, 22 Aug 2021 14:23:07 +0200 Subject: [PATCH 3/3] docs(CHANGELOG): 0.47.4 --- docs/documentation/CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/documentation/CHANGELOG.md b/docs/documentation/CHANGELOG.md index f47e2171c..7a224d547 100644 --- a/docs/documentation/CHANGELOG.md +++ b/docs/documentation/CHANGELOG.md @@ -1,3 +1,10 @@ +### v0.47.4 + +#### Bugfixes + +* [[d54af1f4](https://github.com/boardgameio/boardgame.io/commit/d54af1f4)] events: Don’t use const enum for better backwards compatibility + + ### v0.47.3 * Dependency changes only