Skip to content

Commit

Permalink
ci(changeset): update version
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and enpitsuLin committed Aug 6, 2024
1 parent b27a05b commit 8c0193a
Show file tree
Hide file tree
Showing 11 changed files with 37 additions and 12 deletions.
7 changes: 0 additions & 7 deletions .changeset/moody-games-applaud.md

This file was deleted.

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

## 0.0.6

### Patch Changes

- Updated dependencies [b27a05b]
- @milkdown-lab/plugin-fullscreen@1.3.0

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/with-fullscreen/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "with-fullscreen",
"private": true,
"version": "0.0.5",
"version": "0.0.6",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
7 changes: 7 additions & 0 deletions examples/with-menu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# example-with-menu

## 0.0.11

### Patch Changes

- Updated dependencies [b27a05b]
- @milkdown-lab/plugin-menu@1.3.0

## 0.0.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/with-menu/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "example-with-menu",
"private": true,
"version": "0.0.10",
"version": "0.0.11",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-fullscreen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @milkdown-lab/plugin-fullscreen

## 1.3.0

### Minor Changes

- b27a05b: No Summary

## 1.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-fullscreen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@milkdown-lab/plugin-fullscreen",
"version": "1.2.3",
"version": "1.3.0",
"description": "The plugin adds `fullscreen` feature to milkdown",
"type": "module",
"main": "./lib/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-menu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @milkdown-lab/plugin-menu

## 1.3.0

### Minor Changes

- b27a05b: No Summary

## 1.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-menu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@milkdown-lab/plugin-menu",
"version": "1.2.3",
"version": "1.3.0",
"description": "The plugin adds menubar of milkdown",
"type": "module",
"main": "./lib/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-split-editing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @milkdown-lab/plugin-split-editing

## 1.3.0

### Minor Changes

- b27a05b: No Summary

## 1.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-split-editing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@milkdown-lab/plugin-split-editing",
"version": "1.2.3",
"version": "1.3.0",
"description": "The plugin adds split editing view to milkdown",
"type": "module",
"main": "./lib/index.js",
Expand Down

0 comments on commit 8c0193a

Please sign in to comment.