Skip to content

Commit 36acb5e

Browse files
Chore(release): 9.26.0 [skip ci]
# [9.26.0](v9.25.0...v9.26.0) (2025-11-04) ### Fix * Add end margin only when question is complete (fixes #559) ([e892b89](e892b89)), closes [#559](#559) * Reduced margin-start / end iteration default value (fixes #552) ([f44a4e2](f44a4e2)), closes [#552](#552) * Update package.json to fix broken GitHub releases (fix #568) (#569) ([ab7c444](ab7c444)), closes [#568](#568) [#569](#569) ### New * Add bounceUpOnce and bounceDownOnce animation mixins (fixes #562) ([e126db7](e126db7)), closes [#562](#562) ### Update * Apply @progress-border-radius to PLP indicator inner (fixes #547) ([7bf2598](7bf2598)), closes [#547](#547) * package updated to include semantic-release-replace-plugin for automated migration versioning (fixes #549) (#550) ([0742aed](0742aed)), closes [#549](#549) [#550](#550) * Update Media component styles to support MediaElement.js (fixes #523) (#524) ([aa6ad16](aa6ad16)), closes [#523](#523) [#524](#524)
1 parent ab7c444 commit 36acb5e

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

bower.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "adapt-contrib-vanilla",
3-
"version": "9.25.0",
3+
"version": "9.26.0",
44
"framework": ">=5.31.3",
55
"homepage": "https://github.com/adaptlearning/adapt-contrib-vanilla",
66
"bugs": "https://github.com/adaptlearning/adapt-contrib-vanilla/issues",
@@ -50,13 +50,15 @@
5050
"files": "migrations/*.js",
5151
"from": "@@CURRENT_VERSION",
5252
"to": "${lastRelease.version}",
53-
"countMatches": true
53+
"countMatches": true,
54+
"allowEmptyPaths": true
5455
},
5556
{
5657
"files": "migrations/*.js",
5758
"from": "@@RELEASE_VERSION",
5859
"to": "${nextRelease.version}",
59-
"countMatches": true
60+
"countMatches": true,
61+
"allowEmptyPaths": true
6062
}
6163
]
6264
}

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-vanilla",
3-
"version": "9.25.0",
3+
"version": "9.26.0",
44
"framework": ">=5.31.3",
55
"homepage": "https://github.com/adaptlearning/adapt-contrib-vanilla",
66
"bugs": "https://github.com/adaptlearning/adapt-contrib-vanilla/issues",

0 commit comments

Comments
 (0)