Skip to content

Commit 0077f0d

Browse files
author
Rajat Saxena
committed
v0.54.12
1 parent a4eb83a commit 0077f0d

File tree

2 files changed

+97
-94
lines changed

2 files changed

+97
-94
lines changed

apps/web/package.json

Lines changed: 94 additions & 94 deletions
Original file line numberDiff line numberDiff line change
@@ -1,96 +1,96 @@
11
{
2-
"name": "@courselit/web",
3-
"version": "0.54.11",
4-
"private": true,
5-
"scripts": {
6-
"dev": "next dev",
7-
"build": "next build",
8-
"start": "next start",
9-
"lint": "next lint",
10-
"prettier": "prettier --write **/*.ts"
11-
},
12-
"dependencies": {
13-
"@courselit/common-logic": "workspace:^",
14-
"@courselit/common-models": "workspace:^",
15-
"@courselit/common-widgets": "workspace:^",
16-
"@courselit/components-library": "workspace:^",
17-
"@courselit/icons": "workspace:^",
18-
"@courselit/state-management": "workspace:^",
19-
"@courselit/utils": "workspace:^",
20-
"@hookform/resolvers": "^3.9.1",
21-
"@radix-ui/react-alert-dialog": "^1.1.2",
22-
"@radix-ui/react-avatar": "^1.1.3",
23-
"@radix-ui/react-checkbox": "^1.1.4",
24-
"@radix-ui/react-collapsible": "^1.1.3",
25-
"@radix-ui/react-compose-refs": "^1.1.1",
26-
"@radix-ui/react-dialog": "^1.1.6",
27-
"@radix-ui/react-dropdown-menu": "^2.1.6",
28-
"@radix-ui/react-label": "^2.1.2",
29-
"@radix-ui/react-popover": "^1.1.6",
30-
"@radix-ui/react-radio-group": "^1.2.3",
31-
"@radix-ui/react-scroll-area": "^1.2.3",
32-
"@radix-ui/react-select": "^2.1.6",
33-
"@radix-ui/react-separator": "^1.1.2",
34-
"@radix-ui/react-slot": "^1.1.2",
35-
"@radix-ui/react-switch": "^1.1.3",
36-
"@radix-ui/react-tabs": "^1.1.3",
37-
"@radix-ui/react-toast": "^1.2.6",
38-
"@radix-ui/react-tooltip": "^1.1.8",
39-
"@radix-ui/react-visually-hidden": "^1.1.0",
40-
"@stripe/stripe-js": "^5.4.0",
41-
"@types/base-64": "^1.0.0",
42-
"archiver": "^5.3.1",
43-
"aws4": "^1.13.2",
44-
"base-64": "^1.0.0",
45-
"chart.js": "^4.4.7",
46-
"class-variance-authority": "^0.7.0",
47-
"clsx": "^2.1.1",
48-
"cookie": "^0.4.2",
49-
"date-fns": "^4.1.0",
50-
"graphql": "^16.10.0",
51-
"graphql-type-json": "^0.3.2",
52-
"lodash.debounce": "^4.0.8",
53-
"lucide-react": "^0.475.0",
54-
"mongodb": "^6.15.0",
55-
"mongoose": "^8.13.1",
56-
"next": "^14.2.4",
57-
"next-auth": "5.0.0-beta.19",
58-
"nodemailer": "^6.7.2",
59-
"pug": "^3.0.2",
60-
"razorpay": "^2.9.4",
61-
"react": "^18.2.0",
62-
"react-chartjs-2": "^5.3.0",
63-
"react-csv": "^2.2.2",
64-
"react-dom": "^18.2.0",
65-
"react-hook-form": "^7.54.1",
66-
"react-redux": "^8.1.2",
67-
"recharts": "^2.15.1",
68-
"remirror": "^3.0.1",
69-
"sharp": "^0.33.2",
70-
"slugify": "^1.6.5",
71-
"stripe": "^17.5.0",
72-
"tailwind-merge": "^2.5.4",
73-
"tailwindcss-animate": "^1.0.7",
74-
"zod": "^3.24.1"
75-
},
76-
"devDependencies": {
77-
"@types/bcryptjs": "^2.4.2",
78-
"@types/cookie": "^0.4.1",
79-
"@types/mongodb": "^4.0.7",
80-
"@types/node": "17.0.21",
81-
"@types/nodemailer": "^6.4.4",
82-
"@types/pug": "^2.0.6",
83-
"@types/react": "18.2.31",
84-
"@types/react-redux": "^7.1.23",
85-
"@types/redux-thunk": "^2.1.0",
86-
"eslint": "8.48.0",
87-
"eslint-config-next": "^14.0.4",
88-
"eslint-config-prettier": "^9.0.0",
89-
"postcss": "^8.4.27",
90-
"prettier": "^3.0.2",
91-
"tailwind-config": "workspace:^",
92-
"tailwindcss": "^3.4.1",
93-
"tsconfig": "workspace:^",
94-
"typescript": "^5.6.2"
95-
}
2+
"name": "@courselit/web",
3+
"version": "0.54.12",
4+
"private": true,
5+
"scripts": {
6+
"dev": "next dev",
7+
"build": "next build",
8+
"start": "next start",
9+
"lint": "next lint",
10+
"prettier": "prettier --write **/*.ts"
11+
},
12+
"dependencies": {
13+
"@courselit/common-logic": "workspace:^",
14+
"@courselit/common-models": "workspace:^",
15+
"@courselit/common-widgets": "workspace:^",
16+
"@courselit/components-library": "workspace:^",
17+
"@courselit/icons": "workspace:^",
18+
"@courselit/state-management": "workspace:^",
19+
"@courselit/utils": "workspace:^",
20+
"@hookform/resolvers": "^3.9.1",
21+
"@radix-ui/react-alert-dialog": "^1.1.2",
22+
"@radix-ui/react-avatar": "^1.1.3",
23+
"@radix-ui/react-checkbox": "^1.1.4",
24+
"@radix-ui/react-collapsible": "^1.1.3",
25+
"@radix-ui/react-compose-refs": "^1.1.1",
26+
"@radix-ui/react-dialog": "^1.1.6",
27+
"@radix-ui/react-dropdown-menu": "^2.1.6",
28+
"@radix-ui/react-label": "^2.1.2",
29+
"@radix-ui/react-popover": "^1.1.6",
30+
"@radix-ui/react-radio-group": "^1.2.3",
31+
"@radix-ui/react-scroll-area": "^1.2.3",
32+
"@radix-ui/react-select": "^2.1.6",
33+
"@radix-ui/react-separator": "^1.1.2",
34+
"@radix-ui/react-slot": "^1.1.2",
35+
"@radix-ui/react-switch": "^1.1.3",
36+
"@radix-ui/react-tabs": "^1.1.3",
37+
"@radix-ui/react-toast": "^1.2.6",
38+
"@radix-ui/react-tooltip": "^1.1.8",
39+
"@radix-ui/react-visually-hidden": "^1.1.0",
40+
"@stripe/stripe-js": "^5.4.0",
41+
"@types/base-64": "^1.0.0",
42+
"archiver": "^5.3.1",
43+
"aws4": "^1.13.2",
44+
"base-64": "^1.0.0",
45+
"chart.js": "^4.4.7",
46+
"class-variance-authority": "^0.7.0",
47+
"clsx": "^2.1.1",
48+
"cookie": "^0.4.2",
49+
"date-fns": "^4.1.0",
50+
"graphql": "^16.10.0",
51+
"graphql-type-json": "^0.3.2",
52+
"lodash.debounce": "^4.0.8",
53+
"lucide-react": "^0.475.0",
54+
"mongodb": "^6.15.0",
55+
"mongoose": "^8.13.1",
56+
"next": "^14.2.4",
57+
"next-auth": "5.0.0-beta.19",
58+
"nodemailer": "^6.7.2",
59+
"pug": "^3.0.2",
60+
"razorpay": "^2.9.4",
61+
"react": "^18.2.0",
62+
"react-chartjs-2": "^5.3.0",
63+
"react-csv": "^2.2.2",
64+
"react-dom": "^18.2.0",
65+
"react-hook-form": "^7.54.1",
66+
"react-redux": "^8.1.2",
67+
"recharts": "^2.15.1",
68+
"remirror": "^3.0.1",
69+
"sharp": "^0.33.2",
70+
"slugify": "^1.6.5",
71+
"stripe": "^17.5.0",
72+
"tailwind-merge": "^2.5.4",
73+
"tailwindcss-animate": "^1.0.7",
74+
"zod": "^3.24.1"
75+
},
76+
"devDependencies": {
77+
"@types/bcryptjs": "^2.4.2",
78+
"@types/cookie": "^0.4.1",
79+
"@types/mongodb": "^4.0.7",
80+
"@types/node": "17.0.21",
81+
"@types/nodemailer": "^6.4.4",
82+
"@types/pug": "^2.0.6",
83+
"@types/react": "18.2.31",
84+
"@types/react-redux": "^7.1.23",
85+
"@types/redux-thunk": "^2.1.0",
86+
"eslint": "8.48.0",
87+
"eslint-config-next": "^14.0.4",
88+
"eslint-config-prettier": "^9.0.0",
89+
"postcss": "^8.4.27",
90+
"prettier": "^3.0.2",
91+
"tailwind-config": "workspace:^",
92+
"tailwindcss": "^3.4.1",
93+
"tsconfig": "workspace:^",
94+
"typescript": "^5.6.2"
95+
}
9696
}

release.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ fi
3232
# VERSION=$(grep -m1 '"version":' apps/web/package.json | cut -d'"' -f4)
3333
VERSION=$1
3434

35+
# Update version in apps/web/package.json
36+
jq --arg version "$VERSION" '.version = $version' apps/web/package.json > tmp.json && mv tmp.json apps/web/package.json
37+
3538
# commit, tag and push
3639
git add .
3740
git commit -m v$VERSION

0 commit comments

Comments
 (0)