Skip to content

Commit 19c2c80

Browse files
chore(release): version packages (#106)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @recallnet/[email protected] ### Patch Changes - [#105](#105) [`35c6c8e`](35c6c8e) Thanks [@dtbuchholz](https://github.com/dtbuchholz)! - increases base fee multiplier from 1.2 to 120 - Updated dependencies \[[`c1591ac`](c1591ac)]: - @recallnet/[email protected] ## @recallnet/[email protected] ### Patch Changes - [#116](#116) [`c1591ac`](c1591ac) Thanks [@dtbuchholz](https://github.com/dtbuchholz)! - testnet v0.1.5 updates with new contract addresses and ABI changes for buckets and blobs ## @recallnet/[email protected] ### Patch Changes - [#116](#116) [`c1591ac`](c1591ac) Thanks [@dtbuchholz](https://github.com/dtbuchholz)! - testnet v0.1.5 updates with new contract addresses and ABI changes for buckets and blobs ## @recallnet/[email protected] ### Patch Changes - [#116](#116) [`c1591ac`](c1591ac) Thanks [@dtbuchholz](https://github.com/dtbuchholz)! - testnet v0.1.5 updates with new contract addresses and ABI changes for buckets and blobs - Updated dependencies \[[`35c6c8e`](35c6c8e), [`c1591ac`](c1591ac)]: - @recallnet/[email protected] - @recallnet/[email protected] - @recallnet/[email protected] Co-authored-by: textileio-machine <[email protected]>
1 parent c1591ac commit 19c2c80

File tree

10 files changed

+36
-16
lines changed

10 files changed

+36
-16
lines changed

.changeset/popular-bulldogs-fry.md

-5
This file was deleted.

.changeset/wet-beds-breathe.md

-7
This file was deleted.

packages/chains/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @recallnet/chains
22

3+
## 0.0.6
4+
5+
### Patch Changes
6+
7+
- [#105](https://github.com/recallnet/js-recall/pull/105) [`35c6c8e`](https://github.com/recallnet/js-recall/commit/35c6c8ebdb7447e17225014770bc2e968916bf67) Thanks [@dtbuchholz](https://github.com/dtbuchholz)! - increases base fee multiplier from 1.2 to 120
8+
9+
- Updated dependencies [[`c1591ac`](https://github.com/recallnet/js-recall/commit/c1591acd7b4488b9010af0e7aa5c734682738607)]:
10+
- @recallnet/network-constants@0.0.6
11+
312
## 0.0.5
413

514
### Patch Changes

packages/chains/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@recallnet/chains",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"license": "MIT AND Apache-2.0",
55
"publishConfig": {
66
"access": "public"

packages/contracts/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @recallnet/contracts
22

3+
## 0.0.4
4+
5+
### Patch Changes
6+
7+
- [#116](https://github.com/recallnet/js-recall/pull/116) [`c1591ac`](https://github.com/recallnet/js-recall/commit/c1591acd7b4488b9010af0e7aa5c734682738607) Thanks [@dtbuchholz](https://github.com/dtbuchholz)! - testnet v0.1.5 updates with new contract addresses and ABI changes for buckets and blobs
8+
39
## 0.0.3
410

511
### Patch Changes

packages/contracts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@recallnet/contracts",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"license": "MIT AND Apache-2.0",
55
"publishConfig": {
66
"access": "public"

packages/network-constants/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @recallnet/network-constants
22

3+
## 0.0.6
4+
5+
### Patch Changes
6+
7+
- [#116](https://github.com/recallnet/js-recall/pull/116) [`c1591ac`](https://github.com/recallnet/js-recall/commit/c1591acd7b4488b9010af0e7aa5c734682738607) Thanks [@dtbuchholz](https://github.com/dtbuchholz)! - testnet v0.1.5 updates with new contract addresses and ABI changes for buckets and blobs
8+
39
## 0.0.5
410

511
### Patch Changes

packages/network-constants/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@recallnet/network-constants",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"license": "MIT AND Apache-2.0",
55
"publishConfig": {
66
"access": "public"

packages/sdk/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @recallnet/sdk
22

3+
## 0.0.7
4+
5+
### Patch Changes
6+
7+
- [#116](https://github.com/recallnet/js-recall/pull/116) [`c1591ac`](https://github.com/recallnet/js-recall/commit/c1591acd7b4488b9010af0e7aa5c734682738607) Thanks [@dtbuchholz](https://github.com/dtbuchholz)! - testnet v0.1.5 updates with new contract addresses and ABI changes for buckets and blobs
8+
9+
- Updated dependencies [[`35c6c8e`](https://github.com/recallnet/js-recall/commit/35c6c8ebdb7447e17225014770bc2e968916bf67), [`c1591ac`](https://github.com/recallnet/js-recall/commit/c1591acd7b4488b9010af0e7aa5c734682738607)]:
10+
- @recallnet/chains@0.0.6
11+
- @recallnet/network-constants@0.0.6
12+
- @recallnet/contracts@0.0.4
13+
314
## 0.0.6
415

516
### Patch Changes

packages/sdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@recallnet/sdk",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"license": "MIT AND Apache-2.0",
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)