Skip to content

Commit 3df786b

Browse files
v16.0.1-alpha.0
1 parent 0aba191 commit 3df786b

File tree

36 files changed

+77
-77
lines changed

36 files changed

+77
-77
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": "16.0.0",
3+
"version": "16.0.1-alpha.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": "16.0.0",
5+
"version": "16.0.1-alpha.0",
66
"command": {
77
"command": {
88
"run": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "obojobo-next",
4-
"version": "16.0.0",
4+
"version": "16.0.1",
55
"repository": "https://github.com/ucfopen/Obojobo.git",
66
"homepage": "https://ucfopen.github.io/Obojobo-Docs/",
77
"license": "AGPL-3.0-only",

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": "16.0.0",
3+
"version": "16.0.1-alpha.0",
44
"license": "AGPL-3.0-only",
55
"description": "",
66
"engines": {

packages/app/obojobo-document-engine/src/scripts/oboeditor/documents/oboeditor-tutorial.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3483,7 +3483,7 @@
34833483
"id": "889429ed-f7ee-4a61-940a-4d4b6d8089e7",
34843484
"type": "ObojoboDraft.Pages.Page",
34853485
"content": {
3486-
"title": "Excerpt"
3486+
"title": "Excerpts"
34873487
},
34883488
"children": [
34893489
{

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": "^16.0.0",
7-
"obojobo-lib-utils": "^16.0.0"
6+
"obojobo-document-engine": "^16.0.1-alpha.0",
7+
"obojobo-lib-utils": "^16.0.1-alpha.0"
88
},
99
"name": "obojobo-document-json-parser",
10-
"version": "16.0.0",
10+
"version": "16.0.1-alpha.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": "^16.0.0"
7+
"obojobo-lib-utils": "^16.0.1-alpha.0"
88
},
99
"name": "obojobo-document-xml-parser",
10-
"version": "16.0.0",
10+
"version": "16.0.1-alpha.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": "16.0.0",
4+
"version": "16.0.1-alpha.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": "^16.0.0",
73-
"obojobo-document-xml-parser": "^16.0.0",
74-
"obojobo-lib-utils": "^16.0.0"
72+
"obojobo-document-engine": "^16.0.1-alpha.0",
73+
"obojobo-document-xml-parser": "^16.0.1-alpha.0",
74+
"obojobo-lib-utils": "^16.0.1-alpha.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": "16.0.0",
4+
"version": "16.0.1-alpha.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.18.2"
3030
},
3131
"peerDependencies": {
32-
"obojobo-express": "^16.0.0",
33-
"obojobo-lib-utils": "^16.0.0",
34-
"obojobo-repository": "^16.0.0"
32+
"obojobo-express": "^16.0.1-alpha.0",
33+
"obojobo-lib-utils": "^16.0.1-alpha.0",
34+
"obojobo-repository": "^16.0.1-alpha.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": "16.0.0",
4+
"version": "16.0.1-alpha.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": "^16.0.0",
50-
"obojobo-lib-utils": "^16.0.0"
49+
"obojobo-express": "^16.0.1-alpha.0",
50+
"obojobo-lib-utils": "^16.0.1-alpha.0"
5151
},
5252
"jest": {
5353
"setupFilesAfterEnv": [

0 commit comments

Comments
 (0)