-
Notifications
You must be signed in to change notification settings - Fork 31
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: sync with main branch + adapt section mapping code to latest changes #387
Merged
catalan-adobe
merged 28 commits into
feat-import-manual-mapping-flow2
from
fix-import-fragment-01
Jul 9, 2024
Merged
Fix: sync with main branch + adapt section mapping code to latest changes #387
catalan-adobe
merged 28 commits into
feat-import-manual-mapping-flow2
from
fix-import-fragment-01
Jul 9, 2024
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
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
## [1.51.19](v1.51.18...v1.51.19) (2024-06-07) ### Bug Fixes * **deps:** update dependency @adobe/helix-importer to v3.4.3 ([#368](#368)) ([c62cd1f](c62cd1f))
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
## [1.51.20](v1.51.19...v1.51.20) (2024-06-07) ### Bug Fixes * **deps:** update dependency @adobe/helix-importer to v3.4.4 ([#369](#369)) ([2ab0bbd](2ab0bbd))
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
## [1.51.21](v1.51.20...v1.51.21) (2024-06-09) ### Bug Fixes * **deps:** update adobe fixes ([#371](#371)) ([74595c8](74595c8))
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
## [1.51.22](v1.51.21...v1.51.22) (2024-06-09) ### Bug Fixes * **deps:** update dependency @adobe/helix-importer to v3.4.6 ([#372](#372)) ([b3f5849](b3f5849))
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
## [1.51.23](v1.51.22...v1.51.23) (2024-06-09) ### Bug Fixes * **deps:** update dependency @adobe/helix-importer to v3.4.7 ([#373](#373)) ([0edd45b](0edd45b))
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
## [1.51.24](v1.51.23...v1.51.24) (2024-06-15) ### Bug Fixes * **deps:** update external fixes ([#379](#379)) ([dedbce8](dedbce8))
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
## [1.51.25](v1.51.24...v1.51.25) (2024-06-22) ### Bug Fixes * **deps:** update external fixes ([#384](#384)) ([c5302c3](c5302c3))
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
## [1.51.26](v1.51.25...v1.51.26) (2024-06-22) ### Bug Fixes * **deps:** update dependency @adobe/helix-importer to v3.4.8 ([#385](#385)) ([dbcef27](dbcef27))
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
## [1.51.27](v1.51.26...v1.51.27) (2024-06-23) ### Bug Fixes * **deps:** update dependency @adobe/helix-importer to v3.4.9 ([#386](#386)) ([9087858](9087858))
# Conflicts: # js/dist/helix-importer.js # js/dist/spectrum-web-components.js # package-lock.json # package.json
atopper
approved these changes
Jun 27, 2024
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.
Looks good.
I haven't been updating the CHANGELOG - I'll do that for now on.
catalan-adobe
merged commit Jul 9, 2024
4c1235d
into
feat-import-manual-mapping-flow2
4 checks passed
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.
Changes from latest PRs introduced few bugs + linting issues. This PR fixes them.
BONUS: sync with
main
branch.