Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
chore(release): set package.json to 1.0.0-alpha.73 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-alpha.73](v1.0.0-alpha.72...v1.0.0-alpha.73) (2024-06-10)

### Features

* add storage method to fetch sync units revision ([aa9c16f](aa9c16f))
* implemented getSynchronizationUnitsRevision ([4e8f899](4e8f899))
* removed unnecessary sync units call on pullResponder ([972d2ec](972d2ec))
* removed unnecessary sync units queries ([1c0d98f](1c0d98f))
  • Loading branch information
semantic-release-bot committed Jun 10, 2024
1 parent 972d2ec commit 23f155e
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-alpha.73](https://github.com/powerhouse-inc/document-drive/compare/v1.0.0-alpha.72...v1.0.0-alpha.73) (2024-06-10)


### Features

* add storage method to fetch sync units revision ([aa9c16f](https://github.com/powerhouse-inc/document-drive/commit/aa9c16f6b8b90273dc6df007e806274fa2d30f76))
* implemented getSynchronizationUnitsRevision ([4e8f899](https://github.com/powerhouse-inc/document-drive/commit/4e8f89919d1098dbb4376a9e3be137f581b565d2))
* removed unnecessary sync units call on pullResponder ([972d2ec](https://github.com/powerhouse-inc/document-drive/commit/972d2ec15cf0f150a4e2b6e88a09e6df6cb7dbc7))
* removed unnecessary sync units queries ([1c0d98f](https://github.com/powerhouse-inc/document-drive/commit/1c0d98f65dd0e7a52fbb7ad1ad394c256419dc68))

# [1.0.0-alpha.72](https://github.com/powerhouse-inc/document-drive/compare/v1.0.0-alpha.71...v1.0.0-alpha.72) (2024-06-07)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "document-drive",
"version": "1.0.0-alpha.72",
"version": "1.0.0-alpha.73",
"license": "AGPL-3.0-only",
"type": "module",
"module": "./src/index.ts",
Expand Down

0 comments on commit 23f155e

Please sign in to comment.