33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6- # [ 2.0.0-alpha.29] ( https://github.com/ulixee/platform/compare/v2.0.0-alpha.28...v2.0.0-alpha.29 ) (2024-07-16)
6+ # [ 2.0.0-alpha.30] ( https://github.com/ulixee/platform/compare/v2.0.0-alpha.29...v2.0.0-alpha.30 ) (2024-10-11)
7+
8+ ### Bug Fixes
9+
10+ * ** datastore:** local address not properly recognized ([ b3f04fd] ( https://github.com/ulixee/platform/commit/b3f04fd2a6cc6b97a068efb416e4c70d71f1ec8d ) )
11+ * ** datastore:** tests broken from argon updates ([ 827064c] ( https://github.com/ulixee/platform/commit/827064c9290b75d15920b66634b2902fabb3fcfa ) )
12+ * ** packager:** allow full cloud cli commands ([ 4fdbcbf] ( https://github.com/ulixee/platform/commit/4fdbcbfb6e9150641021bec34e7b8fab124c0218 ) )
13+ * update to support hero monorepo ([ 9fc427e] ( https://github.com/ulixee/platform/commit/9fc427e6d1bfb3d7950a53f15712f8c4479a50ad ) )
14+
15+ ### Features
716
17+ * ** cloud:** add a public host option ([ e748965] ( https://github.com/ulixee/platform/commit/e748965b5f14cc74016fb59ac24cd76995f6131a ) )
18+ * ** cloud:** generate localchain if needed ([ 965be3f] ( https://github.com/ulixee/platform/commit/965be3f2e313bff7da0f2d32c8d3fc6d28528011 ) )
19+ * ** datastore:** allow funding smaller channels ([ 8186657] ( https://github.com/ulixee/platform/commit/818665771b700535f648aa3be8d6885847d247e1 ) )
20+ * ** datastore:** allow importing an argon account ([ e9d5d54] ( https://github.com/ulixee/platform/commit/e9d5d542ca479345f683a3569ba6e73255d0aab4 ) )
21+ * ** datastore:** fix reboot recovery of channels ([ 891fc0d] ( https://github.com/ulixee/platform/commit/891fc0d4b18b6cf3b896647dceb427876aeaaad2 ) )
22+ * ** datastore:** track query/cloud localchain ([ b2f12d0] ( https://github.com/ulixee/platform/commit/b2f12d00e91f90d58d6c5adbbf10ca140afe06de ) )
23+ * remove payment info from manifest ([ b4a9ad5] ( https://github.com/ulixee/platform/commit/b4a9ad57289c4c94ac0ee0860c2cf0f89aaabab4 ) )
24+ * ** website:** watch mode ([ 4741798] ( https://github.com/ulixee/platform/commit/4741798fdfd47a4fcdfc22f79836796efcb5b9f6 ) )
25+
26+ # [ 2.0.0-alpha.29] ( https://github.com/ulixee/platform/compare/v2.0.0-alpha.28...v2.0.0-alpha.29 ) (2024-07-16)
827
928### Bug Fixes
1029
1130* ** datastores:** include rollup json ([ 9797762] ( https://github.com/ulixee/platform/commit/97977625ad2d2158131a1e43ea7a42009e0e5c5e ) ), closes [ #201 ] ( https://github.com/ulixee/platform/issues/201 )
1231* ** end-to-end:** use docker for e2e tests ([ 3f243de] ( https://github.com/ulixee/platform/commit/3f243deb40d2b1cc86048d171d574b3690a29395 ) )
1332* ** github:** databroker tests broken ([ 801f62c] ( https://github.com/ulixee/platform/commit/801f62cad9e16e441cbea7fe3660098ade31ef34 ) )
1433
15-
1634### Features
1735
1836* ** databroker:** new feature to delegate payment ([ 47900e3] ( https://github.com/ulixee/platform/commit/47900e314b8d9f59f88598b1d914e211e1ae5bdf ) )
@@ -22,26 +40,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
2240* ** desktop:** update wallet ux ([ 3b9fbfb] ( https://github.com/ulixee/platform/commit/3b9fbfba9c91bec72b3dbc4b88b83eb39992d617 ) )
2341* integrate argon payments to desktop ([ b8a7ffd] ( https://github.com/ulixee/platform/commit/b8a7ffd651d88160afbfe7906c09e2eac06a345d ) )
2442
25-
26-
27-
28-
2943# [ 2.0.0-alpha.28] ( https://github.com/ulixee/platform/compare/v2.0.0-alpha.27...v2.0.0-alpha.28 ) (2024-03-11)
3044
3145** Note:** Version bump only for package @ulixee/platform
3246
33-
34-
35-
36-
3747# [ 2.0.0-alpha.27] ( https://github.com/ulixee/platform/compare/v2.0.0-alpha.26...v2.0.0-alpha.27 ) (2024-03-01)
3848
3949** Note:** Version bump only for package @ulixee/platform
4050
41-
42-
43-
44-
4551# [ 2.0.0-alpha.26] ( https://github.com/ulixee/platform/compare/v2.0.0-alpha.25...v2.0.0-alpha.26 ) (2024-02-02)
4652
4753### Bug Fixes
0 commit comments