Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [2.1.1](https://github.com/unibeck/solstatus/compare/solstatus@v2.1.0...solstatus@v2.1.1) (2025-09-08)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @solstatus/infra bumped to 2.1.1

## [2.1.0](https://github.com/unibeck/solstatus/compare/solstatus@v2.0.0...solstatus@v2.1.0) (2025-07-09)


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": "solstatus",
"version": "2.1.0",
"version": "2.1.1",
"description": "Self host a low-cost, globally-distributed uptime monitoring service on Cloudflare",
"keywords": [
"solstatus",
Expand Down
2 changes: 1 addition & 1 deletion packages/app/next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { execSync } from "node:child_process"
import type { NextConfig } from "next"

// x-release-please-start-version
const APP_VERSION = "2.1.0"
const APP_VERSION = "2.1.1"
// x-release-please-end-version

let gitCommitSHA = "dev"
Expand Down