Skip to content

Commit

Permalink
ci(changeset): release milkdown (#1096)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 20, 2023
1 parent 971ff4c commit c98773a
Show file tree
Hide file tree
Showing 55 changed files with 496 additions and 64 deletions.
37 changes: 0 additions & 37 deletions .changeset/famous-insects-film.md

This file was deleted.

27 changes: 27 additions & 0 deletions e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# @milkdown/e2e

## 7.3.0

### Minor Changes

- 971ff4c0: Improvement features and bug fix.

Add support for remark plugin config. (#1085)

Add support for escape character in inline sync plugin. (#1094)

Fix missing type error in theme nord. (#1095)

### Patch Changes

- Updated dependencies [971ff4c0]
- @milkdown/core@7.3.0
- @milkdown/ctx@7.3.0
- @milkdown/plugin-clipboard@7.3.0
- @milkdown/plugin-history@7.3.0
- @milkdown/plugin-listener@7.3.0
- @milkdown/plugin-math@7.3.0
- @milkdown/preset-commonmark@7.3.0
- @milkdown/preset-gfm@7.3.0
- @milkdown/prose@7.3.0
- @milkdown/theme-nord@7.3.0
- @milkdown/utils@7.3.0

## 7.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@milkdown/e2e",
"version": "7.2.4",
"version": "7.3.0",
"private": true,
"files": [
"style"
Expand Down
17 changes: 17 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @milkdown/core

## 7.3.0

### Minor Changes

- 971ff4c0: Improvement features and bug fix.

Add support for remark plugin config. (#1085)

Add support for escape character in inline sync plugin. (#1094)

Fix missing type error in theme nord. (#1095)

### Patch Changes

- Updated dependencies [971ff4c0]
- @milkdown/exception@7.3.0

## 7.2.4

### 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,7 +1,7 @@
{
"name": "@milkdown/core",
"type": "module",
"version": "7.2.4",
"version": "7.3.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
17 changes: 17 additions & 0 deletions packages/ctx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @milkdown/ctx

## 7.3.0

### Minor Changes

- 971ff4c0: Improvement features and bug fix.

Add support for remark plugin config. (#1085)

Add support for escape character in inline sync plugin. (#1094)

Fix missing type error in theme nord. (#1095)

### Patch Changes

- Updated dependencies [971ff4c0]
- @milkdown/exception@7.3.0

## 7.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ctx/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@milkdown/ctx",
"type": "module",
"version": "7.2.4",
"version": "7.3.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
12 changes: 12 additions & 0 deletions packages/exception/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @milkdown/exception

## 7.3.0

### Minor Changes

- 971ff4c0: Improvement features and bug fix.

Add support for remark plugin config. (#1085)

Add support for escape character in inline sync plugin. (#1094)

Fix missing type error in theme nord. (#1095)

## 7.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/exception/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@milkdown/exception",
"type": "module",
"version": "7.2.4",
"version": "7.3.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
18 changes: 18 additions & 0 deletions packages/plugin-block/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @milkdown/plugin-block

## 7.3.0

### Minor Changes

- 971ff4c0: Improvement features and bug fix.

Add support for remark plugin config. (#1085)

Add support for escape character in inline sync plugin. (#1094)

Fix missing type error in theme nord. (#1095)

### Patch Changes

- Updated dependencies [971ff4c0]
- @milkdown/exception@7.3.0
- @milkdown/utils@7.3.0

## 7.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-block/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@milkdown/plugin-block",
"type": "module",
"version": "7.2.4",
"version": "7.3.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
17 changes: 17 additions & 0 deletions packages/plugin-clipboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @milkdown/plugin-clipboard

## 7.3.0

### Minor Changes

- 971ff4c0: Improvement features and bug fix.

Add support for remark plugin config. (#1085)

Add support for escape character in inline sync plugin. (#1094)

Fix missing type error in theme nord. (#1095)

### Patch Changes

- Updated dependencies [971ff4c0]
- @milkdown/utils@7.3.0

## 7.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-clipboard/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@milkdown/plugin-clipboard",
"type": "module",
"version": "7.2.4",
"version": "7.3.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
18 changes: 18 additions & 0 deletions packages/plugin-collab/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @milkdown/plugin-collaborative

## 7.3.0

### Minor Changes

- 971ff4c0: Improvement features and bug fix.

Add support for remark plugin config. (#1085)

Add support for escape character in inline sync plugin. (#1094)

Fix missing type error in theme nord. (#1095)

### Patch Changes

- Updated dependencies [971ff4c0]
- @milkdown/exception@7.3.0
- @milkdown/utils@7.3.0

## 7.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-collab/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@milkdown/plugin-collab",
"type": "module",
"version": "7.2.4",
"version": "7.3.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
17 changes: 17 additions & 0 deletions packages/plugin-cursor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @milkdown/plugin-cursor

## 7.3.0

### Minor Changes

- 971ff4c0: Improvement features and bug fix.

Add support for remark plugin config. (#1085)

Add support for escape character in inline sync plugin. (#1094)

Fix missing type error in theme nord. (#1095)

### Patch Changes

- Updated dependencies [971ff4c0]
- @milkdown/utils@7.3.0

## 7.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-cursor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@milkdown/plugin-cursor",
"type": "module",
"version": "7.2.4",
"version": "7.3.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
18 changes: 18 additions & 0 deletions packages/plugin-diagram/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @milkdown/plugin-diagram

## 7.3.0

### Minor Changes

- 971ff4c0: Improvement features and bug fix.

Add support for remark plugin config. (#1085)

Add support for escape character in inline sync plugin. (#1094)

Fix missing type error in theme nord. (#1095)

### Patch Changes

- Updated dependencies [971ff4c0]
- @milkdown/exception@7.3.0
- @milkdown/utils@7.3.0

## 7.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-diagram/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@milkdown/plugin-diagram",
"type": "module",
"version": "7.2.4",
"version": "7.3.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
18 changes: 18 additions & 0 deletions packages/plugin-emoji/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @milkdown/plugin-emoji

## 7.3.0

### Minor Changes

- 971ff4c0: Improvement features and bug fix.

Add support for remark plugin config. (#1085)

Add support for escape character in inline sync plugin. (#1094)

Fix missing type error in theme nord. (#1095)

### Patch Changes

- Updated dependencies [971ff4c0]
- @milkdown/exception@7.3.0
- @milkdown/utils@7.3.0

## 7.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-emoji/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@milkdown/plugin-emoji",
"type": "module",
"version": "7.2.4",
"version": "7.3.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
17 changes: 17 additions & 0 deletions packages/plugin-history/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @milkdown/plugin-history

## 7.3.0

### Minor Changes

- 971ff4c0: Improvement features and bug fix.

Add support for remark plugin config. (#1085)

Add support for escape character in inline sync plugin. (#1094)

Fix missing type error in theme nord. (#1095)

### Patch Changes

- Updated dependencies [971ff4c0]
- @milkdown/utils@7.3.0

## 7.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-history/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@milkdown/plugin-history",
"type": "module",
"version": "7.2.4",
"version": "7.3.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit c98773a

Please sign in to comment.