Skip to content

Commit

Permalink
Merge branch 'main' into CU-86c0wjqg8_FEAT-Link-color-variables-of-SV…
Browse files Browse the repository at this point in the history
…G-illustrations_Max-Makaluk
  • Loading branch information
FussuChalice authored Feb 15, 2025
2 parents ba3068d + 17208e5 commit 9ab7ff1
Show file tree
Hide file tree
Showing 59 changed files with 977 additions and 723 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: npm ci && npm i -D @rollup/rollup-linux-x64-gnu

- name: Cypress run testing
uses: cypress-io/github-action@7271bed2a170d73c0b08939cd192db51a1c46c50
uses: cypress-io/github-action@d8ecebb25c9eaf9d4df9ad1aef88297ef2cb6f3c
with:
command-prefix: '--'
install: false
Expand Down
23 changes: 23 additions & 0 deletions .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Rebuild Staging Environment

on:
workflow_dispatch:
schedule:
- cron: '0 */6 * * *'

permissions: read-all

jobs:
main:
name: Deploy to Render
environment:
name: Staging
url: https://staging.organized-app.com
runs-on: ubuntu-latest
steps:
- name: Trigger deployment
uses: sws2apps/render-deployment@d091bd29255c83fd1110cf4cd099561179480c7b
with:
serviceId: ${{ secrets.RENDER_SERVICE_ID }}
apiKey: ${{ secrets.RENDER_API_KEY }}
multipleDeployment: false #optional, default true
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## [3.14.0](/~https://github.com/sws2apps/organized-app/compare/v3.13.1...v3.14.0) (2025-02-13)

### Bug Fixes

* **congregation:** limit persons option in user profile ([05e0db3](/~https://github.com/sws2apps/organized-app/commit/05e0db3ab408b22b28db6ac3b3669243f2a4d014))
* **congregation:** unable to select baptized brothers when adding users ([2b6133a](/~https://github.com/sws2apps/organized-app/commit/2b6133a5f0fbb3439ee453f7f2ff52d352591145))
* **locales:** three letters language code for portuguese ([ef8a8cd](/~https://github.com/sws2apps/organized-app/commit/ef8a8cd0e4fb8f748d022bd75efc1c9c0626c811))
* **ministry:** dynamically show credit hours in yearly stats ([816aa7b](/~https://github.com/sws2apps/organized-app/commit/816aa7be4b0a37561da1e6c67e034459149d89f2))
* **startup:** screens mixed up for email authentication ([8921413](/~https://github.com/sws2apps/organized-app/commit/8921413a688d7fd39a8765cd907e6d18aeb02b47))

### Features

* **assets:** use color variables in svg illustrations ([649e0eb](/~https://github.com/sws2apps/organized-app/commit/649e0ebf50684fa4c446c819cc0a779ebc1f1f70))

### Released behind flags

* **congregation:** handle null submitted month value from hourglass ([a341be0](/~https://github.com/sws2apps/organized-app/commit/a341be025820d07a81c1a9eaf50f20a400b13a96))

## [3.13.1](/~https://github.com/sws2apps/organized-app/compare/v3.13.0...v3.13.1) (2025-02-11)

### Bug Fixes
Expand Down
Loading

0 comments on commit 9ab7ff1

Please sign in to comment.