Skip to content

Commit

Permalink
chore: 🏰 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rojer95 committed Jul 12, 2023
1 parent f8da1e6 commit 61f7664
Show file tree
Hide file tree
Showing 10 changed files with 57 additions and 14 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.2

### Patch Changes

- remove console log
- Updated dependencies
- @dslate/component@2.0.2
- @dslate/core@2.0.2
- @dslate/plugin@2.0.2

## 2.0.1

### 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.1",
"version": "2.0.2",
"description": "一个Antd Design风格的富文本编辑器 - A Antd Design style rich editor based on Slate",
"keywords": [
"antd",
Expand Down Expand Up @@ -32,9 +32,9 @@
"build": "tsc && vite build"
},
"dependencies": {
"@dslate/component": "workspace:2.0.1",
"@dslate/core": "workspace:2.0.1",
"@dslate/plugin": "workspace:2.0.1",
"@dslate/component": "workspace:2.0.2",
"@dslate/core": "workspace:2.0.2",
"@dslate/plugin": "workspace:2.0.2",
"antd": "^5.1.7",
"classnames": "^2.3.2",
"react": "^18.2.0",
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.2

### Patch Changes

- remove console log
- Updated dependencies
- @dslate/core@2.0.2

## 2.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.1",
"version": "2.0.2",
"description": "DSlate组件 - Component of DSlate",
"keywords": [
"antd",
Expand Down Expand Up @@ -37,7 +37,7 @@
"dev": "tsc && vite build --watch"
},
"dependencies": {
"@dslate/core": "workspace:2.0.1",
"@dslate/core": "workspace:2.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.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.2

### Patch Changes

- remove console log

## 2.0.1

### 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.1",
"version": "2.0.2",
"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.2

### Patch Changes

- remove console log
- Updated dependencies
- @dslate/component@2.0.2
- @dslate/core@2.0.2

## 2.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.1",
"version": "2.0.2",
"description": "DSlate预设插件 - Preset plugin of DSlate",
"keywords": [
"wysiwyg",
Expand Down Expand Up @@ -36,8 +36,8 @@
"dev": "tsc && vite build --watch"
},
"dependencies": {
"@dslate/component": "workspace:2.0.1",
"@dslate/core": "workspace:2.0.1",
"@dslate/component": "workspace:2.0.2",
"@dslate/core": "workspace:2.0.2",
"is-hotkey": "^0.2.0",
"rc-upload": "^4.3.4",
"react": "^18.2.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.2

### Patch Changes

- remove console log
- Updated dependencies
- @dslate/component@2.0.2
- @dslate/core@2.0.2
- @dslate/plugin@2.0.2

## 2.0.1

### 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.1",
"version": "2.0.2",
"description": "一个Semi Design风格的富文本编辑器 - A Semi Design style rich editor based on Slate",
"keywords": [
"antd",
Expand Down Expand Up @@ -33,9 +33,9 @@
},
"dependencies": {
"@douyinfe/semi-ui": "^2.28.1",
"@dslate/component": "workspace:2.0.1",
"@dslate/core": "workspace:2.0.1",
"@dslate/plugin": "workspace:2.0.1",
"@dslate/component": "workspace:2.0.2",
"@dslate/core": "workspace:2.0.2",
"@dslate/plugin": "workspace:2.0.2",
"classnames": "^2.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down

0 comments on commit 61f7664

Please sign in to comment.