Skip to content

Commit

Permalink
v11.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iturgeon committed Feb 9, 2021
1 parent 1bfeabf commit 83442dc
Show file tree
Hide file tree
Showing 31 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion docker/obojobo-pm2-server-src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obojobo-pm2-server-app",
"version": "11.2.0-alpha.0",
"version": "11.2.0",
"description": "Reference project for deploying and customizing an Obojobo Next server",
"main": "./index.js",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/**/*"
],
"version": "11.2.0-alpha.0",
"version": "11.2.0",
"command": {
"command": {
"run": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,5 @@
"yarn": "^1.15.2",
"node": "^12.11.1"
},
"version": "11.2.0-alpha.0"
"version": "11.2.0"
}
2 changes: 1 addition & 1 deletion packages/app/obojobo-document-engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obojobo-document-engine",
"version": "11.2.0-alpha.0",
"version": "11.2.0",
"license": "AGPL-3.0-only",
"description": "",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/app/obojobo-document-json-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"obojobo-lib-utils": "^11.2.0-alpha.0"
},
"name": "obojobo-document-json-parser",
"version": "11.2.0-alpha.0",
"version": "11.2.0",
"license": "AGPL-3.0-only",
"main": "",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/app/obojobo-document-xml-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"obojobo-lib-utils": "^11.2.0-alpha.0"
},
"name": "obojobo-document-xml-parser",
"version": "11.2.0-alpha.0",
"version": "11.2.0",
"license": "AGPL-3.0-only",
"main": "xml2draft.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/app/obojobo-express/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "obojobo-express",
"license": "AGPL-3.0-only",
"version": "11.2.0-alpha.0",
"version": "11.2.0",
"repository": "https://github.com/ucfopen/Obojobo.git",
"homepage": "https://ucfopen.github.io/Obojobo-Docs/",
"description": "Obojobo express server middleware.",
Expand Down
2 changes: 1 addition & 1 deletion packages/app/obojobo-module-selector/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "obojobo-module-selector",
"license": "AGPL-3.0-only",
"version": "11.2.0-alpha.0",
"version": "11.2.0",
"repository": "https://github.com/ucfopen/Obojobo.git",
"homepage": "https://ucfopen.github.io/Obojobo-Docs/",
"description": "Obojobo package responsible for selecting which module you use in a course.",
Expand Down
2 changes: 1 addition & 1 deletion packages/app/obojobo-repository/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "obojobo-repository",
"license": "AGPL-3.0-only",
"version": "11.2.0-alpha.0",
"version": "11.2.0",
"repository": "https://github.com/ucfopen/Obojobo.git",
"homepage": "https://ucfopen.github.io/Obojobo-Docs/",
"description": "Obojobo express server middleware.",
Expand Down
2 changes: 1 addition & 1 deletion packages/obonode/obojobo-chunks-action-button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obojobo-chunks-action-button",
"version": "11.2.0-alpha.0",
"version": "11.2.0",
"license": "AGPL-3.0-only",
"scripts": {
"test": "TZ='America/New_York' jest --verbose",
Expand Down
2 changes: 1 addition & 1 deletion packages/obonode/obojobo-chunks-break/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obojobo-chunks-break",
"version": "11.2.0-alpha.0",
"version": "11.2.0",
"license": "AGPL-3.0-only",
"description": "Break content chunk for Obojobo",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/obonode/obojobo-chunks-code/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obojobo-chunks-code",
"version": "11.2.0-alpha.0",
"version": "11.2.0",
"license": "AGPL-3.0-only",
"description": "Code content chunk for Obojobo",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/obonode/obojobo-chunks-figure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obojobo-chunks-figure",
"version": "11.2.0-alpha.0",
"version": "11.2.0",
"license": "AGPL-3.0-only",
"description": "Figure content chunk for Obojobo",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/obonode/obojobo-chunks-heading/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obojobo-chunks-heading",
"version": "11.2.0-alpha.0",
"version": "11.2.0",
"license": "AGPL-3.0-only",
"description": "Heading content chunk for Obojobo",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/obonode/obojobo-chunks-html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obojobo-chunks-html",
"version": "11.2.0-alpha.0",
"version": "11.2.0",
"license": "AGPL-3.0-only",
"description": "HTML content chunk for Obojobo",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/obonode/obojobo-chunks-iframe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obojobo-chunks-iframe",
"version": "11.2.0-alpha.0",
"version": "11.2.0",
"license": "AGPL-3.0-only",
"description": "IFrame content chunk for Obojobo",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/obonode/obojobo-chunks-list/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obojobo-chunks-list",
"version": "11.2.0-alpha.0",
"version": "11.2.0",
"license": "AGPL-3.0-only",
"description": "List content chunk for Obojobo",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/obonode/obojobo-chunks-math-equation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obojobo-chunks-math-equation",
"version": "11.2.0-alpha.0",
"version": "11.2.0",
"license": "AGPL-3.0-only",
"description": "MathEquation content chunk for Obojobo",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obojobo-chunks-multiple-choice-assessment",
"version": "11.2.0-alpha.0",
"version": "11.2.0",
"license": "AGPL-3.0-only",
"description": "MCAssessment chunk for Obojobo",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/obonode/obojobo-chunks-question-bank/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obojobo-chunks-question-bank",
"version": "11.2.0-alpha.0",
"version": "11.2.0",
"license": "AGPL-3.0-only",
"description": "QuestionBank chunk for Obojobo",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/obonode/obojobo-chunks-question/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obojobo-chunks-question",
"version": "11.2.0-alpha.0",
"version": "11.2.0",
"license": "AGPL-3.0-only",
"description": "Question content chunk for Obojobo",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/obonode/obojobo-chunks-table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obojobo-chunks-table",
"version": "11.2.0-alpha.0",
"version": "11.2.0",
"license": "AGPL-3.0-only",
"description": "Table content chunk for Obojobo",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/obonode/obojobo-chunks-text/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obojobo-chunks-text",
"version": "11.2.0-alpha.0",
"version": "11.2.0",
"license": "AGPL-3.0-only",
"description": "Text content chunk for Obojobo",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/obonode/obojobo-chunks-youtube/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obojobo-chunks-youtube",
"version": "11.2.0-alpha.0",
"version": "11.2.0",
"license": "AGPL-3.0-only",
"description": "Youtube content chunk for Obojobo",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/obonode/obojobo-modules-module/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obojobo-modules-module",
"version": "11.2.0-alpha.0",
"version": "11.2.0",
"license": "AGPL-3.0-only",
"description": "Default Module node for Obojobo",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/obonode/obojobo-pages-page/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obojobo-pages-page",
"version": "11.2.0-alpha.0",
"version": "11.2.0",
"license": "AGPL-3.0-only",
"description": "Page chunk for Obojobo",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/obonode/obojobo-sections-assessment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obojobo-sections-assessment",
"version": "11.2.0-alpha.0",
"version": "11.2.0",
"license": "AGPL-3.0-only",
"description": "Assessment section for Obojobo",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/obonode/obojobo-sections-content/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obojobo-sections-content",
"version": "11.2.0-alpha.0",
"version": "11.2.0",
"license": "AGPL-3.0-only",
"description": "Content section chunk for Obojobo",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/util/eslint-config-obojobo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-obojobo",
"version": "11.2.0-alpha.0",
"version": "11.2.0",
"license": "AGPL-3.0-only",
"scripts": {
"lint": "echo 'not implemented'",
Expand Down
2 changes: 1 addition & 1 deletion packages/util/obojobo-lib-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obojobo-lib-utils",
"version": "11.2.0-alpha.0",
"version": "11.2.0",
"license": "AGPL-3.0-only",
"description": "Assortment of reusable parts for obojobo libraries.",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/util/stylelint-config-obojobo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stylelint-config-obojobo",
"version": "11.2.0-alpha.0",
"version": "11.2.0",
"license": "AGPL-3.0-only",
"scripts": {
"lint": "echo 'not implemented'",
Expand Down

0 comments on commit 83442dc

Please sign in to comment.