File tree 7 files changed +43
-4
lines changed
7 files changed +43
-4
lines changed Original file line number Diff line number Diff line change 13
13
"@boostxyz/signatures" : " 1.3.0" ,
14
14
"@boostxyz/test" : " 1.0.1-alpha.3"
15
15
},
16
- "changesets" : []
16
+ "changesets" : [
17
+ " clean-parents-laugh" ,
18
+ " fifty-hotels-rhyme" ,
19
+ " green-clouds-fly" ,
20
+ " silver-schools-worry" ,
21
+ " warm-rivers-act"
22
+ ]
17
23
}
Original file line number Diff line number Diff line change 1
1
# @boostxyz/cli
2
2
3
+ ## 6.0.0-canary.0
4
+
5
+ ### Major Changes
6
+
7
+ - 015e29e: ** BREAKING** Append v2 to ERC20VariableCriteria and ERC20PeggedVariableCriteria to force upgrades to new variable criteria functionality
8
+
9
+ ### Minor Changes
10
+
11
+ - 06becaa: add valueType to variable incentive criteria
12
+
3
13
## 5.1.0
4
14
5
15
### Minor Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @boostxyz/cli" ,
3
- "version" : " 5.1 .0" ,
3
+ "version" : " 6.0.0-canary .0" ,
4
4
"description" : " A repository of useful scripts to interact with the protocol" ,
5
5
"repository" : " https://github.com/boostxyz/boost-protocol" ,
6
6
"author" :
" Boost Team<[email protected] >" ,
Original file line number Diff line number Diff line change 1
1
# @boostxyz/evm
2
2
3
+ ## 7.0.0-canary.0
4
+
5
+ ### Major Changes
6
+
7
+ - 015e29e: ** BREAKING** Append v2 to ERC20VariableCriteria and ERC20PeggedVariableCriteria to force upgrades to new variable criteria functionality
8
+
9
+ ### Minor Changes
10
+
11
+ - 06becaa: add valueType to variable incentive criteria
12
+ - a0f4430: new contract base deployments for all modules on testnets
13
+
3
14
## 6.0.4
4
15
5
16
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @boostxyz/evm" ,
3
- "version" : " 6 .0.4 " ,
3
+ "version" : " 7 .0.0-canary.0 " ,
4
4
"description" : " " ,
5
5
"private" : true ,
6
6
"publishConfig" : {
Original file line number Diff line number Diff line change 1
1
# @boostxyz/sdk
2
2
3
+ ## 7.0.0-canary.0
4
+
5
+ ### Major Changes
6
+
7
+ - 015e29e: ** BREAKING** Append v2 to ERC20VariableCriteria and ERC20PeggedVariableCriteria to force upgrades to new variable criteria functionality
8
+
9
+ ### Minor Changes
10
+
11
+ - 507bf0b: ERC20VariableIncentive and ERC20VaribleCritieriaIncentive decodeClaimData functions return Promise<bigint >
12
+ - 836d814: TransparentBudget implementation
13
+ - 06becaa: add valueType to variable incentive criteria
14
+
3
15
## 6.1.3
4
16
5
17
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @boostxyz/sdk" ,
3
- "version" : " 6.1.3 " ,
3
+ "version" : " 7.0.0-canary.0 " ,
4
4
"license" : " GPL-3.0-or-later" ,
5
5
"type" : " module" ,
6
6
"files" : [" dist" , " src" ],
You can’t perform that action at this time.
0 commit comments