From 9559f02cb0807d4401f8461d1f3139c9803c1008 Mon Sep 17 00:00:00 2001 From: Rajat Saxena Date: Tue, 16 Jul 2024 23:30:27 +0530 Subject: [PATCH] v0.52.5 --- .yarn/versions/b59ccf72.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/b59ccf72.yml diff --git a/.yarn/versions/b59ccf72.yml b/.yarn/versions/b59ccf72.yml new file mode 100644 index 000000000..b2408d57e --- /dev/null +++ b/.yarn/versions/b59ccf72.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 9a0bc2c69..9ca83e140 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -1,7 +1,7 @@ { "name": "@courselit/docs", "type": "module", - "version": "0.29.4", + "version": "0.29.5", "private": true, "scripts": { "dev": "astro dev", diff --git a/apps/queue/package.json b/apps/queue/package.json index c5fcfb993..dcbb26756 100644 --- a/apps/queue/package.json +++ b/apps/queue/package.json @@ -1,6 +1,6 @@ { "name": "@courselit/queue", - "version": "0.20.4", + "version": "0.20.5", "private": true, "packageManager": "yarn@3.2.0", "scripts": { diff --git a/apps/web/package.json b/apps/web/package.json index 2d1a09f83..31a5bdd05 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -1,6 +1,6 @@ { "name": "@courselit/web", - "version": "0.52.4", + "version": "0.52.5", "private": true, "scripts": { "dev": "next dev", diff --git a/packages/common-models/package.json b/packages/common-models/package.json index 41119fffb..747ded666 100644 --- a/packages/common-models/package.json +++ b/packages/common-models/package.json @@ -1,6 +1,6 @@ { "name": "@courselit/common-models", - "version": "0.52.4", + "version": "0.52.5", "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 6b6e87a7c..d0210db60 100644 --- a/packages/common-widgets/package.json +++ b/packages/common-widgets/package.json @@ -1,6 +1,6 @@ { "name": "@courselit/common-widgets", - "version": "0.52.4", + "version": "0.52.5", "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 dac1f02ab..d5806f273 100644 --- a/packages/components-library/package.json +++ b/packages/components-library/package.json @@ -1,6 +1,6 @@ { "name": "@courselit/components-library", - "version": "0.52.4", + "version": "0.52.5", "description": "A library of React components for CourseLit LMS.", "keywords": [ "react", diff --git a/packages/icons/package.json b/packages/icons/package.json index 27e4f058d..cff75bdfc 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@courselit/icons", - "version": "0.17.4", + "version": "0.17.5", "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 8628a13c3..9bf9687d1 100644 --- a/packages/state-management/package.json +++ b/packages/state-management/package.json @@ -1,6 +1,6 @@ { "name": "@courselit/state-management", - "version": "0.52.4", + "version": "0.52.5", "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 adb0d36ee..66e83d727 100644 --- a/packages/tailwind-config/package.json +++ b/packages/tailwind-config/package.json @@ -1,6 +1,6 @@ { "name": "tailwind-config", - "version": "0.17.4", + "version": "0.17.5", "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 497e42120..181d035e8 100644 --- a/packages/text-editor/package.json +++ b/packages/text-editor/package.json @@ -1,6 +1,6 @@ { "name": "@courselit/text-editor", - "version": "0.29.4", + "version": "0.29.5", "description": "A text editor based on Remirror", "keywords": [ "text editor", diff --git a/packages/tsconfig/package.json b/packages/tsconfig/package.json index 71b17824c..f79537bf2 100644 --- a/packages/tsconfig/package.json +++ b/packages/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "tsconfig", - "version": "0.17.4", + "version": "0.17.5", "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 f24bc40fc..d84a24710 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@courselit/utils", - "version": "0.52.4", + "version": "0.52.5", "description": "Utilities for CourseLit", "author": "Team CourseLit ", "homepage": "https://github.com/codelitdev/courselit#readme",