-
Notifications
You must be signed in to change notification settings - Fork 19
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
Version Packages (beta) #440
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
August 10, 2023 09:08
eb3303f
to
b1e4fe9
Compare
joshwooding
approved these changes
Aug 10, 2023
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
August 10, 2023 10:52
b1e4fe9
to
34a3eb0
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
August 10, 2023 16:13
34a3eb0
to
034f74c
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
August 14, 2023 13:54
034f74c
to
5e7bb53
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
August 17, 2023 13:04
5e7bb53
to
c5d9a8d
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
August 23, 2023 12:43
c5d9a8d
to
6c90861
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
August 23, 2023 15:53
6c90861
to
c682152
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
August 24, 2023 09:26
c682152
to
41c7f02
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
August 24, 2023 10:15
41c7f02
to
f843a9b
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
August 25, 2023 08:11
f843a9b
to
d39f364
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
August 25, 2023 09:11
d39f364
to
d14f6a2
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
August 25, 2023 09:59
d14f6a2
to
9a182cb
Compare
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.
This PR was opened by the Changesets release 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.
main
is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exit
onmain
.Releases
@jpmorganchase/[email protected]
Patch Changes
682c784: Add Admin endpoints
0ced179: ## Feature
Any exception raised by plugins during any part of the plugin lifecycle are converted to instances of PluginError and tracked by the source that is running the plugins. This means plugin errors do not cause the source to close and content will continue to be served by Mosaic.
Plugin authors should be encouraged to throw a
PluginError
as should an error occur when processing a particular page, then the full path to the page can be included in the error descriptor.Plugin errors are not currently surfaced to a Mosaic site but can be viewed using the list sources admin API.
Fix
The
saveContent
plugin lifecycle method is removed. This concept was replaced with workflows some time ago and should have been removed then.Updated dependencies [d3b8b3a]
Updated dependencies [7013042]
Updated dependencies [682c784]
Updated dependencies [c0ee0f3]
Updated dependencies [0ced179]
@jpmorganchase/[email protected]
Patch Changes
LinkButton
added to default MDX components.@jpmorganchase/[email protected]
Patch Changes
@jpmorganchase/[email protected]
Patch Changes
@jpmorganchase/[email protected]
Patch Changes
d3b8b3a:
SharedConfigPlugin
can now apply a shared config to a source that doesn't have one but shares a namespace with 1 that does.682c784: Add Admin endpoints
0ced179: ## Feature
Any exception raised by plugins during any part of the plugin lifecycle are converted to instances of PluginError and tracked by the source that is running the plugins. This means plugin errors do not cause the source to close and content will continue to be served by Mosaic.
Plugin authors should be encouraged to throw a
PluginError
as should an error occur when processing a particular page, then the full path to the page can be included in the error descriptor.Plugin errors are not currently surfaced to a Mosaic site but can be viewed using the list sources admin API.
Fix
The
saveContent
plugin lifecycle method is removed. This concept was replaced with workflows some time ago and should have been removed then.Updated dependencies [d3b8b3a]
Updated dependencies [7013042]
Updated dependencies [0ced179]
@jpmorganchase/[email protected]
Patch Changes
@jpmorganchase/[email protected]
Patch Changes
e32b5c6: ## Fixes
b39d77b: ## Feature
Provide the ability to set the default page layout at the root of a Mosaic site. Pages without a layout in their metadata will use this layout.
993b4b5: The logic for showing a spinner has been simplified and should be more consistent.
Updated dependencies [0dc621d]
Updated dependencies [4e69178]
Updated dependencies [c0ee0f3]
@jpmorganchase/[email protected]
Patch Changes
@jpmorganchase/[email protected]
Patch Changes
d3b8b3a:
SharedConfigPlugin
can now apply a shared config to a source that doesn't have one but shares a namespace with 1 that does.7013042: Fix pages that are excluded from the sidebar having no sidebar
0ced179: ## Feature
Any exception raised by plugins during any part of the plugin lifecycle are converted to instances of PluginError and tracked by the source that is running the plugins. This means plugin errors do not cause the source to close and content will continue to be served by Mosaic.
Plugin authors should be encouraged to throw a
PluginError
as should an error occur when processing a particular page, then the full path to the page can be included in the error descriptor.Plugin errors are not currently surfaced to a Mosaic site but can be viewed using the list sources admin API.
Fix
The
saveContent
plugin lifecycle method is removed. This concept was replaced with workflows some time ago and should have been removed then.Updated dependencies [d3b8b3a]
Updated dependencies [0ced179]
@jpmorganchase/[email protected]
Patch Changes
@jpmorganchase/[email protected]
Patch Changes
c0ee0f3: ### Fixes
Updated dependencies [0dc621d]
Updated dependencies [4e69178]
@jpmorganchase/[email protected]
Patch Changes
@jpmorganchase/[email protected]
Patch Changes
@jpmorganchase/[email protected]
Patch Changes
@jpmorganchase/[email protected]
Patch Changes
@jpmorganchase/[email protected]
Patch Changes
@jpmorganchase/[email protected]
Patch Changes
c0ee0f3: ### Fixes
@jpmorganchase/[email protected]
Patch Changes
@jpmorganchase/[email protected]
Patch Changes
d3b8b3a:
SharedConfigPlugin
can now apply a shared config to a source that doesn't have one but shares a namespace with 1 that does.0ced179: ## Feature
Any exception raised by plugins during any part of the plugin lifecycle are converted to instances of PluginError and tracked by the source that is running the plugins. This means plugin errors do not cause the source to close and content will continue to be served by Mosaic.
Plugin authors should be encouraged to throw a
PluginError
as should an error occur when processing a particular page, then the full path to the page can be included in the error descriptor.Plugin errors are not currently surfaced to a Mosaic site but can be viewed using the list sources admin API.
Fix
The
saveContent
plugin lifecycle method is removed. This concept was replaced with workflows some time ago and should have been removed then.@jpmorganchase/[email protected]
Patch Changes
@jpmorganchase/[email protected]
@jpmorganchase/[email protected]
@jpmorganchase/[email protected]
@jpmorganchase/[email protected]
Patch Changes
d3b8b3a:
SharedConfigPlugin
can now apply a shared config to a source that doesn't have one but shares a namespace with 1 that does.e32b5c6: ## Fixes
0dc621d:
LinkButton
added to default MDX components.682c784: Add Admin endpoints
c0ee0f3: ### Fixes
b39d77b: ## Feature
Provide the ability to set the default page layout at the root of a Mosaic site. Pages without a layout in their metadata will use this layout.
Updated dependencies [e32b5c6]
Updated dependencies [0dc621d]
Updated dependencies [4e69178]
Updated dependencies [682c784]
Updated dependencies [c0ee0f3]
Updated dependencies [0ced179]
Updated dependencies [b39d77b]
Updated dependencies [993b4b5]