Skip to content

Commit

Permalink
chore: version packages (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
akirillo authored Jan 10, 2025
1 parent 732e3f3 commit 781c038
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 4 deletions.
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @renegade-fi/core

## 0.4.16

### Patch Changes

- include query string in auth path

## 0.4.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@renegade-fi/core",
"description": "VanillaJS library for Renegade",
"version": "0.4.15",
"version": "0.4.16",
"repository": {
"type": "git",
"url": "https://github.com/renegade-fi/typescript-sdk.git",
Expand Down
8 changes: 8 additions & 0 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @renegade-fi/node

## 0.4.16

### Patch Changes

- include query string in auth path
- Updated dependencies
- @renegade-fi/core@0.4.16

## 0.4.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@renegade-fi/node",
"description": "Node.js library for Renegade",
"version": "0.4.15",
"version": "0.4.16",
"repository": {
"type": "git",
"url": "https://github.com/renegade-fi/typescript-sdk.git",
Expand Down
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @renegade-fi/react

## 0.4.17

### Patch Changes

- include query string in auth path
- Updated dependencies
- @renegade-fi/core@0.4.16

## 0.4.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@renegade-fi/react",
"description": "React library for Renegade",
"version": "0.4.16",
"version": "0.4.17",
"repository": {
"type": "git",
"url": "https://github.com/renegade-fi/typescript-sdk.git",
Expand Down
8 changes: 8 additions & 0 deletions packages/test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @renegade-fi/test

## 0.3.15

### Patch Changes

- include query string in auth path
- Updated dependencies
- @renegade-fi/core@0.4.16

## 0.3.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@renegade-fi/test",
"version": "0.3.14",
"version": "0.3.15",
"description": "Testing helpers for Renegade",
"private": true,
"files": [
Expand Down

0 comments on commit 781c038

Please sign in to comment.