Skip to content

Commit 8a3a09c

Browse files
chore(release): version packages (#98)
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 - Updated dependencies \[[`1724dc6`](1724dc6)]: - @recallnet/[email protected] ## @recallnet/[email protected] ### Patch Changes - [#97](#97) [`1724dc6`](1724dc6) Thanks [@dtbuchholz](https://github.com/dtbuchholz)! - update wrapper contract addresses for testnet v0.1.4 ## @recallnet/[email protected] ### Patch Changes - [#97](#97) [`1724dc6`](1724dc6) Thanks [@dtbuchholz](https://github.com/dtbuchholz)! - update wrapper contract addresses for testnet v0.1.4 ## @recallnet/[email protected] ### Patch Changes - [#97](#97) [`1724dc6`](1724dc6) Thanks [@dtbuchholz](https://github.com/dtbuchholz)! - update wrapper contract addresses for testnet v0.1.4 - Updated dependencies \[[`1724dc6`](1724dc6)]: - @recallnet/[email protected] - @recallnet/[email protected] - @recallnet/[email protected] Co-authored-by: textileio-machine <[email protected]>
1 parent 1724dc6 commit 8a3a09c

File tree

9 files changed

+34
-11
lines changed

9 files changed

+34
-11
lines changed

.changeset/lazy-tips-tie.md

-7
This file was deleted.

packages/chains/CHANGELOG.md

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

3+
## 0.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`1724dc6`](https://github.com/recallnet/js-recall/commit/1724dc65fcfbed29932cded1624a2025130c61ff)]:
8+
- @recallnet/network-constants@0.0.5
9+
310
## 0.0.4
411

512
### 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.4",
3+
"version": "0.0.5",
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.3
4+
5+
### Patch Changes
6+
7+
- [#97](https://github.com/recallnet/js-recall/pull/97) [`1724dc6`](https://github.com/recallnet/js-recall/commit/1724dc65fcfbed29932cded1624a2025130c61ff) Thanks [@dtbuchholz](https://github.com/dtbuchholz)! - update wrapper contract addresses for testnet v0.1.4
8+
39
## 0.0.2
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.2",
3+
"version": "0.0.3",
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.5
4+
5+
### Patch Changes
6+
7+
- [#97](https://github.com/recallnet/js-recall/pull/97) [`1724dc6`](https://github.com/recallnet/js-recall/commit/1724dc65fcfbed29932cded1624a2025130c61ff) Thanks [@dtbuchholz](https://github.com/dtbuchholz)! - update wrapper contract addresses for testnet v0.1.4
8+
39
## 0.0.4
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.4",
3+
"version": "0.0.5",
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.6
4+
5+
### Patch Changes
6+
7+
- [#97](https://github.com/recallnet/js-recall/pull/97) [`1724dc6`](https://github.com/recallnet/js-recall/commit/1724dc65fcfbed29932cded1624a2025130c61ff) Thanks [@dtbuchholz](https://github.com/dtbuchholz)! - update wrapper contract addresses for testnet v0.1.4
8+
9+
- Updated dependencies [[`1724dc6`](https://github.com/recallnet/js-recall/commit/1724dc65fcfbed29932cded1624a2025130c61ff)]:
10+
- @recallnet/network-constants@0.0.5
11+
- @recallnet/contracts@0.0.3
12+
- @recallnet/chains@0.0.5
13+
314
## 0.0.5
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.5",
3+
"version": "0.0.6",
44
"license": "MIT AND Apache-2.0",
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)