Skip to content

Commit

Permalink
v0.34.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajat Saxena committed May 24, 2023
1 parent e011ac3 commit 50af225
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 9 deletions.
9 changes: 9 additions & 0 deletions .yarn/versions/9b145a38.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
undecided:
- "@courselit/docs"
- "@courselit/queue"
- "@courselit/web"
- "@courselit/common-models"
- "@courselit/common-widgets"
- "@courselit/components-library"
- "@courselit/state-management"
- "@courselit/text-editor"
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@courselit/docs",
"type": "module",
"version": "0.11.1",
"version": "0.11.2",
"private": true,
"scripts": {
"dev": "astro dev",
Expand Down
2 changes: 1 addition & 1 deletion apps/queue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@courselit/queue",
"version": "0.2.1",
"version": "0.2.2",
"private": true,
"packageManager": "yarn@3.2.0",
"scripts": {
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": "@courselit/web",
"version": "0.34.1",
"version": "0.34.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/common-models/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@courselit/common-models",
"version": "0.34.1",
"version": "0.34.2",
"description": "Models shared between the main app and other packages of CourseLit.",
"author": "Rajat Saxena <hi@rajatsaxena.dev>",
"homepage": "https://github.com/codelitdev/courselit#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/common-widgets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@courselit/common-widgets",
"version": "0.34.1",
"version": "0.34.2",
"description": "A collection of common widgets for CourseLit LMS",
"keywords": [
"widgets",
Expand Down
2 changes: 1 addition & 1 deletion packages/components-library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@courselit/components-library",
"version": "0.34.1",
"version": "0.34.2",
"description": "A library of React components for CourseLit LMS.",
"keywords": [
"react",
Expand Down
2 changes: 1 addition & 1 deletion packages/state-management/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@courselit/state-management",
"version": "0.34.1",
"version": "0.34.2",
"description": "Redux based state management for CourseLit",
"author": "Rajat Saxena <hi@rajatsaxena.dev>",
"homepage": "https://github.com/codelitdev/courselit#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/text-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@courselit/text-editor",
"version": "0.11.1",
"version": "0.11.2",
"description": "A text editor based on Remirror",
"keywords": [
"text editor",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@courselit/utils",
"version": "0.34.1",
"version": "0.34.2",
"description": "Utilities for CourseLit",
"author": "Rajat Saxena <hi@rajatsaxena.dev>",
"homepage": "https://github.com/codelitdev/courselit#readme",
Expand Down

1 comment on commit 50af225

@vercel
Copy link

@vercel vercel bot commented on 50af225 May 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

courselit – ./

courselit-codelit.vercel.app
courselit-git-main-codelit.vercel.app
*.clqa.xyz

Please sign in to comment.