-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: _globals schema nesting #93
Merged
Merged
Conversation
This file contains 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
oliverfoster
approved these changes
Mar 20, 2023
cahirodoherty-learningpool
approved these changes
Mar 20, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👀
guywillis
approved these changes
Mar 21, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👀
🎉 This PR is included in version 6.2.3 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
github-actions bot
pushed a commit
to plablo/adapt-contrib-graphic
that referenced
this pull request
Jul 25, 2023
# [2.1.0](v2.0.5...v2.1.0) (2023-07-25) ### accessibility * fixes issue/#2075 and issue/#2084 ([87ba7bc](87ba7bc)), closes [issue/#2075](https://github.com/plablo/adapt-contrib-graphic/issues/2075) [issue/#2084](https://github.com/plablo/adapt-contrib-graphic/issues/2084) ### chore * added package.json ([60efa87](60efa87)) * added package.json ([bf17500](bf17500)), closes [#3072](https://github.com/plablo/adapt-contrib-graphic/issues/3072) ### Fix * _globals schema nesting (adaptlearning#93) ([dca3fc9](dca3fc9)), closes [adaptlearning#93](https://github.com/plablo/adapt-contrib-graphic/issues/93) * Added gitignore for release automation ([a5cc5aa](a5cc5aa)) * Added gitignore for release automation ([dd8da44](dd8da44)) * Added package-lock.json ([050ec57](050ec57)) * Added release automation ([72e4fb3](72e4fb3)) * Added release automation ([aac511f](aac511f)) * Update _target attributes to use select (fixes adaptlearning#89) ([9cd54fa](9cd54fa)), closes [adaptlearning#89](https://github.com/plablo/adapt-contrib-graphic/issues/89) * Version numbers removed from Readme files ([809338e](809338e)) ### New * Added longdescription and horizontal scrolling ([053a0e6](053a0e6)) * Issue and pr project addition automation (Fixes #3315) ([68c76ee](68c76ee)), closes [#3315](https://github.com/plablo/adapt-contrib-graphic/issues/3315) * Issue and pr project addition automation (refs adaptlearning/adapt_framework#3315) ([5fc1f6b](5fc1f6b))
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.
Fixes (#92)
Fix