Skip to content

Commit 46875f9

Browse files
Chore(release): 4.9.0 [skip ci]
# [4.9.0](v4.8.0...v4.9.0) (2025-10-21) ### New * Add option to auto scroll to inline feedback (fix #116) ([dd44d27](dd44d27)), closes [#116](#116)
1 parent dd44d27 commit 46875f9

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "adapt-contrib-tutor",
3-
"version": "4.8.0",
3+
"version": "4.9.0",
44
"framework": ">=5.22.8",
55
"homepage": "https://github.com/adaptlearning/adapt-contrib-tutor",
66
"bugs": "https://github.com/adaptlearning/adapt-contrib-tutor/issues",

migrations/v4.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -254,10 +254,10 @@ describe('Tutor - v4.0.0 to v4.1.0', async () => {
254254
});
255255
});
256256

257-
describe('Tutor - @@CURRENT_VERSION to @@RELEASE_VERSION', async () => {
257+
describe('Tutor - 4.8.0 to 4.9.0', async () => {
258258
let course, components;
259259

260-
whereFromPlugin('Tutor - from @@CURRENT_VERSION', { name: 'adapt-contrib-tutor', version: '<@@RELEASE_VERSION' });
260+
whereFromPlugin('Tutor - from 4.8.0', { name: 'adapt-contrib-tutor', version: '<4.9.0' });
261261

262262
mutateContent('Tutor - add course _tutor._autoScrollWhenInline', async () => {
263263
course = getCourse();
@@ -284,10 +284,10 @@ describe('Tutor - @@CURRENT_VERSION to @@RELEASE_VERSION', async () => {
284284
return true;
285285
});
286286

287-
updatePlugin('Tutor - update to @@RELEASE_VERSION', { name: 'adapt-contrib-tutor', version: '@@RELEASE_VERSION', framework: '>=5.22.8' });
287+
updatePlugin('Tutor - update to 4.9.0', { name: 'adapt-contrib-tutor', version: '4.9.0', framework: '>=5.22.8' });
288288

289289
testSuccessWhere('tutor with empty course', {
290-
fromPlugins: [{ name: 'adapt-contrib-tutor', version: '@@CURRENT_VERSION' }],
290+
fromPlugins: [{ name: 'adapt-contrib-tutor', version: '4.8.0' }],
291291
content: [
292292
{ _id: 'c-100', _component: 'mcq', _tutor: {} },
293293
{ _id: 'c-105', _component: 'mcq' },
@@ -296,14 +296,14 @@ describe('Tutor - @@CURRENT_VERSION to @@RELEASE_VERSION', async () => {
296296
});
297297

298298
testSuccessWhere('tutor with existing course tutor config', {
299-
fromPlugins: [{ name: 'adapt-contrib-tutor', version: '@@CURRENT_VERSION' }],
299+
fromPlugins: [{ name: 'adapt-contrib-tutor', version: '4.8.0' }],
300300
content: [
301301
{ _id: 'c-100', _component: 'mcq', _tutor: {} },
302302
{ _type: 'course', _tutor: { _type: 'notify' }, _globals: { _extensions: { _tutor: {} } } }
303303
]
304304
});
305305

306306
testStopWhere('incorrect version', {
307-
fromPlugins: [{ name: 'adapt-contrib-tutor', version: '@@RELEASE_VERSION' }]
307+
fromPlugins: [{ name: 'adapt-contrib-tutor', version: '4.9.0' }]
308308
});
309309
});

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "adapt-contrib-tutor",
3-
"version": "4.8.0",
3+
"version": "4.9.0",
44
"framework": ">=5.22.8",
55
"homepage": "https://github.com/adaptlearning/adapt-contrib-tutor",
66
"bugs": "https://github.com/adaptlearning/adapt-contrib-tutor/issues",

0 commit comments

Comments
 (0)