-
Notifications
You must be signed in to change notification settings - Fork 47
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
Release PR #502
Merged
Merged
Release PR #502
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
chore: fix-side-effects add side effects array to the package.json for sdk&protect.
chore:Nx 20
had to add the subpath for vite builds. I dont think this matters in production since we had all subpaths to the final exports map
feat(davinci-client): improve error handling, selectors and types
chore: initial-setup-for-davinci-client
fix(davinci-client): fix-types
fix(davinci-client): fix authorize util option storage
Create package for device-client
feat(device-client): device-client
docs: typedoc-config
docs: typedoc-config
chore: setup-changesets
chore: fix-command
chore: pnpm worksaround
chore: fix-changesets
chore: remove-ci-files
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
December 4, 2024 04:03
72cb494
to
7032d44
Compare
outputs aren't being ignored in ci, removed ./
chore: ignore-outputs-again
ryanbas21
force-pushed
the
changeset-release/master
branch
from
December 4, 2024 16:04
7032d44
to
fe4e0e2
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
December 4, 2024 16:11
fe4e0e2
to
5f9ac0a
Compare
chore: fix-husky-install
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
December 4, 2024 16:15
5f9ac0a
to
ddba169
Compare
fix(davinci-client): improve typings and error handling
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
December 6, 2024 22:01
ddba169
to
411b6d3
Compare
fix(davinci-client): address invalid client id with 302
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
December 9, 2024 20:22
411b6d3
to
af7f7d2
Compare
Type issue which i changed the structure of. This caused a few test failures because it is an api change
fixed action collector type to be more clear of intent
fix: fix-the-url-type
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
December 10, 2024 17:41
af7f7d2
to
0ec29af
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
December 11, 2024 16:25
0ec29af
to
0c41d9c
Compare
cerebrl
approved these changes
Dec 11, 2024
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 master, this PR will be updated.
Releases
@forgerock/[email protected]
Minor Changes
958ba10
Thanks @ryanbas21! - fix the type for the single value collector output. make it a union so it narrows and either has a url or does not have a urlPatch Changes
#493
70de27a
Thanks @ryanbas21! - refactor to improve type inference. use the wellknown endpoint to derive all the endpoints for the server, rather than using the baseurl#491
2b7e983
Thanks @ryanbas21! - use async config options instead of configoptions