Skip to content

Commit

Permalink
Version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ryangoree committed Nov 8, 2024
1 parent af1d24f commit ebd29b3
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"large-ducks-whisper",
"lemon-seas-pretend",
"light-chefs-push",
"many-students-roll",
"nasty-pillows-wave",
"shaggy-clouds-cheat",
"small-birds-impress",
Expand Down
7 changes: 7 additions & 0 deletions packages/drift-viem/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @delvtech/drift-viem

## 0.0.1-beta.12

### Patch Changes

- Updated dependencies [af1d24f]
- @delvtech/drift@0.0.1-beta.10

## 0.0.1-beta.11

### 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.11",
"version": "0.0.1-beta.12",
"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.9",
"@delvtech/drift": "0.0.1-beta.10",
"sinon": "^17.0.3",
"viem": "^2"
},
Expand All @@ -56,7 +56,7 @@
}
},
"devDependencies": {
"@delvtech/drift": "0.0.1-beta.9",
"@delvtech/drift": "0.0.1-beta.10",
"@repo/typescript-config": "*",
"@types/sinon": "^17.0.3",
"tsconfig-paths": "^4.2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/drift/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @delvtech/drift

## 0.0.1-beta.10

### Patch Changes

- af1d24f: Fix Drift to ensure it uses the cache namespace given to it in it's options or fallback to fetching the chainId.

## 0.0.1-beta.9

### 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.9",
"version": "0.0.1-beta.10",
"license": "AGPL-3.0",
"type": "module",
"main": "dist/index.cjs",
Expand Down

0 comments on commit ebd29b3

Please sign in to comment.