Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/uidu-org/guidu
Browse files Browse the repository at this point in the history
  • Loading branch information
apuntovanini committed Nov 27, 2024
2 parents b5cf230 + f14d20a commit 394fe42
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-trainers-cry.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/editor/editor-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @uidu/editor-common

## 3.1.0

### Minor Changes

- be24a45: Fix empji missing export

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/editor-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uidu/editor-common",
"version": "3.0.1",
"version": "3.1.0",
"description": "A package that contains common classes and components for editor and renderer",
"repository": "https://github.com/uidu-org/guidu/tree/main/packages/editor/editor-common",
"license": "Apache-2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/editor/text-serializer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @uidu/text-serializer

## 1.0.2

### Patch Changes

- Updated dependencies [be24a45]
- @uidu/editor-common@3.1.0

## 1.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/editor/text-serializer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uidu/text-serializer",
"version": "1.0.1",
"version": "1.0.2",
"description": "Renderer schema as full text",
"repository": "https://github.com/uidu-org/guidu/tree/main/packages/editor/text-serializer",
"license": "MIT",
Expand All @@ -11,7 +11,7 @@
"dependencies": {
"@babel/runtime": "^7.26.0",
"@uidu/adf-schema": "3.0.1",
"@uidu/editor-common": "3.0.1",
"@uidu/editor-common": "3.1.0",
"prosemirror-model": "^1.23.0"
}
}

0 comments on commit 394fe42

Please sign in to comment.