Skip to content

Commit 049a3a1

Browse files
[ADHOC] chore: version packages (canary) (#427)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent dca8622 commit 049a3a1

File tree

7 files changed

+18
-3
lines changed

7 files changed

+18
-3
lines changed

.changeset/pre.json

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
},
1616
"changesets": [
1717
"clean-parents-laugh",
18+
"cool-spiders-notice",
1819
"fifty-hotels-rhyme",
1920
"green-clouds-fly",
2021
"silver-schools-worry",

packages/cli/CHANGELOG.md

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

3+
## 6.0.0-canary.1
4+
35
## 6.0.0-canary.0
46

57
### Major 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": "6.0.0-canary.0",
3+
"version": "6.0.0-canary.1",
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

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

3+
## 7.0.0-canary.1
4+
5+
### Patch Changes
6+
7+
- dca8622: Re-add V1 VariableCriteriaIncentives for backwards compatibility
8+
39
## 7.0.0-canary.0
410

511
### Major 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": "7.0.0-canary.0",
3+
"version": "7.0.0-canary.1",
44
"description": "",
55
"private": true,
66
"publishConfig": {

packages/sdk/CHANGELOG.md

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

3+
## 7.0.0-canary.1
4+
5+
### Patch Changes
6+
7+
- dca8622: Re-add V1 VariableCriteriaIncentives for backwards compatibility
8+
39
## 7.0.0-canary.0
410

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

0 commit comments

Comments
 (0)