[go: up one dir, main page]

Skip to content

Commit

Permalink
ci(changeset): release milkdown (#1481)
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] committed Aug 22, 2024
1 parent 9cb69ae commit bd27947
Show file tree
Hide file tree
Showing 13 changed files with 50 additions and 14 deletions.
8 changes: 0 additions & 8 deletions .changeset/loud-dragons-cover.md

This file was deleted.

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

## 7.5.3

### Patch Changes

- Updated dependencies [9cb69ae]
- @milkdown/plugin-tooltip@7.5.3

## 7.5.0

### Minor 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.5.0",
"version": "7.5.3",
"private": true,
"scripts": {
"start": "vite",
Expand Down
6 changes: 6 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @milkdown/components

## 7.5.3

### Patch Changes

- 9cb69ae: Fix the link component will make the editor autofocus when loaded

## 7.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@milkdown/components",
"type": "module",
"version": "7.5.0",
"version": "7.5.3",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/crepe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @milkdown/crepe

## 7.5.3

### Patch Changes

- 9cb69ae: Fix the link component will make the editor autofocus when loaded
- Updated dependencies [9cb69ae]
- @milkdown/kit@7.5.3

## 7.5.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/crepe/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@milkdown/crepe",
"type": "module",
"version": "7.5.2",
"version": "7.5.3",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
9 changes: 9 additions & 0 deletions packages/kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @milkdown/kit

## 7.5.3

### Patch Changes

- 9cb69ae: Fix the link component will make the editor autofocus when loaded
- Updated dependencies [9cb69ae]
- @milkdown/components@7.5.3
- @milkdown/plugin-tooltip@7.5.3

## 7.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/kit/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@milkdown/kit",
"type": "module",
"version": "7.5.0",
"version": "7.5.3",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugins/plugin-tooltip/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @milkdown/plugin-tooltip

## 7.5.3

### Patch Changes

- 9cb69ae: Fix the link component will make the editor autofocus when loaded

## 7.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/plugin-tooltip/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@milkdown/plugin-tooltip",
"type": "module",
"version": "7.5.0",
"version": "7.5.3",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @milkdown/storybook

## 7.5.3

### Patch Changes

- Updated dependencies [9cb69ae]
- @milkdown/crepe@7.5.3
- @milkdown/kit@7.5.3

## 7.5.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@milkdown/storybook",
"version": "7.5.2",
"version": "7.5.3",
"private": true,
"files": [
"style"
Expand Down

0 comments on commit bd27947

Please sign in to comment.