Skip to content

Commit 6a00937

Browse files
v15.1.0
1 parent abcee90 commit 6a00937

File tree

33 files changed

+73
-73
lines changed

33 files changed

+73
-73
lines changed

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

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

lerna.json

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

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

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

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

Lines changed: 3 additions & 3 deletions
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": "^15.1.0-alpha.1",
7-
"obojobo-lib-utils": "^15.1.0-alpha.1"
6+
"obojobo-document-engine": "^15.1.0",
7+
"obojobo-lib-utils": "^15.1.0"
88
},
99
"name": "obojobo-document-json-parser",
10-
"version": "15.1.0-alpha.1",
10+
"version": "15.1.0",
1111
"license": "AGPL-3.0-only",
1212
"main": "",
1313
"scripts": {

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

Lines changed: 2 additions & 2 deletions
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": "^15.1.0-alpha.1"
7+
"obojobo-lib-utils": "^15.1.0"
88
},
99
"name": "obojobo-document-xml-parser",
10-
"version": "15.1.0-alpha.1",
10+
"version": "15.1.0",
1111
"license": "AGPL-3.0-only",
1212
"main": "xml2draft.js",
1313
"scripts": {

packages/app/obojobo-express/package.json

Lines changed: 4 additions & 4 deletions
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": "15.1.0-alpha.1",
4+
"version": "15.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": "^15.1.0-alpha.1",
73-
"obojobo-document-xml-parser": "^15.1.0-alpha.1",
74-
"obojobo-lib-utils": "^15.1.0-alpha.1"
72+
"obojobo-document-engine": "^15.1.0",
73+
"obojobo-document-xml-parser": "^15.1.0",
74+
"obojobo-lib-utils": "^15.1.0"
7575
},
7676
"devDependencies": {
7777
"@svgr/webpack": "^5.5.0",

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

Lines changed: 4 additions & 4 deletions
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": "15.1.0-alpha.1",
4+
"version": "15.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": "^15.1.0-alpha.1",
33-
"obojobo-lib-utils": "^15.1.0-alpha.1",
34-
"obojobo-repository": "^15.1.0-alpha.1"
32+
"obojobo-express": "^15.1.0",
33+
"obojobo-lib-utils": "^15.1.0",
34+
"obojobo-repository": "^15.1.0"
3535
}
3636
}

packages/app/obojobo-repository/package.json

Lines changed: 3 additions & 3 deletions
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": "15.1.0-alpha.1",
4+
"version": "15.1.0",
55
"repository": "https://github.com/ucfopen/Obojobo.git",
66
"homepage": "https://ucfopen.github.io/Obojobo-Docs/",
77
"description": "Obojobo express server middleware.",
@@ -46,8 +46,8 @@
4646
"use-debounce": "^7.0.0"
4747
},
4848
"peerDependencies": {
49-
"obojobo-express": "^15.1.0-alpha.1",
50-
"obojobo-lib-utils": "^15.1.0-alpha.1"
49+
"obojobo-express": "^15.1.0",
50+
"obojobo-lib-utils": "^15.1.0"
5151
},
5252
"jest": {
5353
"setupFilesAfterEnv": [

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obojobo-chunks-abstract-assessment",
3-
"version": "15.1.0-alpha.1",
3+
"version": "15.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": "^15.1.0-alpha.1",
32-
"obojobo-lib-utils": "^15.1.0-alpha.1"
31+
"obojobo-chunks-question": "^15.1.0",
32+
"obojobo-lib-utils": "^15.1.0"
3333
},
3434
"devDependencies": {
3535
"lint-staged": "^10.2.2"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obojobo-chunks-action-button",
3-
"version": "15.1.0-alpha.1",
3+
"version": "15.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": "^15.1.0-alpha.1"
23+
"obojobo-lib-utils": "^15.1.0"
2424
},
2525
"jest": {
2626
"testMatch": [

0 commit comments

Comments
 (0)