forked from Tencent/cherry-markdown
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: release version #5
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* refactor: use `yarn` create monorepo * chore: pause workflows ci * fix: 修正lock文件 (#2) Co-authored-by: yuxuanxia <[email protected]> * 移除 dist 文件夹 和 vscodePlugin 的 `@types/mocha` deps * chore: gitignore `dist` * 移动 commitizen * chore: remove `example/react-demo` 修复 cherry-markdown 打包问题 * chore: 移动公共依赖 * chore: 移动提交代码检测依赖 * 同步代码 * chore: 修正版本号 * chore: 修改 engines node 限制 --------- Co-authored-by: Leo Xia <[email protected]> Co-authored-by: yuxuanxia <[email protected]>
chore: use yarn package tools
- cherry-markdown 下的 `ts-node` 似乎没有被使用,移除后仍可以正常运行,则将其移除, 请 @sunsonliu 确认是否有问题。 - 使用脚本在 cherry-markdown build 之后 运行一个脚本将打包后的 dist 文件自动复制到 `packages/vscodePlugin/web-resources` 文件下实现资源的热更新(移除了之前的资源 `web-resources/dist` )。 - vscodePlugin 的 `publisher` 改为 `CherryMarkdown` ,包名改为 `@cherry-markdown/vscode-plugin` , Extensions 搜索列表展示名改为 `Cherry Markdown` (注意:该改动将会重新发布一个新的 CherryMarkdown vscodePlugin,之前的包将会被废弃,但是统一了品牌,另 yarn 的 monorepo workspaces 下的项目不能有重名的 `name`) 请 @sunsonliu 确认。 - 在 vscodePlugin 项目下添加 `.yarnrc` 配置文件,并配置 `ignore-engines true` 是为了解决 不能识别 vscodePlugin 的自定义引擎字段 `engines`。 - 将 client 的 `tauri` 相关依赖版本进行固定以防止 tauri plugin 和 tauri 不一致导致意外的错误。 - 修改了在 main scripts 下的 client 相关脚本,只保留对于 tauri client 相关的操作脚本。
…nt#1035) chore: remove unnecessary hooks and deps
* chore: add react demo * chore: 更新react demo 链接
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.