Conversation
taylortom
approved these changes
Apr 11, 2025
github-actions Bot
pushed a commit
that referenced
this pull request
Sep 1, 2025
# 1.0.0 (2025-09-01) ### Fix * change migrations to not run npm install on unzipPath (fixes #67) (#68) ([4b51def](4b51def)), closes [#67](#67) [#68](#68) * do not attempt to parse assets manifest as content (fixes #44) (#45) ([c9d6222](c9d6222)), closes [#44](#44) [#45](#45) * getImportContentCounts updated to start from 1 not 0 ([8614d78](8614d78)) * getImportContentCounts updated to start from 1 not 0 (fixes #22) (#23) ([1eb6569](1eb6569)), closes [#22](#22) [#23](#23) * Import asset validation errors (fixes #21) (#24) ([5f8566b](5f8566b)), closes [#21](#21) [#24](#24) * make paths host-agnostic (fixes #41) (#42) ([082171e](082171e)), closes [#41](#41) [#42](#42) * run update on course data with original data to load course.json extension settings ([cc6bb89](cc6bb89)) * run update on course data with original data to load course.json extension settings (fixes #53) (#54) ([ee10920](ee10920)), closes [#53](#53) [#54](#54) ### HACK * write customStyles.less to course.json to allow migrations ([77f6ed5](77f6ed5)) ### New * automated release functionality added to the repo ([d596701](d596701)) * automated release functionality added to the repo (fixes #69) (#70) ([9e00446](9e00446)), closes [#69](#69) [#70](#70) * implement framework update (#30) ([c1bd51e](c1bd51e)), closes [#30](#30) * migration script import functionality added (#66) ([bb7f179](bb7f179)), closes [#66](#66) ### TEMP * Update adapt-migrations install version ([6ddcb97](6ddcb97)) ### Update * added named exports (fixes #56) (#57) ([248f2c8](248f2c8)), closes [#56](#56) [#57](#57)
|
🎉 This PR is included in version 1.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Utilises new FW migrations, requires new temp/adapt_framework (adaptlearning/adapt_framework#3668)
#67
Fix