From e5a9ded5657ab5fca0447f8c963dffd5af91ff04 Mon Sep 17 00:00:00 2001 From: Rajat Saxena Date: Mon, 18 Nov 2024 09:59:38 +0530 Subject: [PATCH] v0.55.0 --- .yarn/versions/30f8fbba.yml | 12 ++++++++++++ apps/docs/package.json | 2 +- apps/queue/package.json | 2 +- apps/web/package.json | 2 +- packages/common-models/package.json | 2 +- packages/common-widgets/package.json | 2 +- packages/components-library/package.json | 2 +- packages/icons/package.json | 2 +- packages/state-management/package.json | 2 +- packages/tailwind-config/package.json | 2 +- packages/text-editor/package.json | 2 +- packages/tsconfig/package.json | 2 +- packages/utils/package.json | 2 +- 13 files changed, 24 insertions(+), 12 deletions(-) create mode 100644 .yarn/versions/30f8fbba.yml diff --git a/.yarn/versions/30f8fbba.yml b/.yarn/versions/30f8fbba.yml new file mode 100644 index 000000000..b2408d57e --- /dev/null +++ b/.yarn/versions/30f8fbba.yml @@ -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 diff --git a/apps/docs/package.json b/apps/docs/package.json index 5e96d83f5..cb31ea251 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -1,7 +1,7 @@ { "name": "@courselit/docs", "type": "module", - "version": "0.31.7", + "version": "0.32.0", "private": true, "scripts": { "dev": "astro dev", diff --git a/apps/queue/package.json b/apps/queue/package.json index 65a82b879..925a4542d 100644 --- a/apps/queue/package.json +++ b/apps/queue/package.json @@ -1,6 +1,6 @@ { "name": "@courselit/queue", - "version": "0.22.7", + "version": "0.23.0", "private": true, "packageManager": "yarn@3.2.0", "scripts": { diff --git a/apps/web/package.json b/apps/web/package.json index ad82551fe..d9f03ab36 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -1,6 +1,6 @@ { "name": "@courselit/web", - "version": "0.54.7", + "version": "0.55.0", "private": true, "scripts": { "dev": "next dev", diff --git a/packages/common-models/package.json b/packages/common-models/package.json index 17fcbd439..0758507bf 100644 --- a/packages/common-models/package.json +++ b/packages/common-models/package.json @@ -1,6 +1,6 @@ { "name": "@courselit/common-models", - "version": "0.54.7", + "version": "0.55.0", "description": "Models shared between the main app and other packages of CourseLit.", "author": "Rajat Saxena ", "homepage": "https://github.com/codelitdev/courselit#readme", diff --git a/packages/common-widgets/package.json b/packages/common-widgets/package.json index 7da1cd468..43a09673c 100644 --- a/packages/common-widgets/package.json +++ b/packages/common-widgets/package.json @@ -1,6 +1,6 @@ { "name": "@courselit/common-widgets", - "version": "0.54.7", + "version": "0.55.0", "description": "A collection of common widgets for CourseLit LMS", "keywords": [ "widgets", diff --git a/packages/components-library/package.json b/packages/components-library/package.json index 2cd369166..1052eed83 100644 --- a/packages/components-library/package.json +++ b/packages/components-library/package.json @@ -1,6 +1,6 @@ { "name": "@courselit/components-library", - "version": "0.54.7", + "version": "0.55.0", "description": "A library of React components for CourseLit LMS.", "keywords": [ "react", diff --git a/packages/icons/package.json b/packages/icons/package.json index e87b1a024..4eb87160e 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@courselit/icons", - "version": "0.19.7", + "version": "0.20.0", "description": "Icons for CourseLit", "author": "Rajat Saxena ", "homepage": "https://github.com/codelitdev/courselit#readme", diff --git a/packages/state-management/package.json b/packages/state-management/package.json index 64822b391..c78d04633 100644 --- a/packages/state-management/package.json +++ b/packages/state-management/package.json @@ -1,6 +1,6 @@ { "name": "@courselit/state-management", - "version": "0.54.7", + "version": "0.55.0", "description": "Redux based state management for CourseLit", "author": "Rajat Saxena ", "homepage": "https://github.com/codelitdev/courselit#readme", diff --git a/packages/tailwind-config/package.json b/packages/tailwind-config/package.json index 65f1f6b96..375c1a329 100644 --- a/packages/tailwind-config/package.json +++ b/packages/tailwind-config/package.json @@ -1,6 +1,6 @@ { "name": "tailwind-config", - "version": "0.19.7", + "version": "0.20.0", "description": "Tailwind config for CourseLit", "author": "Rajat Saxena ", "homepage": "https://github.com/codelitdev/courselit#readme", diff --git a/packages/text-editor/package.json b/packages/text-editor/package.json index d0d558a5c..212c0eb7e 100644 --- a/packages/text-editor/package.json +++ b/packages/text-editor/package.json @@ -1,6 +1,6 @@ { "name": "@courselit/text-editor", - "version": "0.31.7", + "version": "0.32.0", "description": "A text editor based on Remirror", "keywords": [ "text editor", diff --git a/packages/tsconfig/package.json b/packages/tsconfig/package.json index e25453838..f520a5548 100644 --- a/packages/tsconfig/package.json +++ b/packages/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "tsconfig", - "version": "0.19.7", + "version": "0.20.0", "description": "TSConfig for CourseLit", "author": "Rajat Saxena ", "homepage": "https://github.com/codelitdev/courselit#readme", diff --git a/packages/utils/package.json b/packages/utils/package.json index 33a1e9f6b..6ce37ff0b 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@courselit/utils", - "version": "0.54.7", + "version": "0.55.0", "description": "Utilities for CourseLit", "author": "Team CourseLit ", "homepage": "https://github.com/codelitdev/courselit#readme",