Skip to content

Commit

Permalink
Add stakingAssetId to globals (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
grod220 committed Jun 27, 2024
1 parent 2f250e7 commit 7c56d16
Show file tree
Hide file tree
Showing 15 changed files with 445 additions and 2,180 deletions.
6 changes: 6 additions & 0 deletions npm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @penumbra-labs/registry

## 9.0.0

### Major Changes

- Add stakingAssetId to globals

## 8.0.1

### Patch Changes
Expand Down
16 changes: 8 additions & 8 deletions npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@penumbra-labs/registry",
"version": "8.0.1",
"version": "9.0.0",
"description": "Chain and asset registry for Penumbra",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand All @@ -16,17 +16,17 @@
"test": "vitest run"
},
"devDependencies": {
"@buf/penumbra-zone_penumbra.bufbuild_es": "1.10.0-20240604232845-b79bd2afaa74.1",
"@buf/penumbra-zone_penumbra.bufbuild_es": "1.10.0-20240625233123-429cb316aa7c.1",
"@bufbuild/protobuf": "^1.10.0",
"@changesets/cli": "^2.27.5",
"@changesets/cli": "^2.27.6",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.4.0",
"eslint": "^9.4.0",
"@eslint/js": "^9.5.0",
"eslint": "^9.5.0",
"prettier": "^3.3.2",
"tsup": "^8.1.0",
"typescript": "^5.4.5",
"typescript-eslint": "^7.13.0",
"vite": "^5.2.13",
"typescript": "^5.5.2",
"typescript-eslint": "^7.14.1",
"vite": "^5.3.1",
"vite-plugin-dts": "^3.9.1",
"vitest": "^1.6.0"
},
Expand Down
Loading

0 comments on commit 7c56d16

Please sign in to comment.