Compare commits

...

4 Commits

Author SHA1 Message Date
semantic-release-bot
6c1c97a598 chore(release): 1.0.4 [skip ci]
## [1.0.4](https://git.nostrdev.com/sigit/sigit.io/compare/v1.0.3...v1.0.4) (2025-01-31)

### Bug Fixes

* adding jq package ([673516e](673516e3ce))
2025-01-31 22:23:09 +00:00
b
a82cab36ef Merge pull request 'fix: adding jq package' (#318) from staging into main
All checks were successful
Release to Production / build_and_release (push) Successful in 2m11s
Reviewed-on: #318
2025-01-31 22:21:04 +00:00
b
0834e52316 Merge branch 'main' into staging
Some checks failed
Release to Staging / build_and_release (push) Has been cancelled
2025-01-31 22:19:51 +00:00
b
673516e3ce fix: adding jq package
Some checks failed
Release to Staging / build_and_release (push) Has been cancelled
2025-01-31 22:17:55 +00:00
3 changed files with 8 additions and 1 deletions

View File

@ -22,6 +22,7 @@ jobs:
npm ci npm ci
apt-get update apt-get update
apt-get install zip -y apt-get install zip -y
apt-get install jq
- name: Create .env File - name: Create .env File
run: echo "VITE_MOST_POPULAR_RELAYS=${{ vars.VITE_MOST_POPULAR_RELAYS }}" > .env run: echo "VITE_MOST_POPULAR_RELAYS=${{ vars.VITE_MOST_POPULAR_RELAYS }}" > .env

View File

@ -1,3 +1,9 @@
## [1.0.4](https://git.nostrdev.com/sigit/sigit.io/compare/v1.0.3...v1.0.4) (2025-01-31)
### Bug Fixes
- adding jq package ([673516e](https://git.nostrdev.com/sigit/sigit.io/commit/673516e3ce26a4006c112cd19d5987e181a4b10d))
## [1.0.3](https://git.nostrdev.com/sigit/sigit.io/compare/v1.0.2...v1.0.3) (2025-01-31) ## [1.0.3](https://git.nostrdev.com/sigit/sigit.io/compare/v1.0.2...v1.0.3) (2025-01-31)
### Bug Fixes ### Bug Fixes

View File

@ -1,7 +1,7 @@
{ {
"name": "sigit", "name": "sigit",
"private": true, "private": true,
"version": "1.0.3", "version": "1.0.4",
"type": "module", "type": "module",
"homepage": "https://sigit.io/", "homepage": "https://sigit.io/",
"license": "AGPL-3.0-or-later ", "license": "AGPL-3.0-or-later ",