Skip to content

Commit

Permalink
Merge pull request #326 from pimlicolabs/changeset-release/main
Browse files Browse the repository at this point in the history
chore: version package
  • Loading branch information
plusminushalf authored Nov 8, 2024
2 parents 768e075 + 20a4148 commit e290a73
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/funny-apricots-retire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/funny-cherries-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-goats-draw.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-panthers-complain.md

This file was deleted.

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

## 0.2.16

### Patch Changes

- a0730b515bf9e8b21dcfecfad546f41619f5eabe: Upgraded moduleResolution to nodenext for esm & types build
- 22de50df7305dd59301e7b4511b63abffc857daa: Improved `getSenderAddress` to avoid relying on EntryPoint reverts with RPC.

## 0.2.15

### Patch Changes
Expand Down
10 changes: 8 additions & 2 deletions packages/permissionless/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "permissionless",
"version": "0.2.15",
"version": "0.2.16",
"author": "Pimlico",
"homepage": "https://docs.pimlico.io/permissionless",
"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 Down
7 changes: 7 additions & 0 deletions packages/wagmi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @permissionless/wagmi

## 0.1.3

### Patch Changes

- a0730b515bf9e8b21dcfecfad546f41619f5eabe: Changed moduleResolution to Bundler for esm & types build
- a0730b515bf9e8b21dcfecfad546f41619f5eabe: Dropped support for cjs build

## 0.1.2

### Patch Changes
Expand Down
10 changes: 8 additions & 2 deletions packages/wagmi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@permissionless/wagmi",
"version": "0.1.2",
"version": "0.1.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 Down

0 comments on commit e290a73

Please sign in to comment.