Skip to content

Commit

Permalink
Merge pull request #665 from thinc-org/beta
Browse files Browse the repository at this point in the history
Deploy Production 5/2/2567
  • Loading branch information
leomotors authored Feb 5, 2024
2 parents da28855 + f4fc8e0 commit ca3a95f
Show file tree
Hide file tree
Showing 40 changed files with 4,020 additions and 3,312 deletions.
5 changes: 5 additions & 0 deletions .changeset/lucky-phones-listen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'web': patch
---

fix: recommendation crashing website (unexpected behavior of useEffect)
9 changes: 9 additions & 0 deletions .changeset/nasty-pandas-burn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
'reg-scraper': minor
'admin-api': minor
'admin-web': minor
'api': minor
'web': minor
---

chore: bump deps and webpack
5 changes: 5 additions & 0 deletions .changeset/plenty-rivers-shave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'web': minor
---

update current semester
24 changes: 24 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"mode": "exit",
"tag": "beta",
"initialVersions": {
"admin-api": "1.0.0",
"admin-web": "1.0.0",
"api": "1.6.0",
"reg-scraper": "1.2.0",
"web": "1.7.0",
"web-e2e": "0.0.1",
"@cgr/codegen": "1.2.1",
"@cgr/course-utils": "1.0.3",
"@cgr/project-config": "1.0.1",
"@cgr/schema": "1.2.0"
},
"changesets": [
"lucky-phones-listen",
"nasty-pandas-burn",
"plenty-rivers-shave",
"red-keys-approve",
"silent-pants-attack",
"wise-bottles-mate"
]
}
5 changes: 5 additions & 0 deletions .changeset/red-keys-approve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'web': minor
---

feat(web): exam ics improvement
14 changes: 14 additions & 0 deletions .changeset/silent-pants-attack.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
'@cgr/project-config': minor
'@cgr/course-utils': minor
'reg-scraper': minor
'@cgr/codegen': minor
'@cgr/schema': minor
'admin-api': minor
'admin-web': minor
'web-e2e': minor
'api': minor
'web': minor
---

chore: bump patch and minor deps
5 changes: 5 additions & 0 deletions .changeset/wise-bottles-mate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'web': minor
---

feat(web): download exam ics
12 changes: 12 additions & 0 deletions apps/admin-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# admin-api

## 1.1.0-beta.0

### Minor Changes

- 9b7de076: chore: bump deps and webpack
- 61d07e46: chore: bump patch and minor deps

### Patch Changes

- Updated dependencies [61d07e46]
- @cgr/schema@1.3.0-beta.0

## 1.0.0

### Major Changes
Expand Down
32 changes: 16 additions & 16 deletions apps/admin-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "admin-api",
"version": "1.0.0",
"version": "1.1.0-beta.0",
"description": "",
"author": "",
"private": true,
Expand All @@ -14,11 +14,11 @@
"prebuild": "rimraf dist"
},
"dependencies": {
"@apollo/server": "^4.7.1",
"@apollo/server": "^4.9.3",
"@cgr/schema": "workspace:*",
"@nestjs/apollo": "^11.0.5",
"@nestjs/apollo": "^11.0.6",
"@nestjs/axios": "^2.0.0",
"@nestjs/cli": "^9.0.0",
"@nestjs/cli": "^9.5.0",
"@nestjs/common": "9.4.0",
"@nestjs/config": "2.2.0",
"@nestjs/core": "9.4.0",
Expand All @@ -27,24 +27,24 @@
"@nestjs/mongoose": "9.2.1",
"@nestjs/platform-express": "9.4.0",
"@nestjs/schedule": "2.1.0",
"@slack/webhook": "6.0.0",
"@slack/webhook": "6.1.0",
"axios": "0.23.0",
"class-transformer": "0.3.1",
"class-validator": "0.14.0",
"cookie-parser": "1.4.6",
"graphql": "16.6.0",
"graphql": "16.8.1",
"mongoose": "6.12.0",
"rxjs": "^7.8.0"
"rxjs": "^7.8.1"
},
"devDependencies": {
"@types/cookie-parser": "^1.4.3",
"@types/express": "^4.17.16",
"@types/jest": "28.1.8",
"@types/node": "^18.11.18",
"eslint": "8.49.0",
"jest": "28.1.3",
"ts-jest": "28.0.8",
"ts-morph": "^18.0.0",
"typescript": "~4.7.4"
"@types/cookie-parser": "^1.4.4",
"@types/express": "^4.17.18",
"@types/jest": "29.5.5",
"@types/node": "^18.18.1",
"eslint": "8.50.0",
"jest": "29.7.0",
"ts-jest": "29.1.1",
"ts-morph": "^20.0.0",
"typescript": "~5.2.2"
}
}
13 changes: 13 additions & 0 deletions apps/admin-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# admin-web

## 1.1.0-beta.0

### Minor Changes

- 9b7de076: chore: bump deps and webpack
- 61d07e46: chore: bump patch and minor deps

### Patch Changes

- Updated dependencies [61d07e46]
- @cgr/course-utils@1.1.0-beta.0
- @cgr/codegen@1.3.0-beta.0

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/admin-web/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const nextConfig = {
},
eslint: {
ignoreDuringBuilds: true,
}
},
}

module.exports = nextConfig
30 changes: 15 additions & 15 deletions apps/admin-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "admin-web",
"version": "1.0.0",
"version": "1.1.0-beta.0",
"private": true,
"scripts": {
"dev": "next dev -p 4201",
Expand All @@ -10,28 +10,28 @@
"format": "eslint src --fix"
},
"devDependencies": {
"@types/node": "18.11.18",
"@types/react": "18.0.20",
"@types/react-dom": "18.0.6",
"eslint": "8.49.0",
"typescript": "~4.7.4"
"@types/node": "18.18.1",
"@types/react": "18.2.24",
"@types/react-dom": "18.2.8",
"eslint": "8.50.0",
"typescript": "~5.2.2"
},
"dependencies": {
"@apollo/client": "^3.7.7",
"@apollo/client": "^3.8.4",
"@cgr/codegen": "workspace:*",
"@cgr/course-utils": "workspace:*",
"@emotion/react": "11.10.4",
"@emotion/styled": "11.10.4",
"@mui/icons-material": "5.8.4",
"@mui/material": "5.9.1",
"@mui/styled-engine-sc": "^5.11.0",
"@next/font": "13.1.6",
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@mui/icons-material": "5.14.11",
"@mui/material": "5.14.11",
"@mui/styled-engine-sc": "^5.14.11",
"@next/font": "13.5.3",
"axios": "0.23.0",
"isomorphic-dompurify": "0.20.0",
"next": "^13.0.0",
"next": "^13.5.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "2.3.0",
"react-hot-toast": "2.4.1",
"styled-components": "5.3.5"
}
}
2 changes: 1 addition & 1 deletion apps/admin-web/src/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default function Document() {
<Html lang="en">
<Head>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossOrigin="true" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossOrigin="anonymous" />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&family=Prompt:wght@400;500;700&display=swap"
rel="stylesheet"
Expand Down
12 changes: 12 additions & 0 deletions apps/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# api

## 1.7.0-beta.0

### Minor Changes

- 9b7de076: chore: bump deps and webpack
- 61d07e46: chore: bump patch and minor deps

### Patch Changes

- Updated dependencies [61d07e46]
- @cgr/schema@1.3.0-beta.0

## 1.6.0

### Minor Changes
Expand Down
48 changes: 24 additions & 24 deletions apps/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api",
"version": "1.6.0",
"version": "1.7.0-beta.0",
"private": true,
"scripts": {
"dev": "nest start --watch",
Expand All @@ -11,24 +11,24 @@
"prebuild": "rimraf dist"
},
"devDependencies": {
"@nestjs/cli": "^9.0.0",
"@types/cookie-parser": "^1.4.3",
"@types/express": "^4.17.16",
"@types/jest": "28.1.8",
"@types/node": "^18.11.18",
"@types/passport-jwt": "^3.0.8",
"eslint": "8.49.0",
"jest": "28.1.3",
"ts-jest": "28.0.8",
"ts-morph": "^18.0.0",
"typescript": "~4.7.4"
"@nestjs/cli": "^9.5.0",
"@types/cookie-parser": "^1.4.4",
"@types/express": "^4.17.18",
"@types/jest": "29.5.5",
"@types/node": "18.18.1",
"@types/passport-jwt": "^3.0.10",
"eslint": "8.50.0",
"jest": "29.7.0",
"ts-jest": "29.1.1",
"ts-morph": "^20.0.0",
"typescript": "~5.2.2"
},
"dependencies": {
"@apollo/server": "^4.7.1",
"@apollo/server": "^4.9.3",
"@cgr/schema": "workspace:*",
"@grpc/grpc-js": "1.4.4",
"@grpc/proto-loader": "0.6.7",
"@nestjs/apollo": "^11.0.5",
"@grpc/grpc-js": "1.9.4",
"@grpc/proto-loader": "0.7.10",
"@nestjs/apollo": "^11.0.6",
"@nestjs/common": "9.4.0",
"@nestjs/config": "2.2.0",
"@nestjs/core": "9.4.0",
Expand All @@ -37,24 +37,24 @@
"@nestjs/mongoose": "9.2.1",
"@nestjs/passport": "7.1.5",
"@nestjs/platform-express": "9.4.0",
"@opensearch-project/opensearch": "2.1.0",
"@slack/webhook": "6.0.0",
"@opensearch-project/opensearch": "2.3.1",
"@slack/webhook": "6.1.0",
"@typegoose/typegoose": "9.1.0",
"class-transformer": "0.3.1",
"class-validator": "0.14.0",
"cookie-parser": "1.4.6",
"google-auth-library": "^8.7.0",
"google-auth-library": "^8.9.0",
"googleapis": "88.2.0",
"googleapis-common": "5.0.5",
"graphql": "16.6.0",
"graphql": "16.8.1",
"jsonschema": "^1.4.1",
"mongoose": "6.12.0",
"nest-winston": "^1.8.0",
"nest-winston": "^1.9.4",
"nestjs-opensearch": "^0.3.2",
"passport": "0.6.0",
"passport-jwt": "4.0.0",
"rxjs": "^7.8.0",
"passport-jwt": "4.0.1",
"rxjs": "^7.8.1",
"serialize-error": "8.1.0",
"winston": "3.8.2"
"winston": "3.10.0"
}
}
12 changes: 12 additions & 0 deletions apps/reg-scraper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# reg-scraper

## 1.3.0-beta.0

### Minor Changes

- 9b7de076: chore: bump deps and webpack
- 61d07e46: chore: bump patch and minor deps

### Patch Changes

- Updated dependencies [61d07e46]
- @cgr/schema@1.3.0-beta.0

## 1.2.0

### Minor Changes
Expand Down
Loading

0 comments on commit ca3a95f

Please sign in to comment.