Skip to content

Commit

Permalink
chore: add custom token
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljancar committed Jun 19, 2024
1 parent bd76679 commit 1b142a4
Show file tree
Hide file tree
Showing 6 changed files with 56 additions and 24 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:

- name: Semantic Release
env:
GH_RELEASE: ${{ secrets.GH_RELEASE }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release
21 changes: 19 additions & 2 deletions apps/admin-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@chorizo/adminui",
"description": "AdminUI for Course managing Firebase data",
"private": false,
"version": "0.0.0",
"version": "0.0.1",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand Down Expand Up @@ -34,5 +34,22 @@
"semantic-release-yarn": "^3.0.2",
"typescript": "^5.0.2",
"vite": "^5.2.8"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/danieljancar/chorizo.git"
},
"bugs": {
"url": "https://github.com/danieljancar/chorizo/issues"
},
"homepage": "https://github.com/danieljancar/chorizo#readme",
"keywords": [
"AdminUI",
"Firebase",
"FireCMS",
"React",
"Chorizo"
],
"author": "Daniel Jancar",
"license": "MIT"
}
35 changes: 18 additions & 17 deletions apps/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "@chorizo/cli",
"version": "1.0.0",
"version": "0.0.1",
"description": "A CLI for setting up and maintaining Chorizo course instances",
"private": false,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand All @@ -11,31 +12,31 @@
"bin": {
"chorizo": "./dist/index.js"
},
"dependencies": {
"@types/inquirer": "^9.0.7",
"@types/node": "^20.12.12",
"commander": "^12.1.0",
"firebase-tools": "^13.11.2",
"inquirer": "^8.2.6",
"simple-git": "^3.24.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"winston": "^3.13.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danieljancar/chorizo.git"
},
"bugs": {
"url": "https://github.com/danieljancar/chorizo/issues"
},
"homepage": "https://github.com/danieljancar/chorizo#readme",
"keywords": [
"chorizo",
"cli",
"course",
"setup"
],
"author": "Daniel Jancar",
"license": "MIT",
"bugs": {
"url": "https://github.com/danieljancar/chorizo/issues"
},
"homepage": "https://github.com/danieljancar/chorizo#readme",
"dependencies": {
"@types/inquirer": "^9.0.7",
"@types/node": "^20.12.12",
"commander": "^12.1.0",
"firebase-tools": "^13.11.2",
"inquirer": "^8.2.6",
"simple-git": "^3.24.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"winston": "^3.13.0"
}
"license": "MIT"
}
17 changes: 15 additions & 2 deletions apps/course/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@chorizo/course",
"description": "Actual course interface for Chorizo's course platform",
"version": "0.0.0",
"version": "0.0.1",
"main": "index.js",
"scripts": {
"ng": "ng",
Expand Down Expand Up @@ -56,8 +56,21 @@
"tailwindcss": "^3.4.1",
"typescript": "~5.3.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danieljancar/chorizo.git"
},
"bugs": {
"url": "https://github.com/danieljancar/chorizo/issues"
},
"homepage": "https://github.com/danieljancar/chorizo#readme",
"keywords": [
"Angular"
"Angular",
"Firebase",
"Course",
"Chorizo",
"Platform",
"Learning"
],
"author": "Daniel Jancar",
"license": "MIT"
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "chorizo",
"name": "@chorizo/monorepo",
"version": "0.1.0",
"description": "A self-hosted course management platform. Manage courses, create entry lists, and share downloadable resources seamlessly. Fully dynamic and tailored for streamlined administration.",
"scripts": {
Expand Down

0 comments on commit 1b142a4

Please sign in to comment.