Skip to content

Commit

Permalink
chore(release): set package.json to 1.0.0-dev.52 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-dev.52](v1.0.0-dev.51...v1.0.0-dev.52) (2024-08-01)

### Features

* add suspense for editor component ([62f78e7](62f78e7))
* expect undefined document ([d10ef75](d10ef75))
* handle async editor switching ([453939b](453939b))
* remove old store tabs ([816406e](816406e))
  • Loading branch information
semantic-release-bot committed Aug 1, 2024
1 parent cddcaa3 commit fbd4468
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [1.0.0-dev.52](https://github.com/powerhouse-inc/document-model-electron/compare/v1.0.0-dev.51...v1.0.0-dev.52) (2024-08-01)


### Features

* add suspense for editor component ([62f78e7](https://github.com/powerhouse-inc/document-model-electron/commit/62f78e7b2288c4ce346c9bcfde638c9fc943145f))
* expect undefined document ([d10ef75](https://github.com/powerhouse-inc/document-model-electron/commit/d10ef751d363f56dce29626ec8fbcc7d38fe945a))
* handle async editor switching ([453939b](https://github.com/powerhouse-inc/document-model-electron/commit/453939bdb2f110dca48a61e91707aaee3eeb9b9d))
* remove old store tabs ([816406e](https://github.com/powerhouse-inc/document-model-electron/commit/816406e8a04a48ac3dc659a8274162693f4d735f))

# [1.0.0-dev.51](https://github.com/powerhouse-inc/document-model-electron/compare/v1.0.0-dev.50...v1.0.0-dev.51) (2024-07-31)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@powerhousedao/connect",
"productName": "Powerhouse-Connect",
"version": "1.0.0-dev.51",
"version": "1.0.0-dev.52",
"description": "Powerhouse Connect",
"main": ".vite/build/main.js",
"license": "AGPL-3.0-only",
Expand Down

0 comments on commit fbd4468

Please sign in to comment.