Skip to content

Commit

Permalink
Merge pull request #523 from ForgeRock/changeset-release/master
Browse files Browse the repository at this point in the history
Release PR
  • Loading branch information
ryanbas21 authored Dec 12, 2024
2 parents 3502c2a + d1111a3 commit 210d647
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@
[ForgeRock Token Vault package](./packages/token-vault/CHANGELOG.md)

[ForgeRock Ping Protect package](./packages/ping-protect/CHANGELOG.md)

[ForgeRock DaVinci Client package](./packages/davinci-client/CHANGELOG.md)
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

## 1.0.0

### Major Changes

- [#522](https://github.com/ForgeRock/forgerock-javascript-sdk/pull/522) [`6b007a6`](https://github.com/ForgeRock/forgerock-javascript-sdk/commit/6b007a638901af05104e92bc78c11a088afb34f1) Thanks [@ryanbas21](https://github.com/ryanbas21)! - 1.0 Release of davinci-client

## 0.1.3

### Patch Changes
Expand Down
10 changes: 3 additions & 7 deletions 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.3",
"version": "1.0.0",
"main": "./dist/index.js",
"module": "./dist/index.js",
"typings": "./dist/index.d.ts",
Expand All @@ -17,12 +17,8 @@
"dependencies": {
"@forgerock/javascript-sdk": "workspace:*",
"@reduxjs/toolkit": "2.3.0",
"vitest": "^1.4.0",
"immer": "10.1.1"
},
"devDependencies": {
"vitest": "^1.4.0",
"immer": "10.1.1"
"immer": "10.1.1",
"vitest": "^1.4.0"
},
"exports": {
".": {
Expand Down

0 comments on commit 210d647

Please sign in to comment.