From 55bc0ee08ac7bb265ffea303e61c75715151426a Mon Sep 17 00:00:00 2001 From: David Vitor Antonio Date: Thu, 22 Jun 2023 13:06:50 -0300 Subject: [PATCH] chore(studio): update core references and release (#413) * bump version * chore(studio): update core repo reference * bump version * update forum with Discord link --- .yarn/versions/9c4d03cc.yml | 2 ++ CHANGELOG.md | 4 ++++ package.json | 2 +- .../studio-ui/src/web/components/Layout/Toolbar/index.tsx | 2 +- packages/studio-ui/src/web/translations/index.tsx | 2 +- packages/studio-ui/src/web/views/Libraries/AddLibrary.tsx | 2 +- 6 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 .yarn/versions/9c4d03cc.yml diff --git a/.yarn/versions/9c4d03cc.yml b/.yarn/versions/9c4d03cc.yml new file mode 100644 index 00000000..185d3b03 --- /dev/null +++ b/.yarn/versions/9c4d03cc.yml @@ -0,0 +1,2 @@ +undecided: + - "@botpress/studio-ui" diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d4570e5..981a64ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.0.67](https://github.com/botpress/studio/compare/v0.0.66...v0.0.67) (2023-06-22) + + + ## [0.0.66](https://github.com/botpress/studio/compare/v0.0.65...v0.0.66) (2023-04-05) diff --git a/package.json b/package.json index daff0d2a..b628f265 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@botpress/studio", - "version": "0.0.66", + "version": "0.0.67", "description": "Create your virtual assistants", "repository": "https://github.com/botpress/studio.git", "author": "Botpress, Inc.", diff --git a/packages/studio-ui/src/web/components/Layout/Toolbar/index.tsx b/packages/studio-ui/src/web/components/Layout/Toolbar/index.tsx index 6ed6d168..8815a885 100644 --- a/packages/studio-ui/src/web/components/Layout/Toolbar/index.tsx +++ b/packages/studio-ui/src/web/components/Layout/Toolbar/index.tsx @@ -21,7 +21,7 @@ interface OwnProps { type StateProps = ReturnType type Props = StateProps & OwnProps -const FORUM_LINK = 'https://github.com/botpress/botpress/discussions' +const FORUM_LINK = 'https://discord.gg/botpress' const DOCS_LINK = 'https://v12.botpress.com/' const Toolbar: FC = (props) => { diff --git a/packages/studio-ui/src/web/translations/index.tsx b/packages/studio-ui/src/web/translations/index.tsx index 23ac011e..683e05ce 100644 --- a/packages/studio-ui/src/web/translations/index.tsx +++ b/packages/studio-ui/src/web/translations/index.tsx @@ -11,7 +11,7 @@ const initializeTranslations = () => { lang.init() } -// Copied from https://github.com/botpress/botpress/blob/master/modules/channel-web/src/views/lite/utils.tsx +// Copied from https://github.com/botpress/v12/blob/master/modules/channel-web/src/views/lite/utils.tsx const rtlLocales = [ 'ae' /* Avestan */, 'ar' /* 'العربية', Arabic */, diff --git a/packages/studio-ui/src/web/views/Libraries/AddLibrary.tsx b/packages/studio-ui/src/web/views/Libraries/AddLibrary.tsx index 552eeb7b..c91bd2e2 100644 --- a/packages/studio-ui/src/web/views/Libraries/AddLibrary.tsx +++ b/packages/studio-ui/src/web/views/Libraries/AddLibrary.tsx @@ -130,7 +130,7 @@ const AddLibrary = (props) => {
{lang.tr('libraries.searchGithub')}
- setRepoName(e.currentTarget.value)} /> + setRepoName(e.currentTarget.value)} />