Skip to content
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

Version Packages #1096

Merged
merged 1 commit into from
Aug 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/[email protected]
- @milkdown/[email protected]
- @milkdown/[email protected]
- @milkdown/[email protected]
- @milkdown/[email protected]
- @milkdown/[email protected]
- @milkdown/[email protected]
- @milkdown/[email protected]
- @milkdown/[email protected]
- @milkdown/[email protected]
- @milkdown/[email protected]

## 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/[email protected]

## 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/[email protected]

## 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/[email protected]
- @milkdown/[email protected]

## 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/[email protected]

## 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/[email protected]
- @milkdown/[email protected]

## 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/[email protected]

## 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/[email protected]
- @milkdown/[email protected]

## 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/[email protected]
- @milkdown/[email protected]

## 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/[email protected]

## 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