Skip to content

Commit

Permalink
chore(release): version packages (#75)
Browse files Browse the repository at this point in the history
# Releases
## @recallnet/chains@0.0.2

### Patch Changes

- Updated dependencies
\[[`a989499`](a989499)]:
    -   @recallnet/network-constants@0.0.2

## @recallnet/network-constants@0.0.2

### Patch Changes

- [#74](#74)
[`a989499`](a989499)
Thanks [@dtbuchholz](https://github.com/dtbuchholz)! - use stable RPC
URLs instead of versioned subdomain

## @recallnet/sdk@0.0.3

### Patch Changes

- [#80](#80)
[`2923bb8`](2923bb8)
Thanks [@dtbuchholz](https://github.com/dtbuchholz)! - remove legacy
'network' logic and use viem chains everywhere

- Updated dependencies
\[[`a989499`](a989499)]:
    -   @recallnet/network-constants@0.0.2
    -   @recallnet/chains@0.0.2
    -   @recallnet/contracts@0.0.1

Co-authored-by: textileio-machine <40302381+textileio-machine@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and textileio-machine authored Feb 24, 2025
1 parent 2923bb8 commit d5540bd
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/nasty-pets-sleep.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-waves-crash.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/chains/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @recallnet/chains

## 0.0.2

### Patch Changes

- Updated dependencies [[`a989499`](https://github.com/recallnet/js-recall/commit/a989499b498f059598f65f38c6c3a09a3769e004)]:
- @recallnet/network-constants@0.0.2

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/chains/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@recallnet/chains",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT AND Apache-2.0",
"publishConfig": {
"access": "public"
Expand Down
6 changes: 6 additions & 0 deletions packages/network-constants/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @recallnet/network-constants

## 0.0.2

### Patch Changes

- [#74](https://github.com/recallnet/js-recall/pull/74) [`a989499`](https://github.com/recallnet/js-recall/commit/a989499b498f059598f65f38c6c3a09a3769e004) Thanks [@dtbuchholz](https://github.com/dtbuchholz)! - use stable RPC URLs instead of versioned subdomain

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/network-constants/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@recallnet/network-constants",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT AND Apache-2.0",
"publishConfig": {
"access": "public"
Expand Down
11 changes: 11 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @recallnet/sdk

## 0.0.3

### Patch Changes

- [#80](https://github.com/recallnet/js-recall/pull/80) [`2923bb8`](https://github.com/recallnet/js-recall/commit/2923bb8a67d0e47bf2abadabd0309fdc74547403) Thanks [@dtbuchholz](https://github.com/dtbuchholz)! - remove legacy 'network' logic and use viem chains everywhere

- Updated dependencies [[`a989499`](https://github.com/recallnet/js-recall/commit/a989499b498f059598f65f38c6c3a09a3769e004)]:
- @recallnet/network-constants@0.0.2
- @recallnet/chains@0.0.2
- @recallnet/contracts@0.0.1

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@recallnet/sdk",
"version": "0.0.2",
"version": "0.0.3",
"license": "MIT AND Apache-2.0",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit d5540bd

Please sign in to comment.