Skip to content

Commit 3502c2a

Browse files
authored
Merge pull request #521 from ForgeRock/changeset-release/master
Release PR
2 parents 8ff01d0 + 177174b commit 3502c2a

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

packages/davinci-client/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @forgerock/davinci-client
22

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- [#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
10+
311
## 0.1.2
412

513
### Patch Changes

packages/davinci-client/package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
{
22
"name": "@forgerock/davinci-client",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"main": "./dist/index.js",
55
"module": "./dist/index.js",
66
"typings": "./dist/index.d.ts",
77
"type": "module",
88
"files": ["dist"],
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com:ForgeRock/forgerock-javascript-sdk.git",
12+
"directory": "packages/davinci-client"
13+
},
14+
"publishConfig": {
15+
"access": "public"
16+
},
917
"dependencies": {
1018
"@forgerock/javascript-sdk": "workspace:*",
1119
"@reduxjs/toolkit": "2.3.0",

0 commit comments

Comments
 (0)