Skip to content

Commit

Permalink
[ADHOC] chore: version packages (alpha) (#195)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
sammccord and github-actions[bot] authored Oct 10, 2024
1 parent 7076b88 commit dc8f693
Show file tree
Hide file tree
Showing 17 changed files with 64 additions and 8 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"popular-books-destroy",
"pretty-carrots-wink",
"purple-islands-cheer",
"quiet-lies-lick",
"red-kiwis-hope",
"red-stingrays-greet",
"shaggy-students-end",
Expand Down
8 changes: 8 additions & 0 deletions examples/agora-vote/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# agora-vote

## 1.0.1-alpha.1

### Patch Changes

- Updated dependencies [7076b88]
- @boostxyz/sdk@0.0.0-alpha.19
- @boostxyz/test@1.0.1-alpha.1

## 1.0.1-alpha.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/agora-vote/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "agora-vote",
"version": "1.0.1-alpha.0",
"version": "1.0.1-alpha.1",
"scripts": {
"test": "npx vitest",
"test:ci": "CI=true npx vitest"
Expand Down
8 changes: 8 additions & 0 deletions examples/delegate-action/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# delegate-action

## 1.0.1-alpha.1

### Patch Changes

- Updated dependencies [7076b88]
- @boostxyz/sdk@0.0.0-alpha.19
- @boostxyz/test@1.0.1-alpha.1

## 1.0.1-alpha.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/delegate-action/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "delegate-action",
"version": "1.0.1-alpha.0",
"version": "1.0.1-alpha.1",
"scripts": {
"test": "npx vitest",
"test:ci": "CI=true npx vitest"
Expand Down
8 changes: 8 additions & 0 deletions examples/ens-register/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# ens-register

## 1.0.1-alpha.1

### Patch Changes

- Updated dependencies [7076b88]
- @boostxyz/sdk@0.0.0-alpha.19
- @boostxyz/test@1.0.1-alpha.1

## 1.0.1-alpha.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/ens-register/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ens-register",
"version": "1.0.1-alpha.0",
"version": "1.0.1-alpha.1",
"scripts": {
"test": "npx vitest",
"test:ci": "CI=true npx vitest"
Expand Down
8 changes: 8 additions & 0 deletions examples/swap-specific-dex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# swap-specific-dex

## 1.0.1-alpha.1

### Patch Changes

- Updated dependencies [7076b88]
- @boostxyz/sdk@0.0.0-alpha.19
- @boostxyz/test@1.0.1-alpha.1

## 1.0.1-alpha.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/swap-specific-dex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swap-specific-dex",
"version": "1.0.1-alpha.0",
"version": "1.0.1-alpha.1",
"scripts": {
"test": "npx vitest",
"test:ci": "CI=true npx vitest"
Expand Down
8 changes: 8 additions & 0 deletions examples/zora-mint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# zora-mint

## 1.0.1-alpha.1

### Patch Changes

- Updated dependencies [7076b88]
- @boostxyz/sdk@0.0.0-alpha.19
- @boostxyz/test@1.0.1-alpha.1

## 1.0.1-alpha.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/zora-mint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zora-mint",
"version": "1.0.1-alpha.0",
"version": "1.0.1-alpha.1",
"scripts": {
"test": "npx vitest",
"test:ci": "CI=true npx vitest"
Expand Down
2 changes: 2 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @boostxyz/cli

## 0.0.0-alpha.17

## 0.0.0-alpha.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boostxyz/cli",
"version": "0.0.0-alpha.16",
"version": "0.0.0-alpha.17",
"description": "A repository of useful scripts to interact with the protocol",
"repository": "https://github.com/boostxyz/boost-protocol",
"private": true,
Expand Down
6 changes: 6 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @boostxyz/sdk

## 0.0.0-alpha.19

### Minor Changes

- 7076b88: export boostRegistryAbi, test all public exports

## 0.0.0-alpha.18

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boostxyz/sdk",
"version": "0.0.0-alpha.18",
"version": "0.0.0-alpha.19",
"license": "GPL-3.0-or-later",
"type": "module",
"files": ["dist", "src"],
Expand Down
7 changes: 7 additions & 0 deletions test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @boostxyz/test

## 1.0.1-alpha.1

### Patch Changes

- Updated dependencies [7076b88]
- @boostxyz/sdk@0.0.0-alpha.19

## 1.0.1-alpha.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boostxyz/test",
"version": "1.0.1-alpha.0",
"version": "1.0.1-alpha.1",
"private": true,
"exports": {
"./*": "./src/*.ts"
Expand Down

0 comments on commit dc8f693

Please sign in to comment.