diff --git a/.yarn/versions/3dc066b6.yml b/.yarn/versions/3dc066b6.yml new file mode 100644 index 000000000..b2408d57e --- /dev/null +++ b/.yarn/versions/3dc066b6.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 d2796cf73..645464825 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -1,7 +1,7 @@ { "name": "@courselit/docs", "type": "module", - "version": "0.31.0", + "version": "0.31.1", "private": true, "scripts": { "dev": "astro dev", diff --git a/apps/queue/package.json b/apps/queue/package.json index fd9111ad8..0647bccb5 100644 --- a/apps/queue/package.json +++ b/apps/queue/package.json @@ -1,6 +1,6 @@ { "name": "@courselit/queue", - "version": "0.22.0", + "version": "0.22.1", "private": true, "packageManager": "yarn@3.2.0", "scripts": { diff --git a/apps/web/package.json b/apps/web/package.json index 60ba580e1..df2352ede 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -1,6 +1,6 @@ { "name": "@courselit/web", - "version": "0.54.0", + "version": "0.54.1", "private": true, "scripts": { "dev": "next dev", diff --git a/packages/common-models/package.json b/packages/common-models/package.json index 9048708ec..37f13ebaf 100644 --- a/packages/common-models/package.json +++ b/packages/common-models/package.json @@ -1,6 +1,6 @@ { "name": "@courselit/common-models", - "version": "0.54.0", + "version": "0.54.1", "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 89afbd815..53ad7e899 100644 --- a/packages/common-widgets/package.json +++ b/packages/common-widgets/package.json @@ -1,6 +1,6 @@ { "name": "@courselit/common-widgets", - "version": "0.54.0", + "version": "0.54.1", "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 796b43790..42048f28e 100644 --- a/packages/components-library/package.json +++ b/packages/components-library/package.json @@ -1,6 +1,6 @@ { "name": "@courselit/components-library", - "version": "0.54.0", + "version": "0.54.1", "description": "A library of React components for CourseLit LMS.", "keywords": [ "react", diff --git a/packages/icons/package.json b/packages/icons/package.json index 38188be7e..1b9b28aa0 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@courselit/icons", - "version": "0.19.0", + "version": "0.19.1", "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 dcb537ae5..8ac0d9a30 100644 --- a/packages/state-management/package.json +++ b/packages/state-management/package.json @@ -1,6 +1,6 @@ { "name": "@courselit/state-management", - "version": "0.54.0", + "version": "0.54.1", "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 ae59270c9..440bea798 100644 --- a/packages/tailwind-config/package.json +++ b/packages/tailwind-config/package.json @@ -1,6 +1,6 @@ { "name": "tailwind-config", - "version": "0.19.0", + "version": "0.19.1", "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 b23347828..a063a4f19 100644 --- a/packages/text-editor/package.json +++ b/packages/text-editor/package.json @@ -1,6 +1,6 @@ { "name": "@courselit/text-editor", - "version": "0.31.0", + "version": "0.31.1", "description": "A text editor based on Remirror", "keywords": [ "text editor", diff --git a/packages/tsconfig/package.json b/packages/tsconfig/package.json index 7fb7c79f1..9f77b9567 100644 --- a/packages/tsconfig/package.json +++ b/packages/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "tsconfig", - "version": "0.19.0", + "version": "0.19.1", "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 494b0e983..32ea906e9 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@courselit/utils", - "version": "0.54.0", + "version": "0.54.1", "description": "Utilities for CourseLit", "author": "Team CourseLit ", "homepage": "https://github.com/codelitdev/courselit#readme",