From 0a3b48d379cdcc32c281ce0f17b463d829adbf1c Mon Sep 17 00:00:00 2001 From: Laurent Leclerc Poulin Date: Wed, 9 Feb 2022 14:42:36 -0500 Subject: [PATCH] chore(server): v0.0.48 (#288) --- .yarn/versions/c7736041.yml | 0 CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 3 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 .yarn/versions/c7736041.yml diff --git a/.yarn/versions/c7736041.yml b/.yarn/versions/c7736041.yml new file mode 100644 index 00000000..e69de29b diff --git a/CHANGELOG.md b/CHANGELOG.md index dc52ed3c..ba77e1ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## [0.0.48](https://github.com/botpress/studio/compare/v0.0.47...v0.0.48) (2022-02-09) + + +### Bug Fixes + +* **qna:** fix scrolling ([#287](https://github.com/botpress/studio/issues/287)) ([c5c826c](https://github.com/botpress/studio/commit/c5c826cd09eb4ccab949f4af59f6d7af4b50b6b1)) +* **studio:** content picker broken ([#283](https://github.com/botpress/studio/issues/283)) ([3a39ebf](https://github.com/botpress/studio/commit/3a39ebf01869f6ab1e768a7836aa3505ceba1d0c)) + + +### Reverts + +* **deps:** downgrade fs-extra to v9 ([#284](https://github.com/botpress/studio/issues/284)) ([57ae613](https://github.com/botpress/studio/commit/57ae613039a61e4f377fd78911eaae8b1428a222)) + + + ## [0.0.47](https://github.com/botpress/studio/compare/v0.0.46...v0.0.47) (2022-02-07) diff --git a/package.json b/package.json index 0c074f48..4e68e349 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@botpress/studio", - "version": "0.0.47", + "version": "0.0.48", "description": "Create your virtual assistants", "repository": "https://github.com/botpress/studio.git", "author": "Botpress, Inc.",