Skip to content

Commit

Permalink
chore(main): release blusky-backup-app 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 1, 2025
1 parent 4f5bd9b commit 83adf5d
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Changelog

## 1.0.0 (2025-03-01)


### Features

* add backup progress UI ([#11](https://github.com/storacha/bluesky-backup-webapp/issues/11)) ([aade6f0](https://github.com/storacha/bluesky-backup-webapp/commit/aade6f0813afc53e4fbffa18029b55c3e6bda377))
* basic backup flow ([#10](https://github.com/storacha/bluesky-backup-webapp/issues/10)) ([4af04da](https://github.com/storacha/bluesky-backup-webapp/commit/4af04dae8a46237ed1d6f5151ac8cd70cf7efd9c))
* configure cloudflare pages deployment ([#1](https://github.com/storacha/bluesky-backup-webapp/issues/1)) ([b6faf8b](https://github.com/storacha/bluesky-backup-webapp/commit/b6faf8b652dadd4c3ebed4db76f2fce2fd24b17a))
* get bluesky auth working ([#8](https://github.com/storacha/bluesky-backup-webapp/issues/8)) ([9a5e5e7](https://github.com/storacha/bluesky-backup-webapp/commit/9a5e5e727fb7ee698fc0ca37432541146a1bc31a))
* make Storacha service information configurable ([#13](https://github.com/storacha/bluesky-backup-webapp/issues/13)) ([4f5bd9b](https://github.com/storacha/bluesky-backup-webapp/commit/4f5bd9b11be71c29ee578c0d4c8364997d8bf67f))
* store backup metadata locally ([#12](https://github.com/storacha/bluesky-backup-webapp/issues/12)) ([131cd56](https://github.com/storacha/bluesky-backup-webapp/commit/131cd566a28b930dd6cf59e78df68c0740b9e124))


### Bug Fixes

* fix scope and handling ([acdba2c](https://github.com/storacha/bluesky-backup-webapp/commit/acdba2c2e2d047c5b2fe3a22a449899da08899f5))
* move bluesky provider to a dynamic component ([#5](https://github.com/storacha/bluesky-backup-webapp/issues/5)) ([cefbb54](https://github.com/storacha/bluesky-backup-webapp/commit/cefbb547e06a78d5bba931c33a9b997bb121bf25))
* pin to react 18 for now ([#3](https://github.com/storacha/bluesky-backup-webapp/issues/3)) ([ea7683a](https://github.com/storacha/bluesky-backup-webapp/commit/ea7683affbb80a232c66ea1ad97b3430c0d7bbff))
* remove apostrophes from html ([#4](https://github.com/storacha/bluesky-backup-webapp/issues/4)) ([41491ec](https://github.com/storacha/bluesky-backup-webapp/commit/41491ec83dee894422195daf962fd376b4a3f094))


### Other Changes

* add client_metadata ([08bba36](https://github.com/storacha/bluesky-backup-webapp/commit/08bba362c92fea96453c72bd0f4db765c880f787))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blusky-backup-app",
"version": "0.1.0",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit 83adf5d

Please # to comment.