Skip to content

Commit

Permalink
chore: 🏰 2.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
rojer95 committed Jan 8, 2024
1 parent a99afad commit a7eed2b
Show file tree
Hide file tree
Showing 10 changed files with 60 additions and 17 deletions.
10 changes: 10 additions & 0 deletions packages/antd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @dslate/antd

## 2.0.10

### Patch Changes

- 解决 Antd 与 Semi 同时使用时基础组织注册的 bug
- Updated dependencies
- @dslate/component@2.0.10
- @dslate/core@2.0.10
- @dslate/plugin@2.0.10

## 2.0.9

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/antd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dslate/antd",
"version": "2.0.9",
"version": "2.0.10",
"description": "一个Antd Design风格的富文本编辑器 - A Antd Design style rich editor based on Slate",
"keywords": [
"antd",
Expand All @@ -25,9 +25,9 @@
"build": "tsc && vite build"
},
"dependencies": {
"@dslate/component": "workspace:2.0.9",
"@dslate/core": "workspace:2.0.9",
"@dslate/plugin": "workspace:2.0.9",
"@dslate/component": "workspace:2.0.10",
"@dslate/core": "workspace:2.0.10",
"@dslate/plugin": "workspace:2.0.10",
"classnames": "^2.3.2",
"styled-components": "^5.3.6"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/component/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @dslate/component

## 2.0.10

### Patch Changes

- 解决 Antd 与 Semi 同时使用时基础组织注册的 bug
- Updated dependencies
- @dslate/core@2.0.10

## 2.0.9

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dslate/component",
"version": "2.0.9",
"version": "2.0.10",
"description": "DSlate组件 - Component of DSlate",
"keywords": [
"antd",
Expand Down Expand Up @@ -30,7 +30,7 @@
"dev": "tsc && vite build --watch"
},
"devDependencies": {
"@dslate/core": "workspace:2.0.9",
"@dslate/core": "workspace:2.0.10",
"@types/node": "^14.18.36",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
Expand All @@ -40,7 +40,7 @@
"vite-plugin-dts": "^1.7.2"
},
"peerDependencies": {
"@dslate/core": ">=2.0.9",
"@dslate/core": ">=2.0.10",
"react": ">=16.9.0",
"react-dom": ">=16.9.0",
"slate": ">=0.90.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @dslate/core

## 2.0.10

### Patch Changes

- 解决 Antd 与 Semi 同时使用时基础组织注册的 bug

## 2.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dslate/core",
"version": "2.0.9",
"version": "2.0.10",
"description": "一个Ant Design风格的富文本编辑器 - An Ant Design style rich editor based on Slate",
"keywords": [
"wysiwyg",
Expand Down
9 changes: 9 additions & 0 deletions packages/plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @dslate/plugin

## 2.0.10

### Patch Changes

- 解决 Antd 与 Semi 同时使用时基础组织注册的 bug
- Updated dependencies
- @dslate/component@2.0.10
- @dslate/core@2.0.10

## 2.0.9

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dslate/plugin",
"version": "2.0.9",
"version": "2.0.10",
"description": "DSlate预设插件 - Preset plugin of DSlate",
"keywords": [
"wysiwyg",
Expand Down Expand Up @@ -39,8 +39,8 @@
"styled-components": "^5.3.6"
},
"devDependencies": {
"@dslate/component": "workspace:2.0.9",
"@dslate/core": "workspace:2.0.9",
"@dslate/component": "workspace:2.0.10",
"@dslate/core": "workspace:2.0.10",
"@types/is-hotkey": "^0.1.7",
"@types/katex": "^0.16.2",
"@types/node": "^14.18.36",
Expand All @@ -54,8 +54,8 @@
"vite-plugin-dts": "^1.7.2"
},
"peerDependencies": {
"@dslate/component": ">=2.0.9",
"@dslate/core": ">=2.0.9",
"@dslate/component": ">=2.0.10",
"@dslate/core": ">=2.0.10",
"react": ">=16.9.0",
"react-dom": ">=16.9.0",
"slate": ">=0.90.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/semi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @dslate/semi

## 2.0.10

### Patch Changes

- 解决 Antd 与 Semi 同时使用时基础组织注册的 bug
- Updated dependencies
- @dslate/component@2.0.10
- @dslate/core@2.0.10
- @dslate/plugin@2.0.10

## 2.0.9

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/semi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dslate/semi",
"version": "2.0.9",
"version": "2.0.10",
"description": "一个Semi Design风格的富文本编辑器 - A Semi Design style rich editor based on Slate",
"keywords": [
"antd",
Expand All @@ -25,9 +25,9 @@
"build": "tsc && vite build"
},
"dependencies": {
"@dslate/component": "workspace:2.0.9",
"@dslate/core": "workspace:2.0.9",
"@dslate/plugin": "workspace:2.0.9",
"@dslate/component": "workspace:2.0.10",
"@dslate/core": "workspace:2.0.10",
"@dslate/plugin": "workspace:2.0.10",
"classnames": "^2.3.2",
"styled-components": "^5.3.6"
},
Expand Down

0 comments on commit a7eed2b

Please sign in to comment.