-
Notifications
You must be signed in to change notification settings - Fork 350
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
Reverses PR #1944 (last Version Packages PR) #1958
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
This reverts commit 5963ea1.
GeraldRequired Reviewers
Don't want to be involved in this pull request? Comment |
Size Change: 0 B Total Size: 1.29 MB ℹ️ View Unchanged
|
mark-fitzgerald
approved these changes
Dec 5, 2024
Merged
mark-fitzgerald
pushed a commit
that referenced
this pull request
Dec 5, 2024
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @khanacademy/[email protected] ### Minor Changes - [#1958](#1958) [`051ba6392`](051ba63) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Introduces a validation function for the number line widget (extracted from the scoring function). - [#1958](#1958) [`051ba6392`](051ba63) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Changes the PerseusWidgetsMap to be extensible so that widgets can be registered outside of Perseus and still have full type safety. - [#1958](#1958) [`051ba6392`](051ba63) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - [Numeric Input] - Update the UI to match Expression widget ### Patch Changes - [#1958](#1958) [`051ba6392`](051ba63) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - TypeScript fixes - [#1958](#1958) [`051ba6392`](051ba63) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Refactor internally used object mapping utilities to use ES6 exports - [#1958](#1958) [`051ba6392`](051ba63) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Type fixes - [#1958](#1958) [`051ba6392`](051ba63) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Ensure that zoomed-in images retain alt text - [#1958](#1958) [`051ba6392`](051ba63) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - [Numeric Input] - Show format options as a list - [#1958](#1958) [`051ba6392`](051ba63) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Minor refactoring of ServerItemRenderer's componentDidUpdate to reduce duplication - [#1958](#1958) [`051ba6392`](051ba63) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Refactor scoring for `group` widget to follow the same pattern as all other widgets - [#1958](#1958) [`051ba6392`](051ba63) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - [Numeric Input] - Associate format options tooltip content with input field for assistive technologies - [#1958](#1958) [`051ba6392`](051ba63) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Add global styles to reflect prod styling - [#1958](#1958) [`051ba6392`](051ba63) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Internal: convert backgroundImage dimensions to numbers during parsing. - [#1958](#1958) [`051ba6392`](051ba63) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Improve comments on some Perseus types - [#1958](#1958) [`051ba6392`](051ba63) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Internal: add and pass regression tests for PerseusItem parser's handling of legacy data ## @khanacademy/[email protected] ### Patch Changes - [#1958](#1958) [`051ba6392`](051ba63) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Type fixes - [#1958](#1958) [`051ba6392`](051ba63) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Ensure links opening to style guide (Google Docs) set `rel="noreferrer"` - [#1958](#1958) [`051ba6392`](051ba63) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Remove debugging call in GraphSettings component - Updated dependencies \[[`051ba6392`](051ba63), [`051ba6392`](051ba63), [`051ba6392`](051ba63), [`051ba6392`](051ba63), [`051ba6392`](051ba63), [`051ba6392`](051ba63), [`051ba6392`](051ba63), [`051ba6392`](051ba63), [`051ba6392`](051ba63), [`051ba6392`](051ba63), [`051ba6392`](051ba63), [`051ba6392`](051ba63), [`051ba6392`](051ba63), [`051ba6392`](051ba63), [`051ba6392`](051ba63)]: - @khanacademy/[email protected] Author: khan-actions-bot Reviewers: mark-fitzgerald Required Reviewers: Approved By: mark-fitzgerald Checks: ⏭️ Publish npm snapshot, ✅ Cypress (ubuntu-latest, 20.x), ✅ Check builds for changes in size (ubuntu-latest, 20.x), ✅ Lint, Typecheck, Format, and Test (ubuntu-latest, 20.x), ✅ Check for .changeset entries for all changed files (ubuntu-latest, 20.x), ✅ gerald Pull Request URL: #1959
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.
Summary:
The last release failed because the
yarn.lock
file was changed whenyarn install
ran (See #1957).This PR reverses (
git revert 5963ea185
) the release commit so that we can get a new Version Packages PR and land it (and trigger a new release).PR #1957 must be landed after this PR, but before we do a release.
Issue: "none"
Test plan: