Skip to content

Commit

Permalink
v0.49.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajat Saxena committed May 26, 2024
1 parent b653f06 commit 6920be4
Show file tree
Hide file tree
Showing 14 changed files with 25 additions and 17 deletions.
12 changes: 12 additions & 0 deletions .yarn/versions/65dbb6a3.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
undecided:
- "@courselit/docs"
- "@courselit/queue"
- "@courselit/web"
- "@courselit/common-models"
- "@courselit/common-widgets"
- "@courselit/components-library"
- "@courselit/icons"
- "@courselit/state-management"
- tailwind-config
- "@courselit/text-editor"
- tsconfig
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.26.0",
"version": "0.26.1",
"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.17.0",
"version": "0.17.1",
"private": true,
"packageManager": "[email protected]",
"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.49.0",
"version": "0.49.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
6 changes: 1 addition & 5 deletions apps/web/pages/index.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
import { connect } from "react-redux";
import { getBackendAddress, getPage } from "../ui-lib/utils";
import {
type SiteInfo,
type State,
type Page,
} from "@courselit/common-models";
import { type SiteInfo, type State, type Page } from "@courselit/common-models";
import BaseLayout from "../components/public/base-layout";

interface IndexProps {
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.49.0",
"version": "0.49.1",
"description": "Models shared between the main app and other packages of CourseLit.",
"author": "Rajat Saxena <[email protected]>",
"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.49.0",
"version": "0.49.1",
"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.49.0",
"version": "0.49.1",
"description": "A library of React components for CourseLit LMS.",
"keywords": [
"react",
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@courselit/icons",
"version": "0.14.0",
"version": "0.14.1",
"description": "Icons for CourseLit",
"author": "Rajat Saxena <[email protected]>",
"homepage": "https://github.com/codelitdev/courselit#readme",
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.49.0",
"version": "0.49.1",
"description": "Redux based state management for CourseLit",
"author": "Rajat Saxena <[email protected]>",
"homepage": "https://github.com/codelitdev/courselit#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwind-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tailwind-config",
"version": "0.14.0",
"version": "0.14.1",
"description": "Tailwind config for CourseLit",
"author": "Rajat Saxena <[email protected]>",
"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.26.0",
"version": "0.26.1",
"description": "A text editor based on Remirror",
"keywords": [
"text editor",
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tsconfig",
"version": "0.14.0",
"version": "0.14.1",
"description": "TSConfig for CourseLit",
"author": "Rajat Saxena <[email protected]>",
"homepage": "https://github.com/codelitdev/courselit#readme",
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.49.0",
"version": "0.49.1",
"description": "Utilities for CourseLit",
"author": "Team CourseLit <[email protected]>",
"homepage": "https://github.com/codelitdev/courselit#readme",
Expand Down

0 comments on commit 6920be4

Please sign in to comment.