Skip to content

Commit

Permalink
Merge branch 'main' into upgrade-sandbox-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
imsitnikov authored Jul 4, 2024
2 parents f04a2c5 + 2e6d8ab commit 409da76
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches: [main]
pull_request:
workflow_dispatch:

jobs:
verify_files:
Expand Down
30 changes: 15 additions & 15 deletions src/libs.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,21 @@ export const libs = [
changelogUrl: 'https://raw.githubusercontent.com/gravity-ui/yagr/main/CHANGELOG.md',
mainBranch: 'main',
},
{
id: 'markdown-editor',
githubId: 'gravity-ui/markdown-editor',
npmId: '@gravity-ui/markdown-editor',
title: 'Markdown editor',
primary: false,
landing: false,
tags: ['markdown', 'prosemirror', 'wysiwyg', 'codemirror', 'yfm', 'diplodoc', 'gfm', 'react'],
storybookUrl: 'https://preview.gravity-ui.com/md-editor/',
readmeUrl:
'https://raw.githubusercontent.com/gravity-ui/markdown-editor/main/README.md',
changelogUrl:
'https://raw.githubusercontent.com/gravity-ui/markdown-editor/main/CHANGELOG.md',
mainBranch: 'main',
},
{
id: 'nodekit',
githubId: 'gravity-ui/nodekit',
Expand Down Expand Up @@ -418,19 +433,4 @@ export const libs = [
'https://raw.githubusercontent.com/gravity-ui/browserslist-config/master/CHANGELOG.md',
mainBranch: 'master',
},
{
id: 'markdown-editor',
githubId: 'gravity-ui/markdown-editor',
npmId: '@gravity-ui/markdown-editor',
title: 'Markdown editor',
primary: false,
landing: false,
tags: ['markdown', 'prosemirror', 'wysiwyg', 'codemirror', 'yfm', 'diplodoc', 'gfm', 'react'],
storybookUrl: 'https://preview.gravity-ui.com/md-editor/',
readmeUrl:
'https://raw.githubusercontent.com/gravity-ui/markdown-editor/main/README.md',
changelogUrl:
'https://raw.githubusercontent.com/gravity-ui/markdown-editor/main/CHANGELOG.md',
mainBranch: 'main',
},
];

0 comments on commit 409da76

Please sign in to comment.