Skip to content

Commit

Permalink
fix(changelog): add slack link
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciro Cesar Maciel committed Dec 8, 2020
1 parent 5518ccf commit 95d44c9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
11 changes: 6 additions & 5 deletions data/en-US/changelog.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
module.exports = {
'6aa43e1': {
"6aa43e1": {
d: `what's New?`,
},
'0c3811a': {
d: 'Workspace is very much under active development and has been regularly pushing out updates since launching!',
"0c3811a": {
d:
"Workspace is very much under active development and has been regularly pushing out updates since launching!",
},
f19699d: {
d: `As of October 2020, we are only going to be publishing new features & major changes to this public changelog.`,
},
'55978fc': {
d: `Complete release notes including minor improvements and bug fixes are available to beta testers subscribers via the Workspace community on Slack.`,
"55978fc": {
d: `Complete release notes including minor improvements and bug fixes are available to beta testers subscribers via the Workspace community on <a href='https://join.slack.com/t/workspace-cm/shared_invite/zt-jsqem42u-vHXwr7VKN8rDaXX58keS3g' target='_blank' >Slack</a>.`,
},
};
13 changes: 7 additions & 6 deletions data/pt-BR/changelog.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
module.exports = {
'6aa43e1': {
d: 'o que há de Novo?',
"6aa43e1": {
d: "o que há de Novo?",
},
'0c3811a': {
d: 'O Workspace está em desenvolvimento ativo e tem feito atualizações regularmente desde o lançamento!',
"0c3811a": {
d:
"O Workspace está em desenvolvimento ativo e tem feito atualizações regularmente desde o lançamento!",
},
f19699d: {
d: `A partir de outubro de 2020, publicaremos apenas novos recursos e grandes mudanças neste changelog público.`,
},
'55978fc': {
d: `Um Changelog completo, incluindo pequenas melhorias e correções de bugs, esta disponível para beta testers por meio da comunidade do Workspace no Slack.`,
"55978fc": {
d: `Um Changelog completo, incluindo pequenas melhorias e correções de bugs, esta disponível para beta testers por meio da comunidade do Workspace no <a href='https://join.slack.com/t/workspace-cm/shared_invite/zt-jsqem42u-vHXwr7VKN8rDaXX58keS3g' target='_blank' >Slack</a>.`,
},
};

0 comments on commit 95d44c9

Please sign in to comment.