Skip to content

Commit 24379f9

Browse files
Merge pull request #387 from pimlicolabs/changeset-release/main
chore: version package
2 parents 4b1bf1e + 32f69f7 commit 24379f9

File tree

6 files changed

+28
-14
lines changed

6 files changed

+28
-14
lines changed

.changeset/quiet-sloths-lose.md

-5
This file was deleted.

.changeset/wide-toys-sink.md

-5
This file was deleted.

packages/permissionless/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# permissionless
22

3+
## 0.2.40
4+
5+
### Patch Changes
6+
7+
- 9448c6fc5275f4be21916cb9f91dc067452baa6b: Added passkeys authentication flow
8+
39
## 0.2.39
410

511
### Patch Changes

packages/permissionless/package.json

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "permissionless",
3-
"version": "0.2.39",
3+
"version": "0.2.40",
44
"author": "Pimlico",
55
"homepage": "https://docs.pimlico.io/permissionless",
66
"repository": "github:pimlicolabs/permissionless.js",
@@ -11,7 +11,13 @@
1111
"type": "module",
1212
"sideEffects": false,
1313
"description": "A utility library for working with ERC-4337",
14-
"keywords": ["ethereum", "erc-4337", "eip-4337", "paymaster", "bundler"],
14+
"keywords": [
15+
"ethereum",
16+
"erc-4337",
17+
"eip-4337",
18+
"paymaster",
19+
"bundler"
20+
],
1521
"license": "MIT",
1622
"exports": {
1723
".": {

packages/wagmi/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @permissionless/wagmi
22

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- 18823bbd94de463ac5967ae857886de2ce15a742: Fixed useWaitForTransactionReceipt when the receipt is in pending state
8+
39
## 0.1.3
410

511
### Patch Changes

packages/wagmi/package.json

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@permissionless/wagmi",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"author": "Pimlico",
55
"homepage": "https://docs.pimlico.io/permissionless/wagmi",
66
"repository": "github:pimlicolabs/permissionless.js",
@@ -11,7 +11,13 @@
1111
"type": "module",
1212
"sideEffects": false,
1313
"description": "A utility library for working with ERC-4337",
14-
"keywords": ["ethereum", "erc-4337", "eip-4337", "paymaster", "bundler"],
14+
"keywords": [
15+
"ethereum",
16+
"erc-4337",
17+
"eip-4337",
18+
"paymaster",
19+
"bundler"
20+
],
1521
"license": "MIT",
1622
"exports": {
1723
".": {

0 commit comments

Comments
 (0)