Skip to content

Commit

Permalink
chore: version packages (#1628)
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 Jan 17, 2025
1 parent 9421082 commit 1ae9712
Show file tree
Hide file tree
Showing 59 changed files with 742 additions and 75 deletions.
46 changes: 0 additions & 46 deletions .changeset/modern-buckets-tease.md

This file was deleted.

24 changes: 24 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @milkdown/components

## 7.6.0

### Minor Changes

- 9421082: Minor version release for milkdown.

## Feat

- feat: 🎸 add `on` api for crepe (#1622)
- feat: add markdown inspector in storybook (#1619)
- feat: add latex feature for crepe (#1613)

## Chore

- chore: use kit in integrations (#1626)
- chore: bump prosemirror versions (#1621)
- chore: remove math plugin since we provides latex in crepe (#1617)
- chore: remove husky install since it's deprecated (#1616)

### Patch Changes

- Updated dependencies [9421082]
- @milkdown/exception@7.6.0

## 7.5.9

### Patch 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.9",
"version": "7.6.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
24 changes: 24 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @milkdown/core

## 7.6.0

### Minor Changes

- 9421082: Minor version release for milkdown.

## Feat

- feat: 🎸 add `on` api for crepe (#1622)
- feat: add markdown inspector in storybook (#1619)
- feat: add latex feature for crepe (#1613)

## Chore

- chore: use kit in integrations (#1626)
- chore: bump prosemirror versions (#1621)
- chore: remove math plugin since we provides latex in crepe (#1617)
- chore: remove husky install since it's deprecated (#1616)

### Patch Changes

- Updated dependencies [9421082]
- @milkdown/exception@7.6.0

## 7.5.9

### 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.5.9",
"version": "7.6.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
24 changes: 24 additions & 0 deletions packages/crepe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @milkdown/crepe

## 7.6.0

### Minor Changes

- 9421082: Minor version release for milkdown.

## Feat

- feat: 🎸 add `on` api for crepe (#1622)
- feat: add markdown inspector in storybook (#1619)
- feat: add latex feature for crepe (#1613)

## Chore

- chore: use kit in integrations (#1626)
- chore: bump prosemirror versions (#1621)
- chore: remove math plugin since we provides latex in crepe (#1617)
- chore: remove husky install since it's deprecated (#1616)

### Patch Changes

- Updated dependencies [9421082]
- @milkdown/kit@7.6.0

## 7.5.9

### 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.9",
"version": "7.6.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
24 changes: 24 additions & 0 deletions packages/ctx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @milkdown/ctx

## 7.6.0

### Minor Changes

- 9421082: Minor version release for milkdown.

## Feat

- feat: 🎸 add `on` api for crepe (#1622)
- feat: add markdown inspector in storybook (#1619)
- feat: add latex feature for crepe (#1613)

## Chore

- chore: use kit in integrations (#1626)
- chore: bump prosemirror versions (#1621)
- chore: remove math plugin since we provides latex in crepe (#1617)
- chore: remove husky install since it's deprecated (#1616)

### Patch Changes

- Updated dependencies [9421082]
- @milkdown/exception@7.6.0

## 7.5.9

### 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.5.9",
"version": "7.6.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
19 changes: 19 additions & 0 deletions packages/exception/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @milkdown/exception

## 7.6.0

### Minor Changes

- 9421082: Minor version release for milkdown.

## Feat

- feat: 🎸 add `on` api for crepe (#1622)
- feat: add markdown inspector in storybook (#1619)
- feat: add latex feature for crepe (#1613)

## Chore

- chore: use kit in integrations (#1626)
- chore: bump prosemirror versions (#1621)
- chore: remove math plugin since we provides latex in crepe (#1617)
- chore: remove husky install since it's deprecated (#1616)

## 7.5.9

### 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.5.9",
"version": "7.6.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
24 changes: 24 additions & 0 deletions packages/integrations/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @milkdown/react

## 7.6.0

### Minor Changes

- 9421082: Minor version release for milkdown.

## Feat

- feat: 🎸 add `on` api for crepe (#1622)
- feat: add markdown inspector in storybook (#1619)
- feat: add latex feature for crepe (#1613)

## Chore

- chore: use kit in integrations (#1626)
- chore: bump prosemirror versions (#1621)
- chore: remove math plugin since we provides latex in crepe (#1617)
- chore: remove husky install since it's deprecated (#1616)

### Patch Changes

- Updated dependencies [9421082]
- @milkdown/kit@7.6.0

## 7.5.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@milkdown/react",
"type": "module",
"version": "7.5.9",
"version": "7.6.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
24 changes: 24 additions & 0 deletions packages/integrations/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @milkdown/vue

## 7.6.0

### Minor Changes

- 9421082: Minor version release for milkdown.

## Feat

- feat: 🎸 add `on` api for crepe (#1622)
- feat: add markdown inspector in storybook (#1619)
- feat: add latex feature for crepe (#1613)

## Chore

- chore: use kit in integrations (#1626)
- chore: bump prosemirror versions (#1621)
- chore: remove math plugin since we provides latex in crepe (#1617)
- chore: remove husky install since it's deprecated (#1616)

### Patch Changes

- Updated dependencies [9421082]
- @milkdown/kit@7.6.0

## 7.5.9

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

## 7.6.0

### Minor Changes

- 9421082: Minor version release for milkdown.

## Feat

- feat: 🎸 add `on` api for crepe (#1622)
- feat: add markdown inspector in storybook (#1619)
- feat: add latex feature for crepe (#1613)

## Chore

- chore: use kit in integrations (#1626)
- chore: bump prosemirror versions (#1621)
- chore: remove math plugin since we provides latex in crepe (#1617)
- chore: remove husky install since it's deprecated (#1616)

### Patch Changes

- Updated dependencies [9421082]
- @milkdown/components@7.6.0
- @milkdown/core@7.6.0
- @milkdown/ctx@7.6.0
- @milkdown/plugin-block@7.6.0
- @milkdown/plugin-clipboard@7.6.0
- @milkdown/plugin-cursor@7.6.0
- @milkdown/plugin-history@7.6.0
- @milkdown/plugin-indent@7.6.0
- @milkdown/plugin-listener@7.6.0
- @milkdown/plugin-slash@7.6.0
- @milkdown/plugin-tooltip@7.6.0
- @milkdown/plugin-trailing@7.6.0
- @milkdown/plugin-upload@7.6.0
- @milkdown/preset-commonmark@7.6.0
- @milkdown/preset-gfm@7.6.0
- @milkdown/prose@7.6.0
- @milkdown/transformer@7.6.0
- @milkdown/utils@7.6.0

## 7.5.9

### Patch 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.9",
"version": "7.6.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 1ae9712

Please sign in to comment.