Skip to content

Commit

Permalink
chore(release): 🏰 publish
Browse files Browse the repository at this point in the history
  • Loading branch information
rojer95 committed Feb 9, 2023
1 parent 6049756 commit 551ea89
Show file tree
Hide file tree
Showing 12 changed files with 43 additions and 15 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.11](https://github.com/rojer95/dslate/compare/v1.0.10...v1.0.11) (2023-02-09)

### Bug Fixes

- :bug: editbale bug ([6049756](https://github.com/rojer95/dslate/commit/6049756ae03d7a73b1a927014b8cf9397c78c96f))

## [1.0.10](https://github.com/rojer95/dslate/compare/v1.0.9...v1.0.10) (2023-02-09)

### Features
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.10",
"version": "1.0.11",
"npmClient": "yarn",
"useWorkspaces": true,
"changelog": {
Expand Down
6 changes: 6 additions & 0 deletions packages/component/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.11](https://github.com/rojer95/dslate/compare/v1.0.10...v1.0.11) (2023-02-09)

### Bug Fixes

- :bug: editbale bug ([6049756](https://github.com/rojer95/dslate/commit/6049756ae03d7a73b1a927014b8cf9397c78c96f))

## [1.0.10](https://github.com/rojer95/dslate/compare/v1.0.9...v1.0.10) (2023-02-09)

### Features
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": "1.0.10",
"version": "1.0.11",
"description": "DSlate组件 - Component of DSlate",
"keywords": [
"antd",
Expand Down Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@babel/runtime": "^7.16.3",
"@dslate/core": "1.0.10",
"@dslate/core": "1.0.11",
"classnames": "^2.3.1",
"rc-tooltip": "^5.1.1",
"slate": "^0.81.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.11](https://github.com/rojer95/dslate/compare/v1.0.10...v1.0.11) (2023-02-09)

**Note:** Version bump only for package @dslate/core

## [1.0.10](https://github.com/rojer95/dslate/compare/v1.0.9...v1.0.10) (2023-02-09)

**Note:** Version bump only for package @dslate/core
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": "1.0.10",
"version": "1.0.11",
"description": "一个Ant Design风格的富文本编辑器 - An Ant Design style rich editor based on Slate",
"keywords": [
"wysiwyg",
Expand Down
4 changes: 4 additions & 0 deletions packages/dslate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.11](https://github.com/rojer95/dslate/compare/v1.0.10...v1.0.11) (2023-02-09)

**Note:** Version bump only for package @dslate/dslate

## [1.0.10](https://github.com/rojer95/dslate/compare/v1.0.9...v1.0.10) (2023-02-09)

**Note:** Version bump only for package @dslate/dslate
Expand Down
8 changes: 4 additions & 4 deletions packages/dslate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dslate/dslate",
"version": "1.0.10",
"version": "1.0.11",
"description": "一个Ant Design风格的富文本编辑器 - An Ant Design style rich editor based on Slate",
"keywords": [
"antd",
Expand Down Expand Up @@ -37,9 +37,9 @@
],
"dependencies": {
"@babel/runtime": "^7.16.3",
"@dslate/component": "1.0.10",
"@dslate/core": "1.0.10",
"@dslate/plugin": "1.0.10",
"@dslate/component": "1.0.11",
"@dslate/core": "1.0.11",
"@dslate/plugin": "1.0.11",
"classnames": "^2.3.1",
"slate": "^0.81.0",
"slate-react": "^0.81.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.11](https://github.com/rojer95/dslate/compare/v1.0.10...v1.0.11) (2023-02-09)

**Note:** Version bump only for package @dslate/plugin

## [1.0.10](https://github.com/rojer95/dslate/compare/v1.0.9...v1.0.10) (2023-02-09)

**Note:** Version bump only for package @dslate/plugin
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": "1.0.10",
"version": "1.0.11",
"description": "DSlate预设插件 - Preset plugin of DSlate",
"keywords": [
"wysiwyg",
Expand Down Expand Up @@ -36,8 +36,8 @@
],
"dependencies": {
"@babel/runtime": "^7.16.3",
"@dslate/component": "1.0.10",
"@dslate/core": "1.0.10",
"@dslate/component": "1.0.11",
"@dslate/core": "1.0.11",
"@emotion/css": "^11.7.1",
"classnames": "^2.3.1",
"escape-html": "^1.0.3",
Expand Down
4 changes: 4 additions & 0 deletions packages/semi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.11](https://github.com/rojer95/dslate/compare/v1.0.10...v1.0.11) (2023-02-09)

**Note:** Version bump only for package @dslate/semi

## [1.0.10](https://github.com/rojer95/dslate/compare/v1.0.9...v1.0.10) (2023-02-09)

**Note:** Version bump only for package @dslate/semi
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": "1.0.10",
"version": "1.0.11",
"description": "一个Semi Design风格的富文本编辑器 - A Semi Design style rich editor based on Slate",
"keywords": [
"antd",
Expand Down Expand Up @@ -40,9 +40,9 @@
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@dslate/component": "1.0.10",
"@dslate/core": "1.0.10",
"@dslate/plugin": "1.0.10",
"@dslate/component": "1.0.11",
"@dslate/core": "1.0.11",
"@dslate/plugin": "1.0.11",
"classnames": "^2.3.1",
"slate": "^0.81.0",
"slate-react": "^0.81.0"
Expand Down

0 comments on commit 551ea89

Please sign in to comment.