Skip to content

Commit

Permalink
Merge branch 'main' into refactor-editor
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxinghu committed Nov 27, 2023
2 parents 2c17c2f + 8a9c018 commit 9501bd2
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/mean-eels-develop.md

This file was deleted.

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

## 0.1.5

### Patch Changes

- Updated dependencies [0ffa3415]
- @orgajs/editor@1.1.5

## 0.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@orgajs/example-editor",
"private": true,
"version": "0.1.4",
"version": "0.1.5",
"type": "module",
"scripts": {
"dev": "vite --port 3000 --force",
Expand Down
6 changes: 6 additions & 0 deletions packages/editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @orgajs/editor

## 1.1.5

### Patch Changes

- 0ffa3415: cleanup theme

## 1.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orgajs/editor",
"version": "1.1.4",
"version": "1.1.5",
"type": "module",
"main": "lib/index.js",
"types": "dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# website

## 0.1.5

### Patch Changes

- Updated dependencies [0ffa3415]
- @orgajs/editor@1.1.5

## 0.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "website",
"type": "module",
"private": true,
"version": "0.1.4",
"version": "0.1.5",
"scripts": {
"dev": "astro dev --host",
"start": "astro dev",
Expand Down

0 comments on commit 9501bd2

Please sign in to comment.