Skip to content

Commit

Permalink
chore: update app versions manually
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljancar committed Jun 19, 2024
1 parent 8baae21 commit e4abf8f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/admin-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@chorizo/adminui",
"description": "AdminUI for Course managing Firebase data",
"private": false,
"version": "1.2.1",
"publishConfig": {
"access": "public"
},
Expand Down
1 change: 1 addition & 0 deletions apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"private": false,
"version": "1.2.1",
"repository": {
"type": "git"
},
Expand Down
1 change: 1 addition & 0 deletions apps/course/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"description": "Actual course interface for Chorizo's course platform",
"main": "index.js",
"private": false,
"version": "1.2.1",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit e4abf8f

Please sign in to comment.