Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a449052

Browse files
committedJan 10, 2025·
chore: version packages
1 parent 732e3f3 commit a449052

File tree

8 files changed

+34
-4
lines changed

8 files changed

+34
-4
lines changed
 

‎packages/core/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @renegade-fi/core
22

3+
## 0.4.16
4+
5+
### Patch Changes
6+
7+
- include query string in auth path
8+
39
## 0.4.15
410

511
### Patch Changes

‎packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@renegade-fi/core",
33
"description": "VanillaJS library for Renegade",
4-
"version": "0.4.15",
4+
"version": "0.4.16",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/renegade-fi/typescript-sdk.git",

‎packages/node/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @renegade-fi/node
22

3+
## 0.4.16
4+
5+
### Patch Changes
6+
7+
- include query string in auth path
8+
- Updated dependencies
9+
- @renegade-fi/core@0.4.16
10+
311
## 0.4.15
412

513
### Patch Changes

‎packages/node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@renegade-fi/node",
33
"description": "Node.js library for Renegade",
4-
"version": "0.4.15",
4+
"version": "0.4.16",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/renegade-fi/typescript-sdk.git",

‎packages/react/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @renegade-fi/react
22

3+
## 0.4.17
4+
5+
### Patch Changes
6+
7+
- include query string in auth path
8+
- Updated dependencies
9+
- @renegade-fi/core@0.4.16
10+
311
## 0.4.16
412

513
### Patch Changes

‎packages/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@renegade-fi/react",
33
"description": "React library for Renegade",
4-
"version": "0.4.16",
4+
"version": "0.4.17",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/renegade-fi/typescript-sdk.git",

‎packages/test/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @renegade-fi/test
22

3+
## 0.3.15
4+
5+
### Patch Changes
6+
7+
- include query string in auth path
8+
- Updated dependencies
9+
- @renegade-fi/core@0.4.16
10+
311
## 0.3.14
412

513
### Patch Changes

‎packages/test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@renegade-fi/test",
3-
"version": "0.3.14",
3+
"version": "0.3.15",
44
"description": "Testing helpers for Renegade",
55
"private": true,
66
"files": [

0 commit comments

Comments
 (0)
Please sign in to comment.