Ecosystem metrics
- New Repos
- 15
- New
- Commits
- 892
- down 4.2%
- Releases
- 7
- up 75.0%
- Contributors
- 46
- down 14.8%
- Merges
- 32
- down 20.0%
Activity Overview
Commits and releases over time
- Commits
- Releases
- Authors
Repository Explorer
No repositories match that filter.
7001 commits in all time
Jun 04, 2026 20:22 – Sep 02, 2026 20:22 UTC
Merge 17518856a0c23126bfae87aef887ad1abd7133e4 into 0f211bf113f6199f1eaf28fa1f1ba2de3c0409b0
c5fef02e
pull/401/merge
12/314 ++ 46 --
0.8.8 + build on publish
0.8.7 shipped a stale dist: dist/ is gitignored and there was no prepublish build step, so npm published whatever build happened to be in the working directory (a Feb 11 build). The published 0.8.7 tarball is byte-identical to 0.8.6 apart from the version string, so the cache transaction sweeper from 393c571 never reached consumers. Add prepublishOnly so the package is always rebuilt from source before publishing, and bump to 0.8.8 (npm forbids republishing 0.8.7). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
a466d826
main
1/3 ++ 2 --
Merge b22b5aba0918d651293237dd21b6025ad7272003 into 2535dcaf5bfdd85c66e8efa6451466d9cd740e04
8c70ddd2
pull/369/merge
1/1 ++ 1 --
chore: bump androidx.navigation:navigation-compose in /DisneyScenicRides
Bumps androidx.navigation:navigation-compose from 2.9.8 to 2.10.0. --- updated-dependencies: - dependency-name: androidx.navigation:navigation-compose dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
b22b5aba
dependabot/gradle/DisneyScenicRides/androidx.navigation-navigation-compose-2.10.0
1/1 ++ 1 --
SuperChat functionality integrated
17518856
pull/401/head
12/314 ++ 46 --
fix(cache): sweep finished fake-indexeddb transactions on Node
fake-indexeddb's Database.transactions array is append-only: finished transactions are never removed, so long-lived Node processes retain ~5-7KB per cache operation until restart and rescan the growing array on every operation. This is the root cause of the daily memory sawtooth on allo staging (diagnosed 2026-09-02; unfixed upstream as of 6.2.5). Add a 10s sweeper interval, active only when the IndexedDB shim is in use, that drops finished transactions from the array. Safe because every upstream reader filters on transaction state. Verified: 500 saves leave 502 retained transactions before, 0 after the sweep, with all rows still queryable. Interim mitigation until the cache gets a proper Node backend (bounded Map/LRU instead of the IndexedDB shim). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
393c5719
main
1/31 ++ 1 --
Merge 4817c22c1d1188f4c584bf4356cd10fb671a64cb into 361d3066ffaca4241991cc6563403417bf562ecf
94abbeee
pull/23/merge
1/4,204 ++ 3,549 --
chore(deps): lock file maintenance
4817c22c
renovate/lock-file-maintenance
1/4,204 ++ 3,549 --
Merge ef990e5c7012958dc20c4c300486adfa7d0f6104 into 361d3066ffaca4241991cc6563403417bf562ecf
abda817f
pull/32/merge
2/346 ++ 520 --
chore(deps): update commitlint monorepo to v21
ef990e5c
renovate/major-commitlint-monorepo
2/346 ++ 520 --
Merge cb3db386959881526305d0b78db584e6fe172373 into 361d3066ffaca4241991cc6563403417bf562ecf
2a994c8d
pull/17/merge
4/3,364 ++ 1,955 --
fix(deps): update all non-major dependencies
cb3db386
renovate/all-minor-patch
4/3,364 ++ 1,955 --
chore: sync stable release 2.4.0 to main [skip ci]
This commit syncs the stable release version back to main branch to ensure the next beta cycle starts from the correct version base. Release: 2.4.0 Tag: v2.4.0
0ac12488
main
3/9 ++ 3 --
Notes added by 'git notes add'
31060f9f
notes/semantic-release-v2.4.0
1/1 ++ 0 --
chore(release): ref:stable 2.4.0 [skip ci]
## [2.4.0](https://github.com/algorandfoundation/algokit-lora/compare/v2.3.3...v2.4.0) (2026-09-02) ### 🚀 Features * support arc-89 ([#582](https://github.com/algorandfoundation/algokit-lora/issues/582)) ([4c1f16f](https://github.com/algorandfoundation/algokit-lora/commit/4c1f16fb1f9c8ad002b4a68e6795363218c64c01))
d686376f
release
3/9 ++ 3 --
chore: promote main (i.e. staging) to production
This promotion merges tested changes from main branch to release for production release.
d5b58eaf
release
149/3,323 ++ 3,081 --
Merge 3ac006a17e004cf8ba3cebbb1e6061dcd3ff6185 into 543110998c63b82a7f517c631c32ae62b9fbe9e3
9bf9a3f5
pull/944/merge
59/4,214 ++ 156 --
Notes added by 'git notes add'
06c3c9ad
notes/semantic-release-v2.4.0-beta.3
1/1 ++ 0 --
chore(release): ref:beta 2.4.0-beta.3 [skip ci]
## [2.4.0-beta.3](https://github.com/algorandfoundation/algokit-lora/compare/v2.4.0-beta.2...v2.4.0-beta.3) (2026-09-02)
6455a850
main
2/3 ++ 3 --
Merge 5fa3f13bee4a9a3076e059f4991e9528b4d491b2 into 8831744907d4ab235d02768621e22af996c76574
c7cbe171
pull/608/merge
3/36 ++ 26 --
Merge 2016d574f27a5c805613f934f58325c3ab11a67a into da04e1ab71ba7f0be2a95e8875d2c63fe75fb714
eb1cff03
pull/369/merge
1/1 ++ 1 --