Skip to content

Commit 4a182ab

Browse files
v14.1.0
1 parent 43d601f commit 4a182ab

File tree

33 files changed

+73
-73
lines changed

33 files changed

+73
-73
lines changed

docker/obojobo-pm2-server-src/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obojobo-pm2-server-app",
3-
"version": "14.1.0-alpha.0",
3+
"version": "14.1.0",
44
"description": "Reference project for deploying and customizing an Obojobo Next server",
55
"main": "./index.js",
66
"private": true,

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/**/*"
44
],
5-
"version": "14.1.0-alpha.0",
5+
"version": "14.1.0",
66
"command": {
77
"command": {
88
"run": {

packages/app/obojobo-document-engine/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obojobo-document-engine",
3-
"version": "14.1.0-alpha.0",
3+
"version": "14.1.0",
44
"license": "AGPL-3.0-only",
55
"description": "",
66
"engines": {

packages/app/obojobo-document-json-parser/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"xml-formatter": "^2.4.0"
44
},
55
"peerDependencies": {
6-
"obojobo-document-engine": "^14.1.0-alpha.0",
7-
"obojobo-lib-utils": "^14.1.0-alpha.0"
6+
"obojobo-document-engine": "^14.1.0",
7+
"obojobo-lib-utils": "^14.1.0"
88
},
99
"name": "obojobo-document-json-parser",
10-
"version": "14.1.0-alpha.0",
10+
"version": "14.1.0",
1111
"license": "AGPL-3.0-only",
1212
"main": "",
1313
"scripts": {

packages/app/obojobo-document-xml-parser/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"xml-js": "^1.0.2"
55
},
66
"peerDependencies": {
7-
"obojobo-lib-utils": "^14.1.0-alpha.0"
7+
"obojobo-lib-utils": "^14.1.0"
88
},
99
"name": "obojobo-document-xml-parser",
10-
"version": "14.1.0-alpha.0",
10+
"version": "14.1.0",
1111
"license": "AGPL-3.0-only",
1212
"main": "xml2draft.js",
1313
"scripts": {

packages/app/obojobo-express/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "obojobo-express",
33
"license": "AGPL-3.0-only",
4-
"version": "14.1.0-alpha.0",
4+
"version": "14.1.0",
55
"repository": "https://github.com/ucfopen/Obojobo.git",
66
"homepage": "https://ucfopen.github.io/Obojobo-Docs/",
77
"description": "Obojobo express server middleware.",
@@ -69,9 +69,9 @@
6969
"uuid": "^8.3.2"
7070
},
7171
"peerDependencies": {
72-
"obojobo-document-engine": "^14.1.0-alpha.0",
73-
"obojobo-document-xml-parser": "^14.1.0-alpha.0",
74-
"obojobo-lib-utils": "^14.1.0-alpha.0"
72+
"obojobo-document-engine": "^14.1.0",
73+
"obojobo-document-xml-parser": "^14.1.0",
74+
"obojobo-lib-utils": "^14.1.0"
7575
},
7676
"devDependencies": {
7777
"@svgr/webpack": "^5.5.0",

packages/app/obojobo-module-selector/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "obojobo-module-selector",
33
"license": "AGPL-3.0-only",
4-
"version": "14.1.0-alpha.0",
4+
"version": "14.1.0",
55
"repository": "https://github.com/ucfopen/Obojobo.git",
66
"homepage": "https://ucfopen.github.io/Obojobo-Docs/",
77
"description": "Obojobo package responsible for selecting which module you use in a course.",
@@ -29,8 +29,8 @@
2929
"express": "~4.17.1"
3030
},
3131
"peerDependencies": {
32-
"obojobo-express": "^14.1.0-alpha.0",
33-
"obojobo-lib-utils": "^14.1.0-alpha.0",
34-
"obojobo-repository": "^14.1.0-alpha.0"
32+
"obojobo-express": "^14.1.0",
33+
"obojobo-lib-utils": "^14.1.0",
34+
"obojobo-repository": "^14.1.0"
3535
}
3636
}

packages/app/obojobo-repository/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "obojobo-repository",
33
"license": "AGPL-3.0-only",
4-
"version": "14.1.0-alpha.0",
4+
"version": "14.1.0",
55
"repository": "https://github.com/ucfopen/Obojobo.git",
66
"homepage": "https://ucfopen.github.io/Obojobo-Docs/",
77
"description": "Obojobo express server middleware.",
@@ -45,8 +45,8 @@
4545
"use-debounce": "^7.0.0"
4646
},
4747
"peerDependencies": {
48-
"obojobo-express": "^14.1.0-alpha.0",
49-
"obojobo-lib-utils": "^14.1.0-alpha.0"
48+
"obojobo-express": "^14.1.0",
49+
"obojobo-lib-utils": "^14.1.0"
5050
},
5151
"jest": {
5252
"setupFilesAfterEnv": [

packages/obonode/obojobo-chunks-abstract-assessment/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obojobo-chunks-abstract-assessment",
3-
"version": "14.1.0-alpha.0",
3+
"version": "14.1.0",
44
"license": "AGPL-3.0-only",
55
"description": "AbstractAssessment chunk for Obojobo",
66
"scripts": {
@@ -28,8 +28,8 @@
2828
"singleQuote": true
2929
},
3030
"peerDependencies": {
31-
"obojobo-chunks-question": "^14.1.0-alpha.0",
32-
"obojobo-lib-utils": "^14.1.0-alpha.0"
31+
"obojobo-chunks-question": "^14.1.0",
32+
"obojobo-lib-utils": "^14.1.0"
3333
},
3434
"devDependencies": {
3535
"lint-staged": "^10.2.2"

packages/obonode/obojobo-chunks-action-button/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obojobo-chunks-action-button",
3-
"version": "14.1.0-alpha.0",
3+
"version": "14.1.0",
44
"license": "AGPL-3.0-only",
55
"scripts": {
66
"test": "TZ='America/New_York' jest --verbose",
@@ -20,7 +20,7 @@
2020
]
2121
},
2222
"peerDependencies": {
23-
"obojobo-lib-utils": "^14.1.0-alpha.0"
23+
"obojobo-lib-utils": "^14.1.0"
2424
},
2525
"jest": {
2626
"testMatch": [

packages/obonode/obojobo-chunks-break/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obojobo-chunks-break",
3-
"version": "14.1.0-alpha.0",
3+
"version": "14.1.0",
44
"license": "AGPL-3.0-only",
55
"description": "Break content chunk for Obojobo",
66
"scripts": {
@@ -21,7 +21,7 @@
2121
]
2222
},
2323
"peerDependencies": {
24-
"obojobo-lib-utils": "^14.1.0-alpha.0"
24+
"obojobo-lib-utils": "^14.1.0"
2525
},
2626
"jest": {
2727
"testMatch": [

packages/obonode/obojobo-chunks-code/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obojobo-chunks-code",
3-
"version": "14.1.0-alpha.0",
3+
"version": "14.1.0",
44
"license": "AGPL-3.0-only",
55
"description": "Code content chunk for Obojobo",
66
"scripts": {
@@ -27,7 +27,7 @@
2727
"singleQuote": true
2828
},
2929
"peerDependencies": {
30-
"obojobo-lib-utils": "^14.1.0-alpha.0"
30+
"obojobo-lib-utils": "^14.1.0"
3131
},
3232
"jest": {
3333
"testMatch": [

packages/obonode/obojobo-chunks-figure/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obojobo-chunks-figure",
3-
"version": "14.1.0-alpha.0",
3+
"version": "14.1.0",
44
"license": "AGPL-3.0-only",
55
"description": "Figure content chunk for Obojobo",
66
"scripts": {
@@ -27,7 +27,7 @@
2727
"singleQuote": true
2828
},
2929
"peerDependencies": {
30-
"obojobo-lib-utils": "^14.1.0-alpha.0"
30+
"obojobo-lib-utils": "^14.1.0"
3131
},
3232
"jest": {
3333
"testMatch": [

packages/obonode/obojobo-chunks-heading/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obojobo-chunks-heading",
3-
"version": "14.1.0-alpha.0",
3+
"version": "14.1.0",
44
"license": "AGPL-3.0-only",
55
"description": "Heading content chunk for Obojobo",
66
"scripts": {
@@ -27,7 +27,7 @@
2727
"singleQuote": true
2828
},
2929
"peerDependencies": {
30-
"obojobo-lib-utils": "^14.1.0-alpha.0"
30+
"obojobo-lib-utils": "^14.1.0"
3131
},
3232
"jest": {
3333
"testMatch": [

packages/obonode/obojobo-chunks-html/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obojobo-chunks-html",
3-
"version": "14.1.0-alpha.0",
3+
"version": "14.1.0",
44
"license": "AGPL-3.0-only",
55
"description": "HTML content chunk for Obojobo",
66
"scripts": {
@@ -27,7 +27,7 @@
2727
"singleQuote": true
2828
},
2929
"peerDependencies": {
30-
"obojobo-lib-utils": "^14.1.0-alpha.0"
30+
"obojobo-lib-utils": "^14.1.0"
3131
},
3232
"jest": {
3333
"testMatch": [

packages/obonode/obojobo-chunks-iframe/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obojobo-chunks-iframe",
3-
"version": "14.1.0-alpha.0",
3+
"version": "14.1.0",
44
"license": "AGPL-3.0-only",
55
"description": "IFrame content chunk for Obojobo",
66
"scripts": {
@@ -27,7 +27,7 @@
2727
"singleQuote": true
2828
},
2929
"peerDependencies": {
30-
"obojobo-lib-utils": "^14.1.0-alpha.0"
30+
"obojobo-lib-utils": "^14.1.0"
3131
},
3232
"jest": {
3333
"testMatch": [

packages/obonode/obojobo-chunks-list/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obojobo-chunks-list",
3-
"version": "14.1.0-alpha.0",
3+
"version": "14.1.0",
44
"license": "AGPL-3.0-only",
55
"description": "List content chunk for Obojobo",
66
"scripts": {
@@ -27,7 +27,7 @@
2727
"singleQuote": true
2828
},
2929
"peerDependencies": {
30-
"obojobo-lib-utils": "^14.1.0-alpha.0"
30+
"obojobo-lib-utils": "^14.1.0"
3131
},
3232
"jest": {
3333
"testMatch": [

packages/obonode/obojobo-chunks-materia/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obojobo-chunks-materia",
3-
"version": "14.1.0-alpha.0",
3+
"version": "14.1.0",
44
"license": "AGPL-3.0-only",
55
"description": "Materia content chunk for Obojobo",
66
"scripts": {
@@ -35,9 +35,9 @@
3535
"lint-staged": "^10.5.4"
3636
},
3737
"peerDependencies": {
38-
"obojobo-chunks-iframe": "^14.1.0-alpha.0",
39-
"obojobo-document-engine": "^14.1.0-alpha.0",
40-
"obojobo-lib-utils": "^14.1.0-alpha.0"
38+
"obojobo-chunks-iframe": "^14.1.0",
39+
"obojobo-document-engine": "^14.1.0",
40+
"obojobo-lib-utils": "^14.1.0"
4141
},
4242
"jest": {
4343
"testMatch": [

packages/obonode/obojobo-chunks-math-equation/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obojobo-chunks-math-equation",
3-
"version": "14.1.0-alpha.0",
3+
"version": "14.1.0",
44
"license": "AGPL-3.0-only",
55
"description": "MathEquation content chunk for Obojobo",
66
"scripts": {
@@ -30,7 +30,7 @@
3030
"katex": "^0.13.1"
3131
},
3232
"peerDependencies": {
33-
"obojobo-lib-utils": "^14.1.0-alpha.0"
33+
"obojobo-lib-utils": "^14.1.0"
3434
},
3535
"jest": {
3636
"testMatch": [

packages/obonode/obojobo-chunks-multiple-choice-assessment/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obojobo-chunks-multiple-choice-assessment",
3-
"version": "14.1.0-alpha.0",
3+
"version": "14.1.0",
44
"license": "AGPL-3.0-only",
55
"description": "MCAssessment chunk for Obojobo",
66
"scripts": {
@@ -27,8 +27,8 @@
2727
"singleQuote": true
2828
},
2929
"peerDependencies": {
30-
"obojobo-chunks-question": "^14.1.0-alpha.0",
31-
"obojobo-lib-utils": "^14.1.0-alpha.0"
30+
"obojobo-chunks-question": "^14.1.0",
31+
"obojobo-lib-utils": "^14.1.0"
3232
},
3333
"jest": {
3434
"testMatch": [

packages/obonode/obojobo-chunks-numeric-assessment/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obojobo-chunks-numeric-assessment",
3-
"version": "14.1.0-alpha.0",
3+
"version": "14.1.0",
44
"license": "AGPL-3.0-only",
55
"description": "NumericAssessment chunk for Obojobo",
66
"scripts": {
@@ -30,8 +30,8 @@
3030
"big.js": "^6.1.1"
3131
},
3232
"peerDependencies": {
33-
"obojobo-chunks-question": "^14.1.0-alpha.0",
34-
"obojobo-lib-utils": "^14.1.0-alpha.0"
33+
"obojobo-chunks-question": "^14.1.0",
34+
"obojobo-lib-utils": "^14.1.0"
3535
},
3636
"jest": {
3737
"testMatch": [

packages/obonode/obojobo-chunks-question-bank/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obojobo-chunks-question-bank",
3-
"version": "14.1.0-alpha.0",
3+
"version": "14.1.0",
44
"license": "AGPL-3.0-only",
55
"description": "QuestionBank chunk for Obojobo",
66
"scripts": {
@@ -27,7 +27,7 @@
2727
"singleQuote": true
2828
},
2929
"peerDependencies": {
30-
"obojobo-lib-utils": "^14.1.0-alpha.0"
30+
"obojobo-lib-utils": "^14.1.0"
3131
},
3232
"jest": {
3333
"testMatch": [

packages/obonode/obojobo-chunks-question/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obojobo-chunks-question",
3-
"version": "14.1.0-alpha.0",
3+
"version": "14.1.0",
44
"license": "AGPL-3.0-only",
55
"description": "Question content chunk for Obojobo",
66
"scripts": {
@@ -27,7 +27,7 @@
2727
"singleQuote": true
2828
},
2929
"peerDependencies": {
30-
"obojobo-lib-utils": "^14.1.0-alpha.0"
30+
"obojobo-lib-utils": "^14.1.0"
3131
},
3232
"jest": {
3333
"testMatch": [

packages/obonode/obojobo-chunks-table/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obojobo-chunks-table",
3-
"version": "14.1.0-alpha.0",
3+
"version": "14.1.0",
44
"license": "AGPL-3.0-only",
55
"description": "Table content chunk for Obojobo",
66
"scripts": {
@@ -27,7 +27,7 @@
2727
"singleQuote": true
2828
},
2929
"peerDependencies": {
30-
"obojobo-lib-utils": "^14.1.0-alpha.0"
30+
"obojobo-lib-utils": "^14.1.0"
3131
},
3232
"jest": {
3333
"testMatch": [

0 commit comments

Comments
 (0)