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 4, 2024
1 parent 9a72462 commit ddba169
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
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.

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

## 0.0.1

### 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.1",
"version": "0.0.1",
"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 ddba169

Please sign in to comment.