Skip to content

Commit

Permalink
Merge pull request #687 from thinc-org/beta
Browse files Browse the repository at this point in the history
Deploy Production 9/6/2567
  • Loading branch information
leomotors authored Jun 9, 2024
2 parents b30ec9b + 64d461e commit c0f6a2c
Show file tree
Hide file tree
Showing 12 changed files with 82 additions and 5 deletions.
8 changes: 8 additions & 0 deletions .changeset/cold-fishes-greet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"reg-scraper": patch
"admin-api": patch
"api": patch
"web": patch
---

fix: build and lint error
19 changes: 19 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"mode": "exit",
"tag": "beta",
"initialVersions": {
"admin-api": "1.3.0",
"admin-web": "1.3.0",
"api": "1.9.0",
"reg-scraper": "1.5.0",
"web": "1.10.0",
"web-e2e": "0.3.0",
"@cgr/codegen": "1.5.0",
"@cgr/course-utils": "1.3.0",
"@cgr/project-config": "1.3.0",
"@cgr/schema": "1.5.0"
},
"changesets": [
"cold-fishes-greet"
]
}
6 changes: 6 additions & 0 deletions apps/admin-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# admin-api

## 1.3.1-beta.0

### Patch Changes

- 90eecbe: fix: build and lint error

## 1.3.0

### Minor Changes
Expand Down
3 changes: 2 additions & 1 deletion apps/admin-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "admin-api",
"version": "1.3.0",
"version": "1.3.1-beta.0",
"description": "",
"author": "",
"private": true,
Expand Down Expand Up @@ -41,6 +41,7 @@
"@types/express": "^4.17.21",
"@types/node": "^20.11.25",
"eslint": "8.57.0",
"rimraf": "^5.0.7",
"ts-morph": "^21.0.1",
"typescript": "~5.4.2"
}
Expand Down
6 changes: 6 additions & 0 deletions apps/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# api

## 1.9.1-beta.0

### Patch Changes

- 90eecbe: fix: build and lint error

## 1.9.0

### Minor Changes
Expand Down
3 changes: 2 additions & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api",
"version": "1.9.0",
"version": "1.9.1-beta.0",
"private": true,
"scripts": {
"dev": "nest start --watch",
Expand All @@ -17,6 +17,7 @@
"@types/node": "20.11.25",
"@types/passport-jwt": "^4.0.1",
"eslint": "8.57.0",
"rimraf": "^5.0.7",
"ts-morph": "^21.0.1",
"typescript": "~5.4.2"
},
Expand Down
6 changes: 6 additions & 0 deletions apps/reg-scraper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# reg-scraper

## 1.5.1-beta.0

### Patch Changes

- 90eecbe: fix: build and lint error

## 1.5.0

### Minor Changes
Expand Down
3 changes: 2 additions & 1 deletion apps/reg-scraper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reg-scraper",
"version": "1.5.0",
"version": "1.5.1-beta.0",
"private": true,
"scripts": {
"dev": "nest start --watch",
Expand All @@ -15,6 +15,7 @@
"@types/node": "20.11.25",
"@types/tough-cookie": "4.0.5",
"eslint": "8.57.0",
"rimraf": "^5.0.7",
"typescript": "~5.4.2"
},
"dependencies": {
Expand Down
6 changes: 6 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# web

## 1.10.1-beta.0

### Patch Changes

- 90eecbe: fix: build and lint error

## 1.10.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web",
"version": "1.10.0",
"version": "1.10.1-beta.0",
"private": true,
"scripts": {
"dev": "next dev -p 4200",
Expand Down
6 changes: 5 additions & 1 deletion apps/web/src/common/components/TopBar/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
import { useRouter } from 'next/router'

import { AnnouncementBar } from './components/AnnouncementBar'
import { getAnnouncement1, getNotRegChulaWarning, term67Issue } from './components/AnnouncementBar/announcements'
import {
getAnnouncement1,
getNotRegChulaWarning,
term67Issue,
} from './components/AnnouncementBar/announcements'
import { ConfigBar } from './components/ConfigBar'
import { ConfigBarLayout } from './components/ConfigBar/styled'
import { NavBar } from './components/NavBar'
Expand Down
19 changes: 19 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit c0f6a2c

Please sign in to comment.