Skip to content

Commit

Permalink
Merge pull request #521 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 8ff01d0 + 177174b commit 3502c2a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
8 changes: 8 additions & 0 deletions packages/davinci-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @forgerock/davinci-client

## 0.1.3

### Patch Changes

- [#518](https://github.com/ForgeRock/forgerock-javascript-sdk/pull/518) [`03e4e84`](https://github.com/ForgeRock/forgerock-javascript-sdk/commit/03e4e849b7889124f3fca59a844d54c82cc47367) Thanks [@ryanbas21](https://github.com/ryanbas21)! - remove the format check for ci

- [#520](https://github.com/ForgeRock/forgerock-javascript-sdk/pull/520) [`3563b77`](https://github.com/ForgeRock/forgerock-javascript-sdk/commit/3563b77855a8d5e140e6de1f9801e53fb6504ba3) Thanks [@ryanbas21](https://github.com/ryanbas21)! - explicitly add access public

## 0.1.2

### Patch Changes
Expand Down
10 changes: 9 additions & 1 deletion packages/davinci-client/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
{
"name": "@forgerock/davinci-client",
"version": "0.1.2",
"version": "0.1.3",
"main": "./dist/index.js",
"module": "./dist/index.js",
"typings": "./dist/index.d.ts",
"type": "module",
"files": ["dist"],
"repository": {
"type": "git",
"url": "git+https://github.com:ForgeRock/forgerock-javascript-sdk.git",
"directory": "packages/davinci-client"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@forgerock/javascript-sdk": "workspace:*",
"@reduxjs/toolkit": "2.3.0",
Expand Down

0 comments on commit 3502c2a

Please sign in to comment.