Skip to content

Commit 57a8159

Browse files
committed
⬆️ update Meteor.js version and dependencies
✨ new (re-designed) feature: customer dashboards with password protection and custom slug support (thanks @el3ctrician) 🐳 updated and fixed Docker build ❌ remove sandstorm support ❌ remove custom extension support (thanks @JLGitHub66) 🔒 enhance webhook domain normalization in APIroutes.js (thanks @JLGitHub66) 🔒 do not expose sensitive global settings like API keys anymore (thanks @QiaoNPC) 🐎 add rspack.config.js for modern build configuration 💄 move to bootsrap 5 native dark/light mode 🏗️ fix apidocs build and remove deprecated codeql analysis
1 parent 77b26e1 commit 57a8159

3 files changed

Lines changed: 5 additions & 31 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

.github/workflows/update-apidocs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ on:
88
push:
99
branches:
1010
- master # Change this to your default branch (e.g., master)
11-
11+
permissions:
12+
contents: write
13+
pages: write
14+
id-token: write
1215
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1316
jobs:
1417
build-and-deploy:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "titra",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"private": true,
55
"scripts": {
66
"start": "meteor run"

0 commit comments

Comments
 (0)