Skip to content

Commit 85b3c85

Browse files
gravity-ui-botd3m1d0v
authored andcommitted
chore(main): release markdown-editor-page-constructor-extension 0.1.0
1 parent 8020bc8 commit 85b3c85

4 files changed

Lines changed: 11 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
options:
1616
- 'packages/editor'
1717
- 'packages/latex-extension'
18+
- 'packages/page-constructor-extension'
1819
tag:
1920
description: 'Publish with tag'
2021
required: true

.release-please/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"packages/editor": "15.39.0",
33
"packages/latex-extension": "0.1.0",
4-
"packages/page-constructor-extension": "0.0.0"
4+
"packages/page-constructor-extension": "0.1.0"
55
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## 0.1.0 (2026-04-27)
4+
5+
6+
### Features
7+
8+
* added page-constructor extension (initial commit) ([#1096](https://github.com/gravity-ui/markdown-editor/issues/1096)) ([8020bc8](https://github.com/gravity-ui/markdown-editor/commit/8020bc8bd670416214928a545741d28d4dc45d18))

packages/page-constructor-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gravity-ui/markdown-editor-page-constructor-extension",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "Page Constructor extension for @gravity-ui/markdown-editor",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)