Skip to content

Commit 46283e4

Browse files
chore(release): version packages (#93)
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 \[[`b3e3182`](b3e3182), [`22b19b5`](22b19b5)]: - @recallnet/[email protected] ## @recallnet/[email protected] ### Patch Changes - [#92](#92) [`1fda7c6`](1fda7c6) Thanks [@dtbuchholz](https://github.com/dtbuchholz)! - the `MachineInitialized` event signature changed to include a `kind` param, in addition to the existing `machineAddress`–so this accounts for the different event signature - [#94](#94) [`b3e3182`](b3e3182) Thanks [@dtbuchholz](https://github.com/dtbuchholz)! - the localnet script changed, resulting in new wrapper contract addreses - [#96](#96) [`22b19b5`](22b19b5) Thanks [@dtbuchholz](https://github.com/dtbuchholz)! - new contract addresses for testnet v0.1.4 ## @recallnet/[email protected] ### Patch Changes - [#94](#94) [`b3e3182`](b3e3182) Thanks [@dtbuchholz](https://github.com/dtbuchholz)! - the localnet script changed, resulting in new wrapper contract addreses - [#96](#96) [`22b19b5`](22b19b5) Thanks [@dtbuchholz](https://github.com/dtbuchholz)! - new contract addresses for testnet v0.1.4 ## @recallnet/[email protected] ### Patch Changes - [#92](#92) [`1fda7c6`](1fda7c6) Thanks [@dtbuchholz](https://github.com/dtbuchholz)! - the `MachineInitialized` event signature changed to include a `kind` param, in addition to the existing `machineAddress`–so this accounts for the different event signature - [#96](#96) [`22b19b5`](22b19b5) Thanks [@dtbuchholz](https://github.com/dtbuchholz)! - new contract addresses for testnet v0.1.4 - Updated dependencies \[[`1fda7c6`](1fda7c6), [`b3e3182`](b3e3182), [`22b19b5`](22b19b5)]: - @recallnet/[email protected] - @recallnet/[email protected] - @recallnet/[email protected] Co-authored-by: textileio-machine <[email protected]>
1 parent 22b19b5 commit 46283e4

11 files changed

+42
-23
lines changed

.changeset/afraid-parents-peel.md

-6
This file was deleted.

.changeset/fluffy-schools-smile.md

-6
This file was deleted.

.changeset/tricky-emus-repeat.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.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`b3e3182`](https://github.com/recallnet/js-recall/commit/b3e3182b3c78c759f71117b379c2768c19863871), [`22b19b5`](https://github.com/recallnet/js-recall/commit/22b19b58d27aea5b33c13bcefdf2cfcbd7efaafd)]:
8+
- @recallnet/network-constants@0.0.4
9+
310
## 0.0.3
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.3",
3+
"version": "0.0.4",
44
"license": "MIT AND Apache-2.0",
55
"publishConfig": {
66
"access": "public"

packages/contracts/CHANGELOG.md

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

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- [#92](https://github.com/recallnet/js-recall/pull/92) [`1fda7c6`](https://github.com/recallnet/js-recall/commit/1fda7c66c0ee28cdb4bd25f4075e00b827362efc) Thanks [@dtbuchholz](https://github.com/dtbuchholz)! - the `MachineInitialized` event signature changed to include a `kind` param, in addition to the existing `machineAddress`–so this accounts for the different event signature
8+
9+
- [#94](https://github.com/recallnet/js-recall/pull/94) [`b3e3182`](https://github.com/recallnet/js-recall/commit/b3e3182b3c78c759f71117b379c2768c19863871) Thanks [@dtbuchholz](https://github.com/dtbuchholz)! - the localnet script changed, resulting in new wrapper contract addreses
10+
11+
- [#96](https://github.com/recallnet/js-recall/pull/96) [`22b19b5`](https://github.com/recallnet/js-recall/commit/22b19b58d27aea5b33c13bcefdf2cfcbd7efaafd) Thanks [@dtbuchholz](https://github.com/dtbuchholz)! - new contract addresses for testnet v0.1.4
12+
313
## 0.0.1
414

515
### 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.1",
3+
"version": "0.0.2",
44
"license": "MIT AND Apache-2.0",
55
"publishConfig": {
66
"access": "public"

packages/network-constants/CHANGELOG.md

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

3+
## 0.0.4
4+
5+
### Patch Changes
6+
7+
- [#94](https://github.com/recallnet/js-recall/pull/94) [`b3e3182`](https://github.com/recallnet/js-recall/commit/b3e3182b3c78c759f71117b379c2768c19863871) Thanks [@dtbuchholz](https://github.com/dtbuchholz)! - the localnet script changed, resulting in new wrapper contract addreses
8+
9+
- [#96](https://github.com/recallnet/js-recall/pull/96) [`22b19b5`](https://github.com/recallnet/js-recall/commit/22b19b58d27aea5b33c13bcefdf2cfcbd7efaafd) Thanks [@dtbuchholz](https://github.com/dtbuchholz)! - new contract addresses for testnet v0.1.4
10+
311
## 0.0.3
412

513
### 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.3",
3+
"version": "0.0.4",
44
"license": "MIT AND Apache-2.0",
55
"publishConfig": {
66
"access": "public"

packages/sdk/CHANGELOG.md

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

3+
## 0.0.5
4+
5+
### Patch Changes
6+
7+
- [#92](https://github.com/recallnet/js-recall/pull/92) [`1fda7c6`](https://github.com/recallnet/js-recall/commit/1fda7c66c0ee28cdb4bd25f4075e00b827362efc) Thanks [@dtbuchholz](https://github.com/dtbuchholz)! - the `MachineInitialized` event signature changed to include a `kind` param, in addition to the existing `machineAddress`–so this accounts for the different event signature
8+
9+
- [#96](https://github.com/recallnet/js-recall/pull/96) [`22b19b5`](https://github.com/recallnet/js-recall/commit/22b19b58d27aea5b33c13bcefdf2cfcbd7efaafd) Thanks [@dtbuchholz](https://github.com/dtbuchholz)! - new contract addresses for testnet v0.1.4
10+
11+
- Updated dependencies [[`1fda7c6`](https://github.com/recallnet/js-recall/commit/1fda7c66c0ee28cdb4bd25f4075e00b827362efc), [`b3e3182`](https://github.com/recallnet/js-recall/commit/b3e3182b3c78c759f71117b379c2768c19863871), [`22b19b5`](https://github.com/recallnet/js-recall/commit/22b19b58d27aea5b33c13bcefdf2cfcbd7efaafd)]:
12+
- @recallnet/contracts@0.0.2
13+
- @recallnet/network-constants@0.0.4
14+
- @recallnet/chains@0.0.4
15+
316
## 0.0.4
417

518
### 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.4",
3+
"version": "0.0.5",
44
"license": "MIT AND Apache-2.0",
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)