Skip to content

Commit

Permalink
chore: version-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 11, 2024
1 parent 634c870 commit 0c41d9c
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/fresh-mangos-bathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-squids-wink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-tools-sing.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/davinci-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @forgerock/davinci-client

## 0.1.0

### Minor Changes

- [#509](https://github.com/ForgeRock/forgerock-javascript-sdk/pull/509) [`958ba10`](https://github.com/ForgeRock/forgerock-javascript-sdk/commit/958ba101b37efab1ba5cb0afe4b6c870f8f4ef36) Thanks [@ryanbas21](https://github.com/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 url

### Patch Changes

- [#493](https://github.com/ForgeRock/forgerock-javascript-sdk/pull/493) [`70de27a`](https://github.com/ForgeRock/forgerock-javascript-sdk/commit/70de27aa322154f36d52e5b3a21cdc9c94a2ec92) Thanks [@ryanbas21](https://github.com/ryanbas21)! - refactor to improve type inference. use the wellknown endpoint to derive all the endpoints for the server, rather than using the baseurl

- [#491](https://github.com/ForgeRock/forgerock-javascript-sdk/pull/491) [`2b7e983`](https://github.com/ForgeRock/forgerock-javascript-sdk/commit/2b7e98352b6b264af086791b33a64ee409e15944) Thanks [@ryanbas21](https://github.com/ryanbas21)! - use async config options instead of configoptions
6 changes: 4 additions & 2 deletions packages/davinci-client/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"name": "@forgerock/davinci-client",
"version": "0.0.1-davinci.6",
"version": "0.1.0",
"main": "./dist/index.js",
"module": "./dist/index.js",
"typings": "./dist/index.d.ts",
"type": "module",
"files": ["dist"],
"files": [
"dist"
],
"dependencies": {
"@forgerock/javascript-sdk": "workspace:*",
"@reduxjs/toolkit": "2.3.0",
Expand Down

0 comments on commit 0c41d9c

Please sign in to comment.