Skip to content

Commit

Permalink
chore: version packages (beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 6, 2024
1 parent bc6c5bd commit 93ae445
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"empty-lies-smile",
"flat-peas-drum",
"flat-rocks-worry",
"gold-apples-promise",
"great-pumpkins-clap",
"large-ducks-whisper",
"lemon-seas-pretend",
Expand All @@ -25,6 +26,7 @@
"shaggy-clouds-cheat",
"small-birds-impress",
"small-ducks-switch",
"strange-coats-smile",
"strong-drinks-shout",
"thirty-buttons-sniff"
]
Expand Down
8 changes: 8 additions & 0 deletions packages/drift-viem/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @delvtech/drift-viem

## 0.0.1-beta.10

### Patch Changes

- Updated dependencies [e55910e]
- Updated dependencies [2c91009]
- @delvtech/drift@0.0.1-beta.8

## 0.0.1-beta.9

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/drift-viem/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@delvtech/drift-viem",
"version": "0.0.1-beta.9",
"version": "0.0.1-beta.10",
"license": "AGPL-3.0",
"type": "module",
"main": "dist/index.cjs",
Expand Down Expand Up @@ -46,7 +46,7 @@
"watch": "tsup --watch"
},
"peerDependencies": {
"@delvtech/drift": "0.0.1-beta.7",
"@delvtech/drift": "0.0.1-beta.8",
"sinon": "^17.0.3",
"viem": "^2"
},
Expand All @@ -56,7 +56,7 @@
}
},
"devDependencies": {
"@delvtech/drift": "0.0.1-beta.7",
"@delvtech/drift": "0.0.1-beta.8",
"@repo/typescript-config": "*",
"@types/sinon": "^17.0.3",
"tsconfig-paths": "^4.2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/drift/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @delvtech/drift

## 0.0.1-beta.8

### Patch Changes

- e55910e: Add `name` option to `DriftError`
- 2c91009: Add `prefix` option and doc comments to `DriftError`

## 0.0.1-beta.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/drift/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@delvtech/drift",
"version": "0.0.1-beta.7",
"version": "0.0.1-beta.8",
"license": "AGPL-3.0",
"type": "module",
"main": "dist/index.cjs",
Expand Down

0 comments on commit 93ae445

Please sign in to comment.