diff --git a/.yarn/versions/ba63f441.yml b/.yarn/versions/ba63f441.yml new file mode 100644 index 00000000..b2408d57 --- /dev/null +++ b/.yarn/versions/ba63f441.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 4ea2711e..5e96d83f 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -1,7 +1,7 @@ { "name": "@courselit/docs", "type": "module", - "version": "0.31.6", + "version": "0.31.7", "private": true, "scripts": { "dev": "astro dev", diff --git a/apps/queue/package.json b/apps/queue/package.json index 5641f758..65a82b87 100644 --- a/apps/queue/package.json +++ b/apps/queue/package.json @@ -1,6 +1,6 @@ { "name": "@courselit/queue", - "version": "0.22.6", + "version": "0.22.7", "private": true, "packageManager": "yarn@3.2.0", "scripts": { diff --git a/apps/web/package.json b/apps/web/package.json index ce37e6c1..630ac339 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -1,6 +1,6 @@ { "name": "@courselit/web", - "version": "0.54.6", + "version": "0.54.7", "private": true, "scripts": { "dev": "next dev", diff --git a/packages/common-models/package.json b/packages/common-models/package.json index c9438e0a..17fcbd43 100644 --- a/packages/common-models/package.json +++ b/packages/common-models/package.json @@ -1,6 +1,6 @@ { "name": "@courselit/common-models", - "version": "0.54.6", + "version": "0.54.7", "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 ab1a72cb..7da1cd46 100644 --- a/packages/common-widgets/package.json +++ b/packages/common-widgets/package.json @@ -1,6 +1,6 @@ { "name": "@courselit/common-widgets", - "version": "0.54.6", + "version": "0.54.7", "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 d0828d44..2cd36916 100644 --- a/packages/components-library/package.json +++ b/packages/components-library/package.json @@ -1,6 +1,6 @@ { "name": "@courselit/components-library", - "version": "0.54.6", + "version": "0.54.7", "description": "A library of React components for CourseLit LMS.", "keywords": [ "react", diff --git a/packages/icons/package.json b/packages/icons/package.json index aa37ea68..e87b1a02 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@courselit/icons", - "version": "0.19.6", + "version": "0.19.7", "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 75fb3040..64822b39 100644 --- a/packages/state-management/package.json +++ b/packages/state-management/package.json @@ -1,6 +1,6 @@ { "name": "@courselit/state-management", - "version": "0.54.6", + "version": "0.54.7", "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 c84c3dd8..c4e0be6d 100644 --- a/packages/tailwind-config/package.json +++ b/packages/tailwind-config/package.json @@ -1,6 +1,6 @@ { "name": "tailwind-config", - "version": "0.19.6", + "version": "0.19.7", "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 2ad92e07..d0d558a5 100644 --- a/packages/text-editor/package.json +++ b/packages/text-editor/package.json @@ -1,6 +1,6 @@ { "name": "@courselit/text-editor", - "version": "0.31.6", + "version": "0.31.7", "description": "A text editor based on Remirror", "keywords": [ "text editor", diff --git a/packages/tsconfig/package.json b/packages/tsconfig/package.json index adbd1d85..e2545383 100644 --- a/packages/tsconfig/package.json +++ b/packages/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "tsconfig", - "version": "0.19.6", + "version": "0.19.7", "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 b83b331f..33a1e9f6 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@courselit/utils", - "version": "0.54.6", + "version": "0.54.7", "description": "Utilities for CourseLit", "author": "Team CourseLit ", "homepage": "https://github.com/codelitdev/courselit#readme",