Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit f950131

Browse files
authored
Merge pull request #76 from unibeck/release-please--branches--master--components--solstatus
chore(master): release solstatus 1.7.1
2 parents 7221c18 + 3ce392c commit f950131

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.7.0"
2+
".": "1.7.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.7.1](https://github.com/unibeck/solstatus/compare/solstatus@v1.7.0...solstatus@v1.7.1) (2025-05-25)
4+
5+
6+
### Bug Fixes
7+
8+
* Revert drizzle-zod dependency update ([7221c18](https://github.com/unibeck/solstatus/commit/7221c183dcb427d1799f8dc63175aef2baa4a8cb)), closes [#74](https://github.com/unibeck/solstatus/issues/74)
9+
310
## [1.7.0](https://github.com/unibeck/solstatus/compare/solstatus@v1.6.2...solstatus@v1.7.0) (2025-05-22)
411

512

next.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { execSync } from "node:child_process"
22
import type { NextConfig } from "next"
33

44
// x-release-please-start-version
5-
const APP_VERSION = "1.7.0"
5+
const APP_VERSION = "1.7.1"
66
// x-release-please-end-version
77

88
let gitCommitSHA = "dev"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "solstatus",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"private": true,
55
"type": "module",
66
"packageManager": "pnpm@10.11.0",

0 commit comments

Comments
 (0)