Skip to content

Commit

Permalink
Merge pull request #109 from pimlicolabs/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
plusminushalf authored Feb 1, 2024
2 parents 33dce19 + d75d1b9 commit bf80f52
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-bobcats-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-ghosts-lay.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/permissionless/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# permissionless

## 0.0.35

### Patch Changes

- 17ba362046c66642e908b7f8af0d0b4b4ef16de1: Added account parameters types

## 0.0.34

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/permissionless/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "permissionless",
"version": "0.0.34",
"version": "0.0.35",
"author": "Pimlico",
"homepage": "https://docs.pimlico.io/permissionless",
"repository": "github:pimlicolabs/permissionless.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/wagmi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @permissionless/wagmi

## 0.0.3

### Patch Changes

- 17ba362046c66642e908b7f8af0d0b4b4ef16de1: Added account-specific connectors
- Updated dependencies [17ba362046c66642e908b7f8af0d0b4b4ef16de1]
- [email protected]

## 0.0.1

### Patch Changes
Expand Down
12 changes: 9 additions & 3 deletions packages/wagmi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@permissionless/wagmi",
"version": "0.0.2",
"version": "0.0.3",
"author": "Pimlico",
"homepage": "https://docs.pimlico.io/permissionless/wagmi",
"repository": "github:pimlicolabs/permissionless.js",
Expand All @@ -11,7 +11,13 @@
"type": "module",
"sideEffects": false,
"description": "A utility library for working with ERC-4337",
"keywords": ["ethereum", "erc-4337", "eip-4337", "paymaster", "bundler"],
"keywords": [
"ethereum",
"erc-4337",
"eip-4337",
"paymaster",
"bundler"
],
"license": "MIT",
"exports": {
".": {
Expand All @@ -23,6 +29,6 @@
"peerDependencies": {
"wagmi": "^2.5.1",
"viem": "^2.0.0",
"permissionless": "^0.0.30"
"permissionless": "^0.0.35"
}
}

0 comments on commit bf80f52

Please sign in to comment.