Skip to content

Commit a710cca

Browse files
Version Packages (canary)
1 parent 836d814 commit a710cca

File tree

7 files changed

+43
-4
lines changed

7 files changed

+43
-4
lines changed

.changeset/pre.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,11 @@
1313
"@boostxyz/signatures": "1.3.0",
1414
"@boostxyz/test": "1.0.1-alpha.3"
1515
},
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+
]
1723
}

packages/cli/CHANGELOG.md

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

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+
313
## 5.1.0
414

515
### Minor Changes

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@boostxyz/cli",
3-
"version": "5.1.0",
3+
"version": "6.0.0-canary.0",
44
"description": "A repository of useful scripts to interact with the protocol",
55
"repository": "https://github.com/boostxyz/boost-protocol",
66
"author": "Boost Team<[email protected]>",

packages/evm/CHANGELOG.md

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

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+
314
## 6.0.4
415

516
### Patch Changes

packages/evm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@boostxyz/evm",
3-
"version": "6.0.4",
3+
"version": "7.0.0-canary.0",
44
"description": "",
55
"private": true,
66
"publishConfig": {

packages/sdk/CHANGELOG.md

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

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+
315
## 6.1.3
416

517
### Patch 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": "6.1.3",
3+
"version": "7.0.0-canary.0",
44
"license": "GPL-3.0-or-later",
55
"type": "module",
66
"files": ["dist", "src"],

0 commit comments

Comments
 (0)