Skip to content

Commit 366ed7e

Browse files
authored
Merge pull request #24 from rabbitholegg/changeset-release/main
Version Packages (alpha)
2 parents 1cf43e8 + 54d921c commit 366ed7e

File tree

5 files changed

+15
-2
lines changed

5 files changed

+15
-2
lines changed

.changeset/pre.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,9 @@
55
"@boostxyz/evm": "0.0.0-alpha.0",
66
"@boostxyz/sdk": "0.0.0-alpha.0"
77
},
8-
"changesets": ["polite-jars-lie"]
8+
"changesets": [
9+
"mighty-pans-provide",
10+
"polite-jars-lie",
11+
"silent-ants-impress"
12+
]
913
}

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
//registry.npmjs.org/:_authToken=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

packages/evm/artifacts/build-info/1cbba6c15a61563ec29940b9dceff64f.json

+1
Large diffs are not rendered by default.

packages/sdk/CHANGELOG.md

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

3+
## 0.0.0-alpha.2
4+
5+
### Minor Changes
6+
7+
- b1f6864: ERC1155Incentive functioning with tests, refactor all ts utilities to sdk package
8+
- 31de323: test release alpha.1
9+
310
## 0.0.0-alpha.1
411

512
### Major Changes

packages/sdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@boostxyz/sdk",
3-
"version": "0.0.0-alpha.1",
3+
"version": "0.0.0-alpha.2",
44
"private": true,
55
"type": "module",
66
"files": ["dist"],

0 commit comments

Comments
 (0)