Skip to content

Commit

Permalink
Merge pull request #515 from ForgeRock/changeset-release/master
Browse files Browse the repository at this point in the history
Release PR
  • Loading branch information
ryanbas21 authored Dec 11, 2024
2 parents 2f40d0c + 11fa5c7 commit f6d18d4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 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"
]
}
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
6 changes: 6 additions & 0 deletions packages/davinci-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @forgerock/davinci-client

## 0.1.1

### Patch Changes

- [#514](https://github.com/ForgeRock/forgerock-javascript-sdk/pull/514) [`dee377f`](https://github.com/ForgeRock/forgerock-javascript-sdk/commit/dee377fdbba7c7be9ea7c5bc3e3739eb75b9c02c) Thanks [@ryanbas21](https://github.com/ryanbas21)! - fix-versioning-format

## 0.1.0

### Minor Changes
Expand Down
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.1.0",
"version": "0.1.1",
"main": "./dist/index.js",
"module": "./dist/index.js",
"typings": "./dist/index.d.ts",
Expand Down

0 comments on commit f6d18d4

Please sign in to comment.