Skip to content

Commit

Permalink
Merge pull request #514 from ForgeRock/version-format
Browse files Browse the repository at this point in the history
chore: format-after-version
  • Loading branch information
ryanbas21 authored Dec 11, 2024
2 parents 634c870 + dee377f commit 05143c6
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 18 deletions.
3 changes: 2 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"token-vault-app",
"@forgerock/token-vault-interceptor",
"token-vault-proxy",
"token-vault-suites"
"token-vault-suites",
"davinci-suites"
]
}
5 changes: 0 additions & 5 deletions .changeset/fresh-mangos-bathe.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/giant-fans-rhyme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@forgerock/davinci-client': patch
---

fix-versioning-format
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build": "nx affected --target=build",
"clean": "shx rm -rf ./{coverage,dist,docs,node_modules,tmp}/ ./{packages,e2e}/*/{dist,node_modules}/ && git clean -fX -e \"!.env*,nx-cloud.env\"",
"ci:release": "pnpm publish -r --no-git-checks && changeset tag",
"ci:version": "changeset version && pnpm install --no-frozen-lockfile",
"ci:version": "changeset version && pnpm install --no-frozen-lockfile && pnpm format:staged",
"changeset": "changeset",
"commit": "git cz",
"docs": "nx affected --target=typedoc",
Expand Down
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
2 changes: 1 addition & 1 deletion packages/davinci-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"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",
Expand Down

0 comments on commit 05143c6

Please sign in to comment.