Skip to content

Commit

Permalink
chore: version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sehyunc committed Oct 28, 2024
1 parent 3556100 commit ccf172f
Show file tree
Hide file tree
Showing 8 changed files with 43 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.0

### Minor Changes

- wasm: include public blinder in create-wallet

## 0.3.8

### 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.3.8",
"version": "0.4.0",
"repository": {
"type": "git",
"url": "https://github.com/renegade-fi/typescript-sdk.git",
Expand Down
11 changes: 11 additions & 0 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @renegade-fi/node

## 0.4.0

### Minor Changes

- wasm: include public blinder in create-wallet

### Patch Changes

- Updated dependencies
- @renegade-fi/core@0.4.0

## 0.3.11

### 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.3.11",
"version": "0.4.0",
"repository": {
"type": "git",
"url": "https://github.com/renegade-fi/typescript-sdk.git",
Expand Down
11 changes: 11 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @renegade-fi/react

## 0.4.0

### Minor Changes

- wasm: include public blinder in create-wallet

### Patch Changes

- Updated dependencies
- @renegade-fi/core@0.4.0

## 0.3.10

### 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.3.10",
"version": "0.4.0",
"repository": {
"type": "git",
"url": "https://github.com/renegade-fi/typescript-sdk.git",
Expand Down
11 changes: 11 additions & 0 deletions packages/test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @renegade-fi/test

## 0.3.0

### Minor Changes

- wasm: include public blinder in create-wallet

### Patch Changes

- Updated dependencies
- @renegade-fi/core@0.4.0

## 0.2.9

### 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.2.9",
"version": "0.3.0",
"description": "Testing helpers for Renegade",
"private": true,
"files": [
Expand Down

0 comments on commit ccf172f

Please sign in to comment.